cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Webservice URL for HTTP

Former Member
0 Kudos

Hi all,

I have created a webservice from my FM in ABAP and dida ll the configuration in SOAMANAGER. Now my requirement is to call this Web service from .NET or JAVA. Let's say i m calling it from .NET. The standard method is is to get the WSDL URL for binding.Then add the "Web Reference" to my .NET project using this URL.

Now let's come to local webservice creation .NET environment.i saw that in .NET if you create any webservice then automatically .NET framework generate a test page for that webservice and you can call that webservice using HTTP connection.The HTTP URL for calling this webservice has structure like 'http://<host>/<Testpage>.asmx/<Webservice name>?<parameters of this webservice>'.

Now i have question that similar this .NET webservice, do we get any HTTP link(URL) for our ABAP FM webservice?? So that without adding WSDL URL Referance to our .NET project i can directly use the HTTP connection and consume this ABAP webservice??

If we can do this then what is the structure of this HTTP URL and how to pass required parameters in this URL.

I hope my question is clear to all of you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The SAP Abap stack does not generate a test page for its web services.

If you have a Java stack, and if you have configured it , you can use the SAP Web Services Navigator

[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/2890e623b933f0e10000000a42189d/frameset.htm]

Personally, I prefer to use SOAPUI to test my SAP abap web services.

Regards,

Olivier