<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="Get">
        <s:complexType />
      </s:element>
      <s:element name="GetResponse">
        <s:complexType />
      </s:element>
      <s:element name="CallWebservice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CallWebserviceResponse">
        <s:complexType />
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetSoapIn">
    <wsdl:part name="parameters" element="tns:Get" />
  </wsdl:message>
  <wsdl:message name="GetSoapOut">
    <wsdl:part name="parameters" element="tns:GetResponse" />
  </wsdl:message>
  <wsdl:message name="CallWebserviceSoapIn">
    <wsdl:part name="parameters" element="tns:CallWebservice" />
  </wsdl:message>
  <wsdl:message name="CallWebserviceSoapOut">
    <wsdl:part name="parameters" element="tns:CallWebserviceResponse" />
  </wsdl:message>
  <wsdl:message name="GetHttpGetIn" />
  <wsdl:message name="GetHttpGetOut" />
  <wsdl:message name="CallWebserviceHttpGetIn">
    <wsdl:part name="data" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CallWebserviceHttpGetOut" />
  <wsdl:message name="GetHttpPostIn" />
  <wsdl:message name="GetHttpPostOut" />
  <wsdl:message name="CallWebserviceHttpPostIn">
    <wsdl:part name="data" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CallWebserviceHttpPostOut" />
  <wsdl:portType name="WP_WebserviceSoap">
    <wsdl:operation name="CallWebservice">
      <wsdl:input name="Get" message="tns:GetSoapIn" />
      <wsdl:output name="Get" message="tns:GetSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CallWebservice">
      <wsdl:input message="tns:CallWebserviceSoapIn" />
      <wsdl:output message="tns:CallWebserviceSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="WP_WebserviceHttpGet">
    <wsdl:operation name="CallWebservice">
      <wsdl:input name="Get" message="tns:GetHttpGetIn" />
      <wsdl:output name="Get" message="tns:GetHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="CallWebservice">
      <wsdl:input message="tns:CallWebserviceHttpGetIn" />
      <wsdl:output message="tns:CallWebserviceHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="WP_WebserviceHttpPost">
    <wsdl:operation name="CallWebservice">
      <wsdl:input name="Get" message="tns:GetHttpPostIn" />
      <wsdl:output name="Get" message="tns:GetHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="CallWebservice">
      <wsdl:input message="tns:CallWebserviceHttpPostIn" />
      <wsdl:output message="tns:CallWebserviceHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WP_WebserviceSoap" type="tns:WP_WebserviceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CallWebservice">
      <soap:operation soapAction="http://tempuri.org/Get" style="document" />
      <wsdl:input name="Get">
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output name="Get">
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CallWebservice">
      <soap:operation soapAction="http://tempuri.org/CallWebservice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WP_WebserviceSoap12" type="tns:WP_WebserviceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CallWebservice">
      <soap12:operation soapAction="http://tempuri.org/Get" style="document" />
      <wsdl:input name="Get">
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output name="Get">
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CallWebservice">
      <soap12:operation soapAction="http://tempuri.org/CallWebservice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WP_WebserviceHttpGet" type="tns:WP_WebserviceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="CallWebservice">
      <http:operation location="/Get" />
      <wsdl:input name="Get">
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output name="Get" />
    </wsdl:operation>
    <wsdl:operation name="CallWebservice">
      <http:operation location="/CallWebservice" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WP_WebserviceHttpPost" type="tns:WP_WebserviceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="CallWebservice">
      <http:operation location="/Get" />
      <wsdl:input name="Get">
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output name="Get" />
    </wsdl:operation>
    <wsdl:operation name="CallWebservice">
      <http:operation location="/CallWebservice" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WP_Webservice">
    <wsdl:port name="WP_WebserviceSoap" binding="tns:WP_WebserviceSoap">
      <soap:address location="http://devellostudio.com/WP_Webservice.asmx" />
    </wsdl:port>
    <wsdl:port name="WP_WebserviceSoap12" binding="tns:WP_WebserviceSoap12">
      <soap12:address location="http://devellostudio.com/WP_Webservice.asmx" />
    </wsdl:port>
    <wsdl:port name="WP_WebserviceHttpGet" binding="tns:WP_WebserviceHttpGet">
      <http:address location="http://devellostudio.com/WP_Webservice.asmx" />
    </wsdl:port>
    <wsdl:port name="WP_WebserviceHttpPost" binding="tns:WP_WebserviceHttpPost">
      <http:address location="http://devellostudio.com/WP_Webservice.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>