cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service

Former Member
0 Kudos

Hi Everyone,

I am trying to perform a quick bit of R & D with Web Services.

I have generated a Web service from the Function Module BAPI_EMPLOYEE_GETDATA and called it

ZHR_GET_EMPLOYEE_DATA service.

What other tasks need to be performed in order to get the service up and running and when these have been performed, how do you work out what the URL is required to consume it ?

Many Thanks in Advance.

Kind Regards.

Tony.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tony,

you can use the following string to get your webservice url.

http://<hostnamel>:<port>/sap/bc/soap/wsdl11?services=<NAME_OF_BAPI_OR_RFC>;

you can use the following link to search the services in your system.

http://<hostname>:<port>/sap/bc/bsp/sap/WebServiceBrowser/search.html

Thanks & Regards

Pushkar Anand

Former Member
0 Kudos

Hi Pushkar,

Many Thanks for this it looks like the URL's work on our Production machine, but not on our Development and QA boxes, therefore, it also looks like an infrastructure type problem, I will be passing it on to our Basis team.

Kind Regards.

Tony.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gaurav,

Thanks for the quick response, the document is interesting but as with all these SAP documents they are never a straight forward exact step by step process that will produce results.

Kind Regards.

Tony.

gaurav_modgil
Participant
0 Kudos