cancel
Showing results for 
Search instead for 
Did you mean: 

Web service consumption

former_member203894
Participant
0 Kudos

Hi Experts I have created a Web service in SAP abap and I want to use the web service outside SAP platform by using SOP.xml.

Accepted Solutions (0)

Answers (1)

Answers (1)

botond_lakatos
Explorer
0 Kudos

You need a SOAP capable client for this.

After you defined your web service in SE80 you need to configure it in transaction SOAMANAGER. You can refer  to the below link:

http://wiki.scn.sap.com/wiki/x/6owxDQ

Once you have a working endpoint, a so-called binding, you need to send a valid SOAP request over HTTP POST to this endpoint, the binding or service URL. You can find this service URL at the bottom of the WSDL file in the tag <soap address..>

The WSDL file is an XML schema that describes the web service. The below link shows how to locate the WSDL in SOAMANAGER:

http://wiki.scn.sap.com/wiki/x/eInuDg

Note the difference between the WSDL URL and the service URL

WSDL URL - the location of the WSDL file that describes the service

service URL - the endpoint of the actual service