You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

unassign line using ShipmentLineService webservice

edited Mar 13, 2024 6:40AM in Inventory Management 1 comment

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>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!