<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://V304" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://V304" xmlns:intf="http://V304" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://upsertContact.contact.V304" xmlns:tns2="http://request.base.V304" xmlns:tns3="http://_contact.contact.V304" xmlns:tns4="http://response.base.V304" xmlns:tns5="http://base" xmlns:tns6="http://rpc.xml.coldfusion" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by ColdFusion-->
 <wsdl:types>
  <schema targetNamespace="http://request.base.V304" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://upsertContact.contact.V304"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://base"/>
   <import namespace="http://response.base.V304"/>
   <import namespace="http://V304"/>
   <import namespace="http://_contact.contact.V304"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Security">
    <sequence>
     <element name="Password" nillable="true" type="xsd:string"/>
     <element name="Username" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="Request">
    <sequence>
     <element name="Security" nillable="true" type="tns2:Security"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://_contact.contact.V304" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://upsertContact.contact.V304"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://base"/>
   <import namespace="http://response.base.V304"/>
   <import namespace="http://V304"/>
   <import namespace="http://request.base.V304"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Contact">
    <sequence>
     <element name="Address" nillable="true" type="xsd:string"/>
     <element name="Address2" nillable="true" type="xsd:string"/>
     <element name="AltContactID" nillable="true" type="xsd:string"/>
     <element name="Birthdate" nillable="true" type="xsd:string"/>
     <element name="City" nillable="true" type="xsd:string"/>
     <element name="Company" nillable="true" type="xsd:string"/>
     <element name="ContactID" nillable="true" type="xsd:string"/>
     <element name="CountryCode" nillable="true" type="xsd:string"/>
     <element name="CreditCardExpirationMonth" nillable="true" type="xsd:string"/>
     <element name="CreditCardExpirationYear" nillable="true" type="xsd:string"/>
     <element name="CreditCardNameOnCard" nillable="true" type="xsd:string"/>
     <element name="CreditCardNumber" nillable="true" type="xsd:string"/>
     <element name="CreditCardType" nillable="true" type="xsd:string"/>
     <element name="Email" nillable="true" type="xsd:string"/>
     <element name="FacebookProfileID" nillable="true" type="xsd:string"/>
     <element name="Firstname" nillable="true" type="xsd:string"/>
     <element name="IsNonTaxable" nillable="true" type="xsd:boolean"/>
     <element name="IsSingleOptIn" nillable="true" type="xsd:string"/>
     <element name="Lastname" nillable="true" type="xsd:string"/>
     <element name="MainPhone" nillable="true" type="xsd:string"/>
     <element name="Password" nillable="true" type="xsd:string"/>
     <element name="PaymentTerms" nillable="true" type="xsd:string"/>
     <element name="PriceLevel" nillable="true" type="xsd:string"/>
     <element name="StateCode" nillable="true" type="xsd:string"/>
     <element name="Title" nillable="true" type="xsd:string"/>
     <element name="Username" nillable="true" type="xsd:string"/>
     <element name="WholesaleNumber" nillable="true" type="xsd:string"/>
     <element name="ZipCode" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="ContactForResponse">
    <complexContent>
     <extension base="tns3:Contact">
      <sequence>
       <element name="CustomerNumber" nillable="true" type="xsd:string"/>
       <element name="DateAdded" nillable="true" type="xsd:dateTime"/>
       <element name="DateModified" nillable="true" type="xsd:dateTime"/>
       <element name="LastLoginDate" nillable="true" type="xsd:dateTime"/>
      </sequence>
     </extension>
    </complexContent>
   </complexType>
   <complexType name="ContactResult">
    <sequence>
     <element name="Contact" nillable="true" type="tns3:ContactForResponse"/>
     <element name="Errors" nillable="true" type="impl:ArrayOf_tns4_Error"/>
     <element name="IsSuccessful" nillable="true" type="xsd:boolean"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://V304" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://upsertContact.contact.V304"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://base"/>
   <import namespace="http://response.base.V304"/>
   <import namespace="http://request.base.V304"/>
   <import namespace="http://_contact.contact.V304"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_tns3_Contact">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="tns3:Contact[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="ArrayOf_tns4_Error">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="tns4:Error[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="ArrayOf_tns3_ContactResult">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="tns3:ContactResult[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://upsertContact.contact.V304" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://base"/>
   <import namespace="http://response.base.V304"/>
   <import namespace="http://V304"/>
   <import namespace="http://request.base.V304"/>
   <import namespace="http://_contact.contact.V304"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Request">
    <complexContent>
     <extension base="tns2:Request">
      <sequence>
       <element name="Contacts" nillable="true" type="impl:ArrayOf_tns3_Contact"/>
      </sequence>
     </extension>
    </complexContent>
   </complexType>
   <complexType name="Response">
    <complexContent>
     <extension base="tns4:Response">
      <sequence>
       <element name="ContactResults" nillable="true" type="impl:ArrayOf_tns3_ContactResult"/>
      </sequence>
     </extension>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://base" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://upsertContact.contact.V304"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://response.base.V304"/>
   <import namespace="http://V304"/>
   <import namespace="http://request.base.V304"/>
   <import namespace="http://_contact.contact.V304"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="baseResponse">
    <sequence/>
   </complexType>
  </schema>
  <schema targetNamespace="http://response.base.V304" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://upsertContact.contact.V304"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://base"/>
   <import namespace="http://V304"/>
   <import namespace="http://request.base.V304"/>
   <import namespace="http://_contact.contact.V304"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Error">
    <sequence>
     <element name="ErrorCode" nillable="true" type="xsd:string"/>
     <element name="ErrorMessage" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="Response">
    <complexContent>
     <extension base="tns5:baseResponse">
      <sequence>
       <element name="Errors" nillable="true" type="impl:ArrayOf_tns4_Error"/>
       <element name="IsSuccessful" nillable="true" type="xsd:boolean"/>
       <element name="RecordCount" nillable="true" type="xsd:double"/>
      </sequence>
     </extension>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://upsertContact.contact.V304"/>
   <import namespace="http://base"/>
   <import namespace="http://response.base.V304"/>
   <import namespace="http://V304"/>
   <import namespace="http://request.base.V304"/>
   <import namespace="http://_contact.contact.V304"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="UpsertContactResponse">

      <wsdl:part name="UpsertContactReturn" type="tns1:Response">

      </wsdl:part>

   </wsdl:message>

   <wsdl:message name="CFCInvocationException">

      <wsdl:part name="fault" type="tns6:CFCInvocationException">

      </wsdl:part>

   </wsdl:message>

   <wsdl:message name="UpsertContactRequest">

      <wsdl:part name="Request" type="tns1:Request">

      </wsdl:part>

   </wsdl:message>

   <wsdl:portType name="ContactService">

      <wsdl:operation name="UpsertContact" parameterOrder="Request">

         <wsdl:input message="intf:UpsertContactRequest" name="UpsertContactRequest">

       </wsdl:input>

         <wsdl:output message="intf:UpsertContactResponse" name="UpsertContactResponse">

       </wsdl:output>

         <wsdl:fault message="intf:CFCInvocationException" name="CFCInvocationException">

       </wsdl:fault>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="ContactService.cfcSoapBinding" type="intf:ContactService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="UpsertContact">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="UpsertContactRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://V304" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="UpsertContactResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://V304" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://V304" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="ContactServiceService">

      <wsdl:port binding="intf:ContactService.cfcSoapBinding" name="ContactService.cfc">

         <wsdlsoap:address location="http://webservices.vin65.com/V304/ContactService.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
