Skip to Content
0
Jan 23, 2012 at 09:13 AM

Improper SOAP message recieved in PI

40 Views

Hi,

I am sending the below SOAP message from SoapUI to test a SOAP to RFC scenario. the problem here is that when i check the SXMB_MONI inbound message, the received SOAP message seems to be invalid one and does not look like a proper SOAP message. Kindly help me on this issue.

The SOAP message that i am sending from soapUI is,

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Inbound Message --> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:co="urn:ford/Consumer/Operation/v1.0" xmlns:cv="urn:ford/Consumer/Vehicle/v1.0" xmlns:c="urn:ford/Consumer/v1.0" xmlns:ct="urn:oasis:names:tc:ciq:ct:3" xmlns:a="urn:oasis:names:tc:ciq:xal:3" xmlns:n="urn:oasis:names:tc:ciq:xnl:3" xmlns:p="urn:oasis:names:tc:ciq:xpil:3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header><WSLToken  XIMessageID="TESTCASE" xmlns="urn:ford/wsl/v1.0"></WSLToken></soapenv:Header>

<soapenv:Body><co:ConsumerCreateRequest allowDataChanges="false" OperatorRegionType="ISO 3166-1 Alpha-2 Code" OperatorRegion="CN">

The message i receive in the Inbound is,

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Inbound Message --> <co:ConsumerCreateRequest xmlns:co='urn:ford/Consumer/Operation/v1.0' xmlns:p='urn:oasis:names:tc:ciq:xpil:3' xmlns:n='urn:oasis:names:tc:ciq:xnl:3' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:cv='urn:ford/Consumer/Vehicle/v1.0' xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:ct='urn:oasis:names:tc:ciq:ct:3' xmlns:c='urn:ford/Consumer/v1.0' xmlns:a='urn:oasis:names:tc:ciq:xal:3' allowDataChanges='false' OperatorRegionType='ISO 3166-1 Alpha-2 Code' OperatorRegion='CN'>