<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://webservices.PX.cfusion" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://webservices.PX.cfusion" xmlns:intf="http://webservices.PX.cfusion" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="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 version 8,0,0,176276-->
 <wsdl:types>
  <schema targetNamespace="http://webservices.PX.cfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_anyType">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="ArrayOfArrayOf_xsd_anyType">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[][]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://webservices.PX.cfusion"/>
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
   <complexType name="QueryBean">
    <sequence>
     <element name="columnList" nillable="true" type="impl:ArrayOf_xsd_string"/>
     <element name="data" nillable="true" type="impl:ArrayOfArrayOf_xsd_anyType"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://webservices.PX.cfusion"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="mapItem">
    <sequence>
     <element name="key" nillable="true" type="xsd:anyType"/>
     <element name="value" nillable="true" type="xsd:anyType"/>
    </sequence>
   </complexType>
   <complexType name="Map">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getmagidfromnameRequest">

      <wsdl:part name="magName" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="returnmagidResponse">

      <wsdl:part name="returnmagidReturn" type="impl:ArrayOf_xsd_anyType"/>

   </wsdl:message>

   <wsdl:message name="returnmagidRedwoodRequest">

   </wsdl:message>

   <wsdl:message name="getmagidfromnameResponse">

      <wsdl:part name="getmagidfromnameReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="returnmagidRedwoodResponse">

      <wsdl:part name="returnmagidRedwoodReturn" type="impl:ArrayOf_xsd_anyType"/>

   </wsdl:message>

   <wsdl:message name="CFCInvocationException">

      <wsdl:part name="fault" type="tns1:CFCInvocationException"/>

   </wsdl:message>

   <wsdl:message name="returnmagidRequest">

      <wsdl:part name="theUser" type="xsd:string"/>

      <wsdl:part name="thePword" type="xsd:string"/>

   </wsdl:message>

   <wsdl:portType name="checkUser">

      <wsdl:operation name="returnmagid" parameterOrder="theUser thePword">

         <wsdl:input message="impl:returnmagidRequest" name="returnmagidRequest"/>

         <wsdl:output message="impl:returnmagidResponse" name="returnmagidResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="getmagidfromname" parameterOrder="magName">

         <wsdl:input message="impl:getmagidfromnameRequest" name="getmagidfromnameRequest"/>

         <wsdl:output message="impl:getmagidfromnameResponse" name="getmagidfromnameResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="returnmagidRedwood">

         <wsdl:input message="impl:returnmagidRedwoodRequest" name="returnmagidRedwoodRequest"/>

         <wsdl:output message="impl:returnmagidRedwoodResponse" name="returnmagidRedwoodResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="checkUser.cfcSoapBinding" type="impl:checkUser">

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

      <wsdl:operation name="returnmagid">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="returnmagidRequest">

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

         </wsdl:input>

         <wsdl:output name="returnmagidResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getmagidfromname">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getmagidfromnameRequest">

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

         </wsdl:input>

         <wsdl:output name="getmagidfromnameResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="returnmagidRedwood">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="returnmagidRedwoodRequest">

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

         </wsdl:input>

         <wsdl:output name="returnmagidRedwoodResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="userslist">

      <wsdl:port binding="impl:checkUser.cfcSoapBinding" name="checkUser.cfc">

         <wsdlsoap:address location="http://magazines.keenes.co.uk/cfusion/PX/webservices/checkUser.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>

	
	
		
	
		
