cancel
Showing results for 
Search instead for 
Did you mean: 

Upload a BAPI via WSDL

Former Member
0 Kudos

Hi!

I would like to upload a existing BAPI from business system A to SAP XI via WSDL.

Unfortunately I cannot find the appropriate service webservicebrowser in tcode SICF?

Can some one tell me how to proceed in this case in order to uploaf BAPI via WSDL?

Thank you very much!

regards

Thom

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Which is this BAPI? Its not always common that you will not find a wsdl for all SAP delivered bapi. Typically they are under, sap/bc/srt/rfc/sap. You could create a wsdl out by urself from SE80 to Z module. if you are above SP12 you need to create use transaction SOAManager to create the end-point, security and download the wsdl.

Hope it helps.

Regards

Unni

Former Member
0 Kudos

Hi!

The BAPI comes from business system B.

Background: I would like to implement ABAP-Proxy to SOAP scenario.

Therefore I need to export WSDL-description from business system B and use this in SAP XI.

Do you know how to do this?

Thank you very much!

regards

Thom

Former Member
0 Kudos

Hi,

the webservicebrowser could be found at this address:

http://<host>:<80XX>/sap/bc/bsp/sap/webservicebrowser/search.html?sap-client=<client>;

Regards

Patrick

prateek
Active Contributor
0 Kudos

You may expose your BAPI as webservice, and then you may get the wsdl of that BAPI.

Regards,

Prateek

Former Member
0 Kudos

Hi!

Many thanks!

And how can I exposes the BAPI as a websercvice in business system A?

(tcode se80)???

thank you!

regards

Thom