Receive Expected Shipments using WSDL
Summary: We are trying to implement automatic receipt in the system for RMA orders using webservice /fscmService/ProcessorServiceV2?WSDL
Request Payload:
<?xml version='1.0' encoding='UTF-8'?>
<ns1:Envelope xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/">
<ns1:Body>
<ns2:processor xmlns:ns2="http://xmlns.oracle.com/apps/scm/receiving/receiptsInterface/transactions/processorServiceV2/types/">
<ns2:Receipt xmlns:ns3="http://xmlns.oracle.com/apps/scm/receiving/receiptsInterface/transactions/processorServiceV2/">
<ns3:ASNType>STD</ns3:ASNType>
<ns3:Comments>Recieved by webservice</ns3:Comments>
<ns3:ReceiptSourceCode>CUSTOMER</ns3:ReceiptSourceCode>
<ns3:CustomerId>100000000910004</ns3:CustomerId>
<ns3:ShipToOrganizationCode>RMA</ns3:ShipToOrganizationCode>
<ns3:TransactionType>NEW</ns3:TransactionType>