Application Development and Automation 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: 
Read only

CODE 400 - Error Consume WebService

Former Member
0 Likes
569

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

1 REPLY 1
Read only

Former Member
0 Likes
343

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 .....