Hi!
We have a problem calling a web service via ABAP proxy. We have an outbound proxy at SAP side and the target is a webservice. The call is synchronous.
We got the wsdl description from the web service developer. We imported it as external definition in the ESR and created service interfaces for both communicating systems. In both service interfaces we configured the same request and response messages. We use no mapping in the configuration:
Now I try to test the interface in SPROXY test tool. I create a valid request and send it and then I get the following error:
There seems to be a response which contains the field 'ReservierungNr':
When I call the webservice in SOAPui tool it works:
What could be the error here?
The only difference I see is that the response in SPROXY test tool has multiple namespaces "xmlns", "xmlns:p1" and "xmlns:p2".
Any hint is appreciated.
Thanks in advance