Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating WebService for BAPI

Former Member
0 Kudos

Hi,

I am trying to create a webservice for BAPI, i created Virtual interface and Webserice and activated.

In transaction code WSCONFIG i checked webservice has been released. When i test webservice i am getting following error in browser.

-


- <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

- <soap-env:Body>

- <soap-env:Fault>

<faultcode>soap-env:Server</faultcode>

<faultstring xml:lang="en">SOAP processing failure, error id = 112</faultstring>

</soap-env:Fault>

</soap-env:Body>

</soap-env:Envelope>

-


Could u please tell me whats wrong on this?

thanks for ur time.

Murali.

4 REPLIES 4

Former Member
0 Kudos

Hallo,

can any one help me on this issue ?

thanks

Murali.

0 Kudos

check out these weblogs.

/people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices

/people/thomas.jung3/blog/2005/01/05/develop-a-web-service-that-sends-an-email--in-abap

Regards

Raja

0 Kudos

hi raj thanks for ur info.

i have this documet, and sone one has posted same question in that doc but there is no usefull anser.

still i am looking solution for my problem.

thanks

Murali.

0 Kudos

place a break point (HTTP) in IF_HTTP_EXTENSION~HANDLE_REQUEST method of class CL_SOAP_HTTP_EXTENSION and now call the webservice, it will go into ABAP debugging screen, where you can debugg and see why this is happenning

Regards

Raja