Hi,
The Scenario is Outbound. There was issue with the Payload. They wanted the different namespace.
What They received:
<nm:PurchaseOrderERPRequest_V1 xmlns:nm="http://sap.com/xi/SAPGlobal20/Global"
What They expect:
<n0:PurchaseOrderERPRequest_V1 xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"
So I used the Soap channel and used the Module config. I can see that I am getting n0 in place of nm in adapter engine but channel is in error and showing..
invalid http response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
And I think the message which I am getting in CC is not xml coz when i save it as 123.xml it is not getting open. I think there is something wrong with my Logic in mudule configuration. I have attached the screen shot of CC and also i have attached file from CC.
Please suggest.