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 consuming a web service

Former Member
0 Kudos
307

Hi,

I tried <a href="/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap blog</a> with

my own web service. While testing this web service (f8 in se80) an error occured:


  <CODE>ERROR_WEBSERVICE_RUNTIME_INIT</CODE> 
  <ERRORTEXT>Error when instantiating the Web service runtime (Error when initializing SOAP client application: ' error_text' )</ERRORTEXT> 

I took the WSDL I generate from a SAP XI outbound interface.

Anyone got a reason why he can't instantiate this?

Any tutorials about consuming a web service with ABAP also welcome.

thx

chris

1 ACCEPTED SOLUTION

aaron_morden2
Contributor
0 Kudos
101

This is a good tutorial for consuming a web service from ABAP:

<a href="/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap:///people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

4 REPLIES 4

aaron_morden2
Contributor
0 Kudos
102

This is a good tutorial for consuming a web service from ABAP:

<a href="/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap:///people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

0 Kudos
101

Thanks for your reply, but you see that I mentioned this blog?

0 Kudos
101

I'm sorry. I didn't notice.

1) Go to SICF.

2) Click execute.

3) Expand the tree:

sap --> bc --> srt

Make sure that everything in <b>srt</b> is active. You might have to have your Basis team do this.

0 Kudos
101

I deleted the proxy completely an recreated it. I also activate everything

within "srt" like you adviced me (there were three inactive objects) and

now I can test the web service. So I don't know if your advice made it

or the recreation, but points for you.

thanks

chris