cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services in Esourcing

Former Member
0 Kudos

Hi Experts,

What is the Server and the Protocol that E-Sourcing uses to create and access the Web Services?

Please help.

Thanks in Advance,

Sharmele.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sharmele,

maybe I missunderstand it, but SAP Sourcing does not yet support web services or ESOA services.

best regards

Markus

Former Member
0 Kudos

Hi Markus,

According to my requirement, Web Serives are created at the SRM side. Java code to call the webservice is to be created using WSDL. My part is only to create a client code to call web services. How do I arrive at this solution? where can I edit my java code and compile. Please help.

Thanks in Advance,

Sharmele.

Former Member
0 Kudos

Hi Sharmele,

You will have to write a seperate Java code and create a JAR. Have this JAR deployed on the E-Sourcing server. Then you can call the methods in you JAR through Beanshell script. For testing, you can do so using toolbar scripts.

For consuming webservices in Java, you might want to look at SAAJ APIs. There are other APIs available as well. The implementation logic will depend upon your requirements.

Thanks

Devesh

Former Member
0 Kudos

Hi Devash,

Thanks for the input.

Sharmele.