cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping of Web Service SOAP response document

Former Member
0 Kudos

Hi all!

The XI mapping expects a namespace qualified root element of my web service's response SOAP document. Unfortunately my web service (written with AXIS) only provides the "xmlns"-declaration but no namespace-prefix for this element as expected by XI. For this reason the mapping is not working. I am quite desperate and could need some help how to fix that.

All child elements are expected to be non-qualified, only the root element is expected to be qualified. I got this information from the test environment of the message mapping when generating a test XML instance.

Denis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Denis,

did you find any solution for this problem.

Former Member
0 Kudos

Hi Kumar,

i managed to change my web service respectively.

Regards,

Denis

Former Member
0 Kudos

I just had the same problem and solved it like this: I modified the WSDL slightly by removing the prefix from the reference to the element of the response message, as well as the "targetNamespace" in the xsd:schema segment of the WSDL. Like this, SAP is able to parse the response.

Philippe