Skip to Content
0
Former Member
Jan 14, 2008 at 11:30 AM

How to remove "ns0" prefix in the xml message sent by webservice to xi

633 Views

Hi All,

we have developed some scenarios idoc as sender and SOAP as receiver.

By using BPM i am able to send response back to sap system.

The problem is while sending response back to xi server the webservice is sending

response as follows.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<!-- Call Adapter

-->

http://schemas.xmlsoap.org/soap/envelope/" Status="Success">

<ns0:SHIPMENT>

<ns0:STATUS Value="Success" />

<ns0:IDOCNUMBER Value="0000000000000428" />

<ns0:SAP_DI_NO Value="7132044658" />

<ns0:MESSAGE Value="Success" />

</ns0:SHIPMENT>

</ns0:DICreationGILResponse>

for each element ns0 is prefixed so in the mapping xi doesn't understand this , it knows the elements without ns0 .

How can i remove the ns0 prefix send by webservice to xi.

Thanks in advance

Prasad Nemalikanti