unassign line using ShipmentLineService webservice
Summary:
Hi Oracle Guru,
We are trying to Unassign the line using ShipmentLineService webservice. Refering the document Doc ID 2524836.1
Code Snippet (add any code snippets that support your topic, if applicable):
Payload generated by wsdl.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentLineService/types/">
<soapenv:Header/>
<soapenv:Body>
<typ:ManageShipmentAssignmentsAsync>
<typ:apiVersionNumber>1</typ:apiVersionNumber>
<!--Optional:-->
<typ:InitMsgList>T</typ:InitMsgList>
<!--1 or more repetitions:-->
<typ:ShipmentLineList>101037</typ:ShipmentLineList>
<typ:ActionCode>UNASSIGN</typ:ActionCode>
<!--Optional:-->
<typ:Shipment>1000001106_1686</typ:Shipment>
</typ:ManageShipmentAssignmentsAsync>
<typ:Shipment>1000001106_1686</typ:Shipment>