cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Calling a Webservice from ABAP: Consumer

Former Member
0 Kudos

Hi

We are reaching a webservice within the same network Zone and have have done the configuration in SOAMANAGER - WebService URL, Port, Operations are defined and the service is active. The logical port is define and an automatic SM59 destination is created in the System as well and works fine.

While trying to call the Class with the appropriate Method it creates an Exception and on logging within SOAMANAGER or ST11 we get the below error. Not sure how to resolve this as webservice is running fine and it seems a problem in reaching to the service. Neither any Payload is visible in SOAMANAGER Log.

E SOAP_RUNTIME 20081203021828.6099930 : CL_SOAP_RUNTIME_CLIENT

->EXECUTE_PROCESSING A SOAP Runtime Core Exception occurred in

method get_http_headers of class CL_SOAP_HTTP_TPBND_ROOT at

position id 3 with internal error id 1007 and error text SRT:

Unsupported xstream found: ("HTTP Code 404 : ") (fault location is

1 ).

Anu inputs appreciated.

//Swetank

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ls check with

/people/ingo.sauerzapf/blog/2007/04/23/es-workplace-how-to-guides-or-the-missing-manuals

Regards

Abhishek

Former Member
0 Kudos

Hi,

Did you enter the correct URL in the HTTP destination ?

You get a HTTP 404 return code which is got usually with an invalid URL...

Regards,

Olivier

Former Member
0 Kudos

Hi,

what does the service?

XString listens to binary data.... With services you exchange xml messages (SOAP)... -> String

Maybe you have to convert your binary data into string?

I have created an email service... the attachments must be converted into a base64-String that a service can handle this issue.

regards