Create Shipment
Content
I have a requirement to create shipment and i am using createAndConfirm service .
WSDL: https://hdbt-dev1.fa.us2.oraclecloud.com:443/fscmService/ShipmentService
I am using the below payload and executing in soap api. I am not getting any error message but shipment is not created.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentService/types/" xmlns:ship="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentService/">
<soapenv:Header/>
<soapenv:Body>
<typ:createAndConfirm>
<typ:shipment>
<!--Optional:-->
<ship:ShipmentName>36019</ship:ShipmentName>
<ship:OrganizationCode>JAX_JACKSONVILLE</ship:OrganizationCode>
Tagged:
1