cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

Hi all, i'm trying to consume a web service via a proxy object but every time i try to send a request, the system answers with same error message.

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

Now, i must specify that no authentication or security mechanism is needed for correct communication, and the logical port was created via the import of the wsdl descriptor for the web service we're trying to consume. The problem is that i can't understand if the request was done or not.

The problem seems related to the method used during the call (GET, POST...) but i'm not able to understand if the problem is in the request (bad format, wrong value in parameters...) or in the answer (bad parameter format, unsupported format, conversion error...)

Can anyone pls give any advice?

I've checked note 871959 but it's already implemented.

Thanks to all in advance.

King regards,

Andrea

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can check Trance and log files to get error information on this.

SOAMANAGER, tcode goto logs and traces, select trace configuration.

opt for Full trace

click Accept trace and Export trace,

do test and open Tcode, SOAMANAGER, see the trace files,

check for transport settings,

URL Access path,ESR target client -000,logical port

Regards,

Nagaraju

Former Member
0 Kudos

Dear Nagaraju,

Im having the same issue im looking at SRT_UTIL trace but nothing relevant.

On the xml payload i can see the expected answer but it is not interpreted.

After reading many post my guess is content type is wrong but I can't see where to change or validate this.

Regards