<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:PipControllerwsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" name="PipController" targetNamespace="urn:PipControllerwsdl">
  <wsdl:types>
    <xsd:schema targetNamespace="urn:PipControllerwsdl">
      <xsd:complexType name="SegmentsAndDescriptionArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:SegmentsAndDescription[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="SegmentsAndDescription">
        <xsd:all>
          <xsd:element name="segment" type="xsd:string"/>
          <xsd:element name="description" type="xsd:string"/>
          <xsd:element name="segment_link" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="ColorsByProductArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ColorsByProduct[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="ColorsByProduct">
        <xsd:all>
          <xsd:element name="product" type="xsd:string"/>
          <xsd:element name="product_color" type="xsd:string"/>
          <xsd:element name="color_value" type="xsd:string"/>
          <xsd:element name="color_descrp" type="xsd:string"/>
          <xsd:element name="main_part" type="xsd:boolean"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="ImprintLocationsArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ImprintLocations[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="ImprintLocations">
        <xsd:all>
          <xsd:element name="imprint_value" type="xsd:string"/>
          <xsd:element name="location_description" type="xsd:string"/>
          <xsd:element name="segment_link" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="OrderTypeArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:OrderType[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="OrderType">
        <xsd:all>
          <xsd:element name="order_value" type="xsd:string"/>
          <xsd:element name="order_description" type="xsd:string"/>
          <xsd:element name="segment_link" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="DisplayProcessArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:DisplayProcess[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="DisplayProcess">
        <xsd:all>
          <xsd:element name="process_value" type="xsd:string"/>
          <xsd:element name="process_description" type="xsd:string"/>
          <xsd:element name="segment_link" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="LidsArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:Lids[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="Lids">
        <xsd:all>
          <xsd:element name="lid_value" type="xsd:string"/>
          <xsd:element name="lid_description" type="xsd:string"/>
          <xsd:element name="segment_link" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="CarrierCodesArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:CarrierCodes[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="CarrierCodes">
        <xsd:all>
          <xsd:element name="carrier_code" type="xsd:string"/>
          <xsd:element name="abbreviation" type="xsd:string"/>
          <xsd:element name="carrier_name" type="xsd:string"/>
          <xsd:element name="valid_carrier" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="PipCompanionProductArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:PipCompanionProduct[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="PipCompanionProduct">
        <xsd:all>
          <xsd:element name="companion_product" type="xsd:string"/>
          <xsd:element name="name" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="PartSizeArray">
        <xsd:complexContent>
          <xsd:restriction base="soap-enc:Array">
            <xsd:attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:PartSize[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="PartSize">
        <xsd:all>
          <xsd:element name="size" type="xsd:string"/>
          <xsd:element name="sku" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="getSegmentsAndDescriptionRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getSegmentsAndDescriptionResponse">
    <wsdl:part name="return" type="tns:SegmentsAndDescriptionArray"/>
  </wsdl:message>
  <wsdl:message name="getColorsByProductRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
    <wsdl:part name="productNumber" type="xsd:string"/>
    <wsdl:part name="excludeCloseout" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getColorsByProductResponse">
    <wsdl:part name="return" type="tns:ColorsByProductArray"/>
  </wsdl:message>
  <wsdl:message name="getImprintLocationsRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
    <wsdl:part name="productNumber" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getImprintLocationsResponse">
    <wsdl:part name="return" type="tns:ImprintLocationsArray"/>
  </wsdl:message>
  <wsdl:message name="getOrderTypeRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getOrderTypeResponse">
    <wsdl:part name="return" type="tns:OrderTypeArray"/>
  </wsdl:message>
  <wsdl:message name="getDisplayProcessRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
    <wsdl:part name="productNumber" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getDisplayProcessResponse">
    <wsdl:part name="return" type="tns:DisplayProcessArray"/>
  </wsdl:message>
  <wsdl:message name="getLidsRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getLidsResponse">
    <wsdl:part name="return" type="tns:LidsArray"/>
  </wsdl:message>
  <wsdl:message name="getCarrierCodesRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getCarrierCodesResponse">
    <wsdl:part name="return" type="tns:CarrierCodesArray"/>
  </wsdl:message>
  <wsdl:message name="getCompanionProductsRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
    <wsdl:part name="productNumber" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getCompanionProductsResponse">
    <wsdl:part name="return" type="tns:PipCompanionProductArray"/>
  </wsdl:message>
  <wsdl:message name="getSizesByColorAndPartRequest">
    <wsdl:part name="customerNumber" type="xsd:string"/>
    <wsdl:part name="userCredential" type="xsd:string"/>
    <wsdl:part name="productNumber" type="xsd:string"/>
    <wsdl:part name="color" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getSizesByColorAndPartResponse">
    <wsdl:part name="return" type="tns:PartSizeArray"/>
  </wsdl:message>
  <wsdl:portType name="PipControllerPortType">
    <wsdl:operation name="getSegmentsAndDescription">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getSegmentsAndDescriptionRequest"/>
      <wsdl:output message="tns:getSegmentsAndDescriptionResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getColorsByProduct">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getColorsByProductRequest"/>
      <wsdl:output message="tns:getColorsByProductResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getImprintLocations">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getImprintLocationsRequest"/>
      <wsdl:output message="tns:getImprintLocationsResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getOrderType">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getOrderTypeRequest"/>
      <wsdl:output message="tns:getOrderTypeResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getDisplayProcess">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getDisplayProcessRequest"/>
      <wsdl:output message="tns:getDisplayProcessResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getLids">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getLidsRequest"/>
      <wsdl:output message="tns:getLidsResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getCarrierCodes">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getCarrierCodesRequest"/>
      <wsdl:output message="tns:getCarrierCodesResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getCompanionProducts">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getCompanionProductsRequest"/>
      <wsdl:output message="tns:getCompanionProductsResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getSizesByColorAndPart">
      <wsdl:documentation></wsdl:documentation>
      <wsdl:input message="tns:getSizesByColorAndPartRequest"/>
      <wsdl:output message="tns:getSizesByColorAndPartResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="PipControllerBinding" type="tns:PipControllerPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getSegmentsAndDescription">
      <soap:operation soapAction="urn:PipControllerwsdl#getSegmentsAndDescription" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getColorsByProduct">
      <soap:operation soapAction="urn:PipControllerwsdl#getColorsByProduct" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getImprintLocations">
      <soap:operation soapAction="urn:PipControllerwsdl#getImprintLocations" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderType">
      <soap:operation soapAction="urn:PipControllerwsdl#getOrderType" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDisplayProcess">
      <soap:operation soapAction="urn:PipControllerwsdl#getDisplayProcess" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getLids">
      <soap:operation soapAction="urn:PipControllerwsdl#getLids" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getCarrierCodes">
      <soap:operation soapAction="urn:PipControllerwsdl#getCarrierCodes" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getCompanionProducts">
      <soap:operation soapAction="urn:PipControllerwsdl#getCompanionProducts" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSizesByColorAndPart">
      <soap:operation soapAction="urn:PipControllerwsdl#getSizesByColorAndPart" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="urn:PipControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="PipControllerService">
    <wsdl:port name="PipControllerPort" binding="tns:PipControllerBinding">
      <soap:address location="https://ds.hitpromo.net/pip/pip?ws=1"/>
    </wsdl:port>
  </wsdl:service>
</definitions>
