ProductData
Click here for a complete list of operations.
GetProductDataByShippingRef
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/ProductData.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/GetProductDataByShippingRef" <?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> <GetProductDataByShippingRefRequest 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> <ShippingReference>string</ShippingReference> <Credtr>string</Credtr> </GetProductDataByShippingRefRequest> </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> <GetProductDataByShippingRefResult xmlns="http://Infomace.Web.SCWS.ServiceContracts/2007/02"> <ProductUpdate> <ProductData> <ShippingRef xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</ShippingRef> <SuppProdCode xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</SuppProdCode> <SuppProdDescription xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</SuppProdDescription> <SuppStyle xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</SuppStyle> <SuppCover xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</SuppCover> <ProductCode xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</ProductCode> <Product xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Product> <Style xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Style> <NoOfPacks xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">int</NoOfPacks> </ProductData> <ProductData> <ShippingRef xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</ShippingRef> <SuppProdCode xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</SuppProdCode> <SuppProdDescription xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</SuppProdDescription> <SuppStyle xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</SuppStyle> <SuppCover xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</SuppCover> <ProductCode xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</ProductCode> <Product xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Product> <Style xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Style> <NoOfPacks xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">int</NoOfPacks> </ProductData> </ProductUpdate> <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> </GetProductDataByShippingRefResult> </soap:Body> </soap:Envelope>