‎2009 May 13 7:53 PM
Dear,
I'm trying to consume a Webservice in ABAP program.
I create a Client Proxy (via SE80) and a Logical Port Configuration (via LPCONFIG).
But when I test the client proxy in SE80 this error occurs "SOAP: RTS 1007: Unsupported xstream found: (" HTTP Code 400: Bad Request ")
Who knows what can it be?
Regards,
Rogerio
‎2009 May 15 3:21 AM
Hi,
It's because of 2 possible things.
1) ur URL Not responding Means (logical port IP or URL)
2) The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications. Check Deatils in
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
Salil .....