Forum Discussion

nlaura's avatar
nlaura
Occasional Visitor
5 years ago

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 

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: 

 


Thanks for your help! I 

1 Reply

  • avidCoder's avatar
    avidCoder
    Super Contributor

    Please contact the team from where you got the wsdl and the services. This is the issue with the soap request or may be the endpoint.