Container
Click here for a complete list of operations.
InsertContainer
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/Container.asmx HTTP/1.1 Host: 831483.bhlmuz689.asia Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://Infomace.Web.SCWS.ServiceContracts/2007/02/InsertContainer" <?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> <InsertContainerRequest xmlns="http://Infomace.Web.SCWS.ServiceContracts/2007/02"> <LoginToken> <Login xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Login> <Password xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Password> <Ip_address xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Ip_address> <Host_name xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Host_name> <Public_key xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Public_key> </LoginToken> <Container> <Container xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Container> <Store xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Store> <Vessel xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Vessel> <Eta_date xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">dateTime</Eta_date> <Destination xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Destination> <Status xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Status> </Container> </InsertContainerRequest> </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> <InsertContainerResult xmlns="http://Infomace.Web.SCWS.ServiceContracts/2007/02"> <Container> <Container xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Container> <Store xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Store> <Vessel xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Vessel> <Eta_date xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">dateTime</Eta_date> <Destination xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Destination> <Status xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Status> </Container> <DBResponse> <ResponseCode xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</ResponseCode> <ResponseDescription xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</ResponseDescription> <FailedRecommendation xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</FailedRecommendation> <FailedKey_ID xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</FailedKey_ID> </DBResponse> </InsertContainerResult> </soap:Body> </soap:Envelope>