EPMS_Connect


Click here for a complete list of operations.

GetJobShippingStatus

Returns the Shipments of the job number sent and if the shipping is completed

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 /EnterpriseWebService/Service.asmx HTTP/1.1
Host: epms.strategicfactory.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://localhost/EnterpriseWebService/Enterprise Connect/GetJobShippingStatus"

<?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>
    <GetJobShippingStatus xmlns="http://localhost/EnterpriseWebService/Enterprise Connect">
      <Credentials>
        <Username>string</Username>
        <Password>string</Password>
      </Credentials>
      <JobNumber>string</JobNumber>
    </GetJobShippingStatus>
  </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>
    <GetJobShippingStatusResponse xmlns="http://localhost/EnterpriseWebService/Enterprise Connect">
      <GetJobShippingStatusResult>
        <ShipmentInfos>
          <ShipmentInfo>
            <JobNumber>string</JobNumber>
            <ShipName>string</ShipName>
            <ShipAddress1>string</ShipAddress1>
            <ShipAddress2>string</ShipAddress2>
            <ShipAddress3>string</ShipAddress3>
            <ShipCity>string</ShipCity>
            <ShipState>string</ShipState>
            <ShipZip>string</ShipZip>
            <ShipCounty>string</ShipCounty>
            <ShipCountry>string</ShipCountry>
            <ShipContact>string</ShipContact>
            <ShipPhone>string</ShipPhone>
            <ShipFax>string</ShipFax>
            <Email>string</Email>
            <Instructions>string</Instructions>
            <ShipInNameOf>string</ShipInNameOf>
            <Residence>boolean</Residence>
            <ShipVia>string</ShipVia>
            <ShipViaService>string</ShipViaService>
            <ThirdPartyBilling>string</ThirdPartyBilling>
            <Description>string</Description>
            <Quantity>int</Quantity>
            <FreightCost>decimal</FreightCost>
            <Shipped>boolean</Shipped>
            <ComponentNumber>int</ComponentNumber>
            <TaxJurisdiction>string</TaxJurisdiction>
            <ShipDate>string</ShipDate>
            <ShipTime>string</ShipTime>
            <ExternalValue1>string</ExternalValue1>
            <ExternalValue2>string</ExternalValue2>
            <ExternalValue3>string</ExternalValue3>
            <Userdefined1>string</Userdefined1>
            <Userdefined2>string</Userdefined2>
            <Userdefined3>string</Userdefined3>
            <Userdefined4>string</Userdefined4>
            <Userdefined5>string</Userdefined5>
            <Userdefined6>string</Userdefined6>
            <Userdefined7>string</Userdefined7>
            <Userdefined8>string</Userdefined8>
            <TrackingNumberInfos xsi:nil="true" />
            <Packages xsi:nil="true" />
          </ShipmentInfo>
          <ShipmentInfo>
            <JobNumber>string</JobNumber>
            <ShipName>string</ShipName>
            <ShipAddress1>string</ShipAddress1>
            <ShipAddress2>string</ShipAddress2>
            <ShipAddress3>string</ShipAddress3>
            <ShipCity>string</ShipCity>
            <ShipState>string</ShipState>
            <ShipZip>string</ShipZip>
            <ShipCounty>string</ShipCounty>
            <ShipCountry>string</ShipCountry>
            <ShipContact>string</ShipContact>
            <ShipPhone>string</ShipPhone>
            <ShipFax>string</ShipFax>
            <Email>string</Email>
            <Instructions>string</Instructions>
            <ShipInNameOf>string</ShipInNameOf>
            <Residence>boolean</Residence>
            <ShipVia>string</ShipVia>
            <ShipViaService>string</ShipViaService>
            <ThirdPartyBilling>string</ThirdPartyBilling>
            <Description>string</Description>
            <Quantity>int</Quantity>
            <FreightCost>decimal</FreightCost>
            <Shipped>boolean</Shipped>
            <ComponentNumber>int</ComponentNumber>
            <TaxJurisdiction>string</TaxJurisdiction>
            <ShipDate>string</ShipDate>
            <ShipTime>string</ShipTime>
            <ExternalValue1>string</ExternalValue1>
            <ExternalValue2>string</ExternalValue2>
            <ExternalValue3>string</ExternalValue3>
            <Userdefined1>string</Userdefined1>
            <Userdefined2>string</Userdefined2>
            <Userdefined3>string</Userdefined3>
            <Userdefined4>string</Userdefined4>
            <Userdefined5>string</Userdefined5>
            <Userdefined6>string</Userdefined6>
            <Userdefined7>string</Userdefined7>
            <Userdefined8>string</Userdefined8>
            <TrackingNumberInfos xsi:nil="true" />
            <Packages xsi:nil="true" />
          </ShipmentInfo>
        </ShipmentInfos>
        <ShipmentsToInventory>
          <ShipmentToInventory>
            <JobNumber>string</JobNumber>
            <MaterialCode>string</MaterialCode>
            <Quantity>int</Quantity>
            <QuantityPerPack>int</QuantityPerPack>
            <ShippedDate>dateTime</ShippedDate>
          </ShipmentToInventory>
          <ShipmentToInventory>
            <JobNumber>string</JobNumber>
            <MaterialCode>string</MaterialCode>
            <Quantity>int</Quantity>
            <QuantityPerPack>int</QuantityPerPack>
            <ShippedDate>dateTime</ShippedDate>
          </ShipmentToInventory>
        </ShipmentsToInventory>
      </GetJobShippingStatusResult>
    </GetJobShippingStatusResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /EnterpriseWebService/Service.asmx HTTP/1.1
Host: epms.strategicfactory.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetJobShippingStatus xmlns="http://localhost/EnterpriseWebService/Enterprise Connect">
      <Credentials>
        <Username>string</Username>
        <Password>string</Password>
      </Credentials>
      <JobNumber>string</JobNumber>
    </GetJobShippingStatus>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetJobShippingStatusResponse xmlns="http://localhost/EnterpriseWebService/Enterprise Connect">
      <GetJobShippingStatusResult>
        <ShipmentInfos>
          <ShipmentInfo>
            <JobNumber>string</JobNumber>
            <ShipName>string</ShipName>
            <ShipAddress1>string</ShipAddress1>
            <ShipAddress2>string</ShipAddress2>
            <ShipAddress3>string</ShipAddress3>
            <ShipCity>string</ShipCity>
            <ShipState>string</ShipState>
            <ShipZip>string</ShipZip>
            <ShipCounty>string</ShipCounty>
            <ShipCountry>string</ShipCountry>
            <ShipContact>string</ShipContact>
            <ShipPhone>string</ShipPhone>
            <ShipFax>string</ShipFax>
            <Email>string</Email>
            <Instructions>string</Instructions>
            <ShipInNameOf>string</ShipInNameOf>
            <Residence>boolean</Residence>
            <ShipVia>string</ShipVia>
            <ShipViaService>string</ShipViaService>
            <ThirdPartyBilling>string</ThirdPartyBilling>
            <Description>string</Description>
            <Quantity>int</Quantity>
            <FreightCost>decimal</FreightCost>
            <Shipped>boolean</Shipped>
            <ComponentNumber>int</ComponentNumber>
            <TaxJurisdiction>string</TaxJurisdiction>
            <ShipDate>string</ShipDate>
            <ShipTime>string</ShipTime>
            <ExternalValue1>string</ExternalValue1>
            <ExternalValue2>string</ExternalValue2>
            <ExternalValue3>string</ExternalValue3>
            <Userdefined1>string</Userdefined1>
            <Userdefined2>string</Userdefined2>
            <Userdefined3>string</Userdefined3>
            <Userdefined4>string</Userdefined4>
            <Userdefined5>string</Userdefined5>
            <Userdefined6>string</Userdefined6>
            <Userdefined7>string</Userdefined7>
            <Userdefined8>string</Userdefined8>
            <TrackingNumberInfos xsi:nil="true" />
            <Packages xsi:nil="true" />
          </ShipmentInfo>
          <ShipmentInfo>
            <JobNumber>string</JobNumber>
            <ShipName>string</ShipName>
            <ShipAddress1>string</ShipAddress1>
            <ShipAddress2>string</ShipAddress2>
            <ShipAddress3>string</ShipAddress3>
            <ShipCity>string</ShipCity>
            <ShipState>string</ShipState>
            <ShipZip>string</ShipZip>
            <ShipCounty>string</ShipCounty>
            <ShipCountry>string</ShipCountry>
            <ShipContact>string</ShipContact>
            <ShipPhone>string</ShipPhone>
            <ShipFax>string</ShipFax>
            <Email>string</Email>
            <Instructions>string</Instructions>
            <ShipInNameOf>string</ShipInNameOf>
            <Residence>boolean</Residence>
            <ShipVia>string</ShipVia>
            <ShipViaService>string</ShipViaService>
            <ThirdPartyBilling>string</ThirdPartyBilling>
            <Description>string</Description>
            <Quantity>int</Quantity>
            <FreightCost>decimal</FreightCost>
            <Shipped>boolean</Shipped>
            <ComponentNumber>int</ComponentNumber>
            <TaxJurisdiction>string</TaxJurisdiction>
            <ShipDate>string</ShipDate>
            <ShipTime>string</ShipTime>
            <ExternalValue1>string</ExternalValue1>
            <ExternalValue2>string</ExternalValue2>
            <ExternalValue3>string</ExternalValue3>
            <Userdefined1>string</Userdefined1>
            <Userdefined2>string</Userdefined2>
            <Userdefined3>string</Userdefined3>
            <Userdefined4>string</Userdefined4>
            <Userdefined5>string</Userdefined5>
            <Userdefined6>string</Userdefined6>
            <Userdefined7>string</Userdefined7>
            <Userdefined8>string</Userdefined8>
            <TrackingNumberInfos xsi:nil="true" />
            <Packages xsi:nil="true" />
          </ShipmentInfo>
        </ShipmentInfos>
        <ShipmentsToInventory>
          <ShipmentToInventory>
            <JobNumber>string</JobNumber>
            <MaterialCode>string</MaterialCode>
            <Quantity>int</Quantity>
            <QuantityPerPack>int</QuantityPerPack>
            <ShippedDate>dateTime</ShippedDate>
          </ShipmentToInventory>
          <ShipmentToInventory>
            <JobNumber>string</JobNumber>
            <MaterialCode>string</MaterialCode>
            <Quantity>int</Quantity>
            <QuantityPerPack>int</QuantityPerPack>
            <ShippedDate>dateTime</ShippedDate>
          </ShipmentToInventory>
        </ShipmentsToInventory>
      </GetJobShippingStatusResult>
    </GetJobShippingStatusResponse>
  </soap12:Body>
</soap12:Envelope>