Shipments
Click here for a complete list of operations.
GetActive
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /SupplyChainWebService_new/Shipments.asmx HTTP/1.1 Host: 831483.bhlmuz689.asia Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://Infomace.Web.SCWS.DataTypes/2007/02/GetActive" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetActiveRequest xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02"> <LoginToken> <Login>string</Login> <Password>string</Password> <Ip_address>string</Ip_address> <Host_name>string</Host_name> <Public_key>string</Public_key> </LoginToken> <ShippingRef>string</ShippingRef> <Credtr>string</Credtr> <OldStatus>string</OldStatus> <NewStatus>string</NewStatus> <xDocument>string</xDocument> </GetActiveRequest> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetActiveResult xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02"> <ShipmentCollection> <Shipment> <ShippingRef>string</ShippingRef> <ShipmentDate>string</ShipmentDate> <ShipmentStatus>string</ShipmentStatus> <Destination>string</Destination> <Vessel>string</Vessel> <Voyage>string</Voyage> <ShipLine>string</ShipLine> <FreightFwdr>string</FreightFwdr> <OrderLines> <PurchaseOrderLine xsi:nil="true" /> <PurchaseOrderLine xsi:nil="true" /> </OrderLines> </Shipment> <Shipment> <ShippingRef>string</ShippingRef> <ShipmentDate>string</ShipmentDate> <ShipmentStatus>string</ShipmentStatus> <Destination>string</Destination> <Vessel>string</Vessel> <Voyage>string</Voyage> <ShipLine>string</ShipLine> <FreightFwdr>string</FreightFwdr> <OrderLines> <PurchaseOrderLine xsi:nil="true" /> <PurchaseOrderLine xsi:nil="true" /> </OrderLines> </Shipment> </ShipmentCollection> <DBResponse> <ResponseCode>string</ResponseCode> <ResponseDescription>string</ResponseDescription> <FailedRecommendation>string</FailedRecommendation> <FailedKey_ID>string</FailedKey_ID> </DBResponse> </GetActiveResult> </soap:Body> </soap:Envelope>