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: 

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

Former Member
0 Kudos

Hi,

when I am trying send a request to an external webservice

I am getting this message. Do you have an idea what can cause this error.

Regards

ilhan

Server: SAP Web Application Server (ICM)
 
HTTP/1.1 500 Internal Server Error
set-cookie: MYSAPSSO2=AjQxMDMBABhBAFIAQwBIAEkAQgBVAFMAIAAgACAAIAACAAYyADgAMQADAB
BFAFMAUgAgACAAIAAgACAABAAYMgAwADAAOQAwADUAMgA2ADAAOQAwADcABQAEAAAACAYAAlgACQACRA
D%2fAPswgfgGCSqGSIb3DQEHAqCB6jCB5wIBATELMAkGBSsOAwIaBQAwCwYJKoZIhvcNAQcBMYHHMIHE
AgEBMBkwDjEMMAoGA1UEAxMDRVNSAgcgCAYQFiMnMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJ
KoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wOTA1MjYwOTA3NDNaMCMGCSqGSIb3DQEJBDEWBBThnsmT
%2f90RLKhrO%2fWjjbrvDvw%21czAJBgcqhkjOOAQDBC8wLQIUTDMZiy9E9buJoePGCdCDg5BwYvsCFQ
DQGyevsV2OfRgF9ol%2fQJKRj9l%214Q%3d%3d; path=/; domain=apslidl
content-type: text/xml; charset=utf-8
content-length: 675
accept: text/xml
sap-srt_id: 20090526/110743/v1.00_final_6.40/DE49D4AA07D6C6F1BC1E000C29A9F676
server: SAP Web Application Server (1.0;700)
 
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><s oap-env:Header></soap-env:Header><soap-env:Body><soap-env:Fault><faultcode>soap-
env:Server</faultcode><faultstring xml:lang="en">SRT: Unsupported xstream found:
 ("HTTP Code 200  : OK")</faultstring><detail><ns:SystemFault xmlns:ns="http://w
ww.sap.com/webas/710/soap/runtime/abap/fault/system/"><Host>undefined</Host><Com
ponent>COREMSG</Component><ChainedException><Exception_Name>CX_SOAP_CORE</Except
ion_Name><Exception_Text>SRT: Unsupported xstream found: ("HTTP Code 200  : OK")
</Exception_Text></ChainedException></ns:SystemFault></detail></soap-env:Fault><
/soap-env:Body></soap-env:Envelope>

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hai iihan,

this migh tbe the problem with the client u r uisng

as HTTp Code 200 : Ok menas the action was for succesfful HTTP requests,

but unsuported xstream might be due to soap run tiem which do not support this format ,

just compare the two clients and it might be the problem

m.a

7 REPLIES 7

Former Member
0 Kudos

hai ,

the wsdl format is not correct, try to get correct wsdl for the webservices

try to open in browser before usign it

m.a

Former Member
0 Kudos

the problem is

if I test it with SAOP UI (freeware tool SOAP Client) it works excellently. When I use

another client tool it shows the above mentioned error messsage.

Regards

ertas

Former Member
0 Kudos

hai iihan,

this migh tbe the problem with the client u r uisng

as HTTp Code 200 : Ok menas the action was for succesfful HTTP requests,

but unsuported xstream might be due to soap run tiem which do not support this format ,

just compare the two clients and it might be the problem

m.a

Former Member
0 Kudos

hi

the error message comes if I use this tool http://curl.haxx.se/

When I use this tool I dont get an error. http://www.eviware.com/

To sum up:

What do you thing what the error causes ?

- the wsdl format is not correct

- you are saying "just compare the two clients"

what can I compare with them

Regards

ertas

Former Member
0 Kudos

hai ,

the wsdl format is correct it is not a problem with that,

and the response is also correct only problem might be some conversion problem in client which is not supported, if the wsdl format is not correct it wil not work in either client

u just seearch for help for this error in that client

m.a

Former Member
0 Kudos

afzal thanky ou very much. I will check it out.

Maybe i will ask you one two more questions before closing this thread and rewarding

your efforts with 10 Points

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