Advertisement
Guest User

My WSDL

a guest
Jun 9th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="QuickBooks" targetNamespace="http://tempuri.org/">
  3.    <wsdl:types>
  4.       <xsd:schema targetNamespace="http://tempuri.org/Imports">
  5.          <xsd:import schemaLocation="http://localhost:65462/QuickBooks.svc?xsd=xsd0" namespace="http://tempuri.org/" />
  6.          <xsd:import schemaLocation="http://localhost:65462/QuickBooks.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  7.          <xsd:import schemaLocation="http://localhost:65462/QuickBooks.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Groninger.QuickBooks.Wrapper" />
  8.          <xsd:import schemaLocation="http://localhost:65462/QuickBooks.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  9.       </xsd:schema>
  10.    </wsdl:types>
  11.    <wsdl:message name="IQuickBooks_serverVersion_InputMessage">
  12.       <wsdl:part name="parameters" element="tns:serverVersion" />
  13.    </wsdl:message>
  14.    <wsdl:message name="IQuickBooks_serverVersion_OutputMessage">
  15.       <wsdl:part name="parameters" element="tns:serverVersionResponse" />
  16.    </wsdl:message>
  17.    <wsdl:message name="IQuickBooks_authenticate_InputMessage">
  18.       <wsdl:part name="parameters" element="tns:authenticate" />
  19.    </wsdl:message>
  20.    <wsdl:message name="IQuickBooks_authenticate_OutputMessage">
  21.       <wsdl:part name="parameters" element="tns:authenticateResponse" />
  22.    </wsdl:message>
  23.    <wsdl:portType name="IQuickBooks">
  24.       <wsdl:operation name="serverVersion">
  25.          <wsdl:input wsaw:Action="http://tempuri.org/IQuickBooks/serverVersion" message="tns:IQuickBooks_serverVersion_InputMessage" />
  26.          <wsdl:output wsaw:Action="http://tempuri.org/IQuickBooks/serverVersionResponse" message="tns:IQuickBooks_serverVersion_OutputMessage" />
  27.       </wsdl:operation>
  28.       <wsdl:operation name="authenticate">
  29.          <wsdl:input wsaw:Action="http://tempuri.org/IQuickBooks/authenticate" message="tns:IQuickBooks_authenticate_InputMessage" />
  30.          <wsdl:output wsaw:Action="http://tempuri.org/IQuickBooks/authenticateResponse" message="tns:IQuickBooks_authenticate_OutputMessage" />
  31.       </wsdl:operation>
  32.    </wsdl:portType>
  33.    <wsdl:binding name="BasicHttpBinding_IQuickBooks" type="tns:IQuickBooks">
  34.       <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  35.       <wsdl:operation name="serverVersion">
  36.          <soap:operation soapAction="http://tempuri.org/IQuickBooks/serverVersion" style="document" />
  37.          <wsdl:input>
  38.             <soap:body use="literal" />
  39.          </wsdl:input>
  40.          <wsdl:output>
  41.             <soap:body use="literal" />
  42.          </wsdl:output>
  43.       </wsdl:operation>
  44.       <wsdl:operation name="authenticate">
  45.          <soap:operation soapAction="http://tempuri.org/IQuickBooks/authenticate" style="document" />
  46.          <wsdl:input>
  47.             <soap:body use="literal" />
  48.          </wsdl:input>
  49.          <wsdl:output>
  50.             <soap:body use="literal" />
  51.          </wsdl:output>
  52.       </wsdl:operation>
  53.    </wsdl:binding>
  54.    <wsdl:service name="QuickBooks">
  55.       <wsdl:port name="BasicHttpBinding_IQuickBooks" binding="tns:BasicHttpBinding_IQuickBooks">
  56.          <soap:address location="http://localhost:65462/QuickBooks.svc" />
  57.       </wsdl:port>
  58.    </wsdl:service>
  59. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement