cancel
Showing results for 
Search instead for 
Did you mean: 

SRT: Unsupported xstream found: ("HTTP Code 200 : OK")

Former Member
0 Kudos

Hi SDN community,

I am trying to consume a SAP Webservice with an external WebSphere tool.

I already checked a couple of threads in this forum, without success.

The issue:

The WS works fine when I execute a test via tx. WSADMIN. But is does not work when I call the

WS from outside (WebSphere).

The response is the following error msg: SRT: Unsupported xstream found: ("HTTP Code 200 : OK").

I already traced the WS call but I cannot find a solution for it:

A RFC XRFC> RFC -


<

A RFC XRFC> RFC <

A RFC XRFC> RFC TRACE SOAP RUNTIME - trace records <

A RFC XRFC> RFC <

A RFC XRFC> RFC -


<

A RFC XRFC> RFC E SOAP_RUNTIME 20080429080209.9744400 : CL_SOAP_RUNTIME_SERVER

A RFC XRFC> RFC ->EXECUTE_PROCESSING Exception handling in SOAP runtime <

A RFC XRFC> RFC <

A RFC XRFC> RFC <

A RFC XRFC> RFC E SOAP_RUNTIME 20080429080209.9744070 : CL_SOAP_RUNTIME_SERVER <

A RFC XRFC> RFC ->EXECUTE_PROCESSING A SOAP Runtime Core Exception occurred in <

A RFC XRFC> RFC method get_http_headers of class CL_SOAP_HTTP_TPBND_ROOT at <

A RFC XRFC> RFC position id 3 with internal error id 1007 and error text SRT: <

A RFC XRFC> RFC Unsupported xstream found: ("HTTP Code 200 : OK") (fault location <

A RFC XRFC> RFC is 1 ). <

A RFC XRFC> RFC <

A RFC XRFC> RFC -


A RFC XRFC> RFC End of user trace

I really appreciate any help. Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Marco,

Please check the request header whether you have added any content type. It should be something like below.,

Content-Type: text/xml; charset=utf-8

former_member556603
Active Contributor
0 Kudos

Hi Marco,

Go through this blog:

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Error: HTP 200 OK

Description: The request has succeeded. The information returned with the response is dependent on the method used in the request GET an entity corresponding to the requested resource is sent in the response; HEAD the entity-header fields corresponding to the requested resource are sent in the response without any message-body; POST an entity describing or containing the result of the action; TRACE an entity containing the request message as received by the end server.

Possible Tips: Have a look into SAP Note: 871959

Thanks,

Satya

Former Member
0 Kudos

Hey,

refer to this.

1) Error: HTP 200 OK

Description: The request has succeeded. The information returned with the response is dependent on the method used in the request GET an entity corresponding to the requested resource is sent in the response; HEAD the entity-header fields corresponding to the requested resource are sent in the response without any message-body; POST an entity describing or containing the result of the action; TRACE an entity containing the request message as received by the end server.

Possible Tips: Have a look into SAP Note: 871959

regards,

Milan

Former Member
0 Kudos

Hi,

I checked the system an this note is already implemented. So seems that this hint does not solve my issue.

Any other ideas?

thx

Marco

Former Member
0 Kudos

Were you able to solve this issue?? We are having the same problem and the note 871959 is already implemented in our system.

Regards

Martin

Former Member
0 Kudos

Hi,

though quite some time has passed since the last post in this thread, I would suggest everyone having this issue to check sap-note 1232144.

I think that this error usually reflects an implementation error on the soap-client-side.

Edited by: Stephan Reichholf on Sep 15, 2011 8:08 AM