Hi all,
our purpose is to update opportunity with follow up document number created in ERP
For this purpose we execute the web service FollowUpDocumentNotification with following Payload.
In web service message monitor Incoming webservice status is Successful but nothing change in opportunity document.
Could someone send us a working paylod for service FollowUpDocumentNotification?
Where can we find documentation that explain how the payload must be compiled?
Payload:
<ns0:FollowUpDocumentNotification xmlns:ns0="http://sap.com/xi/SAPGlobal20/Global">
<MessageHeader>
<ID>005056A71A311EE5B4AF8ADCA2DB24D4</ID>
<UUID>005056A7-1A31-1EE5-B4AF-8ADCA2DB24D4</UUID>
<CreationDateTime>2016-02-12T12:32:46Z</CreationDateTime>
<SenderParty>
<InternalID schemeAgencyID="310" schemeID="LocalSystemID">XXXXXXX</InternalID>
</SenderParty>
<RecipientParty>
<InternalID schemeAgencyID="310" schemeID="LocalSystemID">XXXXXXX</InternalID>
</RecipientParty>
</MessageHeader>
<FollowUpDocument>
<ID schemeID="XXXXXX">303100002</ID>
<BusinessTransactionDocumentReference>
<ID>89</ID>
<TypeCode>OPPT</TypeCode>
</BusinessTransactionDocumentReference>
<Item>
<ID>10</ID>
</Item>
<TypeCode>1398</TypeCode>
</FollowUpDocument>
</ns0:FollowUpDocumentNotification>
Thanks in advance.
Best regards.
Daniele