cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL consolidation

Former Member
0 Kudos

I need to create one single WSDL for the following three function modules:

BAPI_REQUISITION_CREATE

BAPI_REQUISITION_CHANGE

BAPI_REQUISITION_DELETE

I know how to generate WSDL for each of them individually. How do I create one WSDL which would include all the three.

Your help would be suitably rewarded with points.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Ravi. I would appreciate if you can send the material that you had mentioned.

ravi_raman2
Active Contributor
0 Kudos

Hi,

Are the values like soap action and endpoint the same for all of them...?

Its should be quite straight to do that...Ill see if i can send it to you..here

Regards

Ravi Raman

Former Member
0 Kudos

Hi,

guess it's not so easy to create one Web service for more than one BAPI.

At the moment I see two solutions:

1) You write your own BAPI and create a Web service for it.

2) You create a Web service that starts an Integration Process and this process calls the three BAPIs collect the results and returns them in one message.

Like in this example:

http://help.sap.com/saphelp_nw04s/helpdata/en/6e/57c53f3e0f0228e10000000a114084/frameset.htm

Regards

Patrick