cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.aii.af.ra.ms.api.DeliveryException for QName

Former Member
0 Kudos

Hello,

I'm facing an error on an XI Integration Engine when receiving SOAP response fron an Axis Web service.

This is the response from the Axis WS:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<soapenv:Body>

<SearchResponse xmlns="http://www.aaaaaaaaa.com/sap/aaa">

<session-id>ybedb076715b80f62b1ff0bd9a058e774</session-id>

<flight-results>

<flight-itinerary>

........

</flight-itinerary>

</flight-results>

</SearchResponse>

</soapenv:Body>

</soapenv:Envelope>

And this is the error I have on the SAP Integration Engine when receiving this response.

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

... <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: QName is 'xmlns', but URI is not 'http://www.w3.org/2000/xmlns/' in the qualified name, 'xmlns'</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

</SAP:Error>

....

It seems to be related to the namespace but I can't find a solution.

Does anybody has any clue ?

Thanks

Julien

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check this thread..

SAP Note: 886888

Regards

Anand

Former Member
0 Kudos

Hello Anand,

Thank you very much for the reference to the SAP Note, I'll ask to implement it ASAP.

Best regards,

Julien

Answers (0)