nlaura
7 years agoOccasional Visitor
Missing message part with name SOAP Request - Web Service Processing error
Hi,
I`m trying to send following SOAP Message and getting this error by validation
- line -1: Missing message part with name [{http://sap.com/xi/SAPGlobal20/Global}OpportunityReplicationRequest]
The message:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global" xmlns:yu7="http://0000159897-one-off.sap.com/YU7TDJ79Y_" xmlns:y22="http://0000159897-one-off.sap.com/Y22SGFKHY_" xmlns:a2at="http://sap.com/xi/AP/CustomerExtension/BYD/A2ATN">
<soapenv:Header/>
<soapenv:Body>
<glob:ReplicateOpportunityRequest>
<MessageHeader>
<CreationDateTime>2019-05-22T14:19:48Z</CreationDateTime>
</MessageHeader>
<OpportunityReplicateRequest>
<Opportunity>
<ID>41</ID>
<ProcessingTypeCode>1802</ProcessingTypeCode>
<ProcessStatusValidSinceDate>2019-05-21</ProcessStatusValidSinceDate>
<Status/>
</Opportunity>
</OpportunityReplicateRequest>
</glob:ReplicateOpportunityRequest>
</soapenv:Body>
</soapenv:Envelope>
The webservice receive the message with an error and says:
|
Message "ReplicateOpportunityRequest_sync{http://sap.com/xi/SAPGlobal20/Global}" not supported (interface: "MANAGEOPPORTUNITYIN3
|
|
Thanks for your help! I