cancel
Showing results for 
Search instead for 
Did you mean: 

How can i delivory webservice?

Former Member
0 Kudos

Hi experts

I have a webservice which created from function-module,I want delivory it to other no-SAP system,What can I config something for the webservice?

thanks

BR

Chris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chris,

There is nothing call delivery of Web Services.

If you have exposed your FM has Web Services, then it should have some URL address to access it .

Normally it is like this -

http://<sapserver.domain.toplevel>:<icmport>/sap/bc/soap/wsdl11?services=<NAME_OF_BAPI_OR_RFC>"&sap-user='YourLoginName'&sap-password='YourPassword'

This url can be changed acc. to your Was server details and services.

Type this in Web Browser. If this link showing you some WSDL file( XML data), Then your service is redy to be used by other application who has access to this ip , port and service.

Hope this helps,

Regards,

Piyush

Answers (0)