cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP and SRT services

guillaume-hrc
Active Contributor
0 Kudos

Hi all,

I have understood that the services under the node <b>/default_host/sap/bc/soap</b> apply to RFC function modules (thus, including BAPI) and that the list of available RFC FMs were visible at the URL :

http://<server>:<port>/sap/bc/bsp/sap/webservicebrowser/search.html

This is what I would call the "6.20 approach" or the out-of-the-box as stated in /people/sap.user72/blog/2005/12/29/service-enable-your-sap-application-component

You call the <i>wsdl11</i> service with the name of the FM and get the WSDL file

Then, you can call the <i>rfc</i> service to actually call the Web Service.

But, as far as the "6.40 approach", with the creation of the Virtual Interface and the Web Service Definition, is concerned, is there a similar URL, I mean a BSP where you can have the list of Web Services ?

Thanks for your answers.

Best regards,

Guillaume

Accepted Solutions (1)

Accepted Solutions (1)

guillaume-hrc
Active Contributor
0 Kudos

Well, I just found out these 2 weblogs by Thomas Jung. I should have started from there... thanks Thomas !

/people/thomas.jung3/blog/2005/04/21/webservice-navigator-page-for-abap-and-java

/people/thomas.jung3/blog/2005/04/27/webservice-navigator-page-for-abap-and-java-part-2--abap-unit

<b>But still, if someone has an idea about how to get the list of SRT services without specific development... ?</b>

Message was edited by: Guillaume Garcia

athavanraja
Active Contributor
0 Kudos

transaction WSADMIN can give you the list of BAPI/RFCs released for SOAP runtime.

Regards

Raja

Answers (0)