Created
October 29, 2018 03:59
-
-
Save dahlbyk/6de206b8ae45bd0743fffd3125fd5c4d to your computer and use it in GitHub Desktop.
QuickBooks WebConnector (QBWC) WSDL http://developer.intuit.com/downloads/public/qbwebconnectorsvc.wsdl https://test.developer.intuit.com/QBWC/TroubleshootWebServiceFS/Service.asmx?wsdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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://developer.intuit.com/" 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://developer.intuit.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> | |
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">WebService for QBFS created using ASP.NET to troubleshoot QuickBooks WebConnector</wsdl:documentation> | |
<wsdl:types> | |
<s:schema elementFormDefault="qualified" targetNamespace="http://developer.intuit.com/"> | |
<s:element name="serverVersion"> | |
<s:complexType /> | |
</s:element> | |
<s:element name="serverVersionResponse"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="serverVersionResult" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="clientVersion"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="strVersion" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="clientVersionResponse"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="clientVersionResult" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="authenticate"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="strUserName" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="strPassword" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="authenticateResponse"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="authenticateResult" type="tns:ArrayOfString" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:complexType name="ArrayOfString"> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
<s:element name="connectionError"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="ticket" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="hresult" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="connectionErrorResponse"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="connectionErrorResult" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="sendRequestXML"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="ticket" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="strHCPResponse" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="strCompanyFileName" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="qbXMLCountry" type="s:string" /> | |
<s:element minOccurs="1" maxOccurs="1" name="qbXMLMajorVers" type="s:int" /> | |
<s:element minOccurs="1" maxOccurs="1" name="qbXMLMinorVers" type="s:int" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="sendRequestXMLResponse"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="sendRequestXMLResult" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="receiveResponseXML"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="ticket" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="response" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="hresult" type="s:string" /> | |
<s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="receiveResponseXMLResponse"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="1" maxOccurs="1" name="receiveResponseXMLResult" type="s:int" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="getLastError"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="ticket" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="getLastErrorResponse"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="getLastErrorResult" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="closeConnection"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="ticket" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
<s:element name="closeConnectionResponse"> | |
<s:complexType> | |
<s:sequence> | |
<s:element minOccurs="0" maxOccurs="1" name="closeConnectionResult" type="s:string" /> | |
</s:sequence> | |
</s:complexType> | |
</s:element> | |
</s:schema> | |
</wsdl:types> | |
<wsdl:message name="serverVersionSoapIn"> | |
<wsdl:part name="parameters" element="tns:serverVersion" /> | |
</wsdl:message> | |
<wsdl:message name="serverVersionSoapOut"> | |
<wsdl:part name="parameters" element="tns:serverVersionResponse" /> | |
</wsdl:message> | |
<wsdl:message name="clientVersionSoapIn"> | |
<wsdl:part name="parameters" element="tns:clientVersion" /> | |
</wsdl:message> | |
<wsdl:message name="clientVersionSoapOut"> | |
<wsdl:part name="parameters" element="tns:clientVersionResponse" /> | |
</wsdl:message> | |
<wsdl:message name="authenticateSoapIn"> | |
<wsdl:part name="parameters" element="tns:authenticate" /> | |
</wsdl:message> | |
<wsdl:message name="authenticateSoapOut"> | |
<wsdl:part name="parameters" element="tns:authenticateResponse" /> | |
</wsdl:message> | |
<wsdl:message name="connectionErrorSoapIn"> | |
<wsdl:part name="parameters" element="tns:connectionError" /> | |
</wsdl:message> | |
<wsdl:message name="connectionErrorSoapOut"> | |
<wsdl:part name="parameters" element="tns:connectionErrorResponse" /> | |
</wsdl:message> | |
<wsdl:message name="sendRequestXMLSoapIn"> | |
<wsdl:part name="parameters" element="tns:sendRequestXML" /> | |
</wsdl:message> | |
<wsdl:message name="sendRequestXMLSoapOut"> | |
<wsdl:part name="parameters" element="tns:sendRequestXMLResponse" /> | |
</wsdl:message> | |
<wsdl:message name="receiveResponseXMLSoapIn"> | |
<wsdl:part name="parameters" element="tns:receiveResponseXML" /> | |
</wsdl:message> | |
<wsdl:message name="receiveResponseXMLSoapOut"> | |
<wsdl:part name="parameters" element="tns:receiveResponseXMLResponse" /> | |
</wsdl:message> | |
<wsdl:message name="getLastErrorSoapIn"> | |
<wsdl:part name="parameters" element="tns:getLastError" /> | |
</wsdl:message> | |
<wsdl:message name="getLastErrorSoapOut"> | |
<wsdl:part name="parameters" element="tns:getLastErrorResponse" /> | |
</wsdl:message> | |
<wsdl:message name="closeConnectionSoapIn"> | |
<wsdl:part name="parameters" element="tns:closeConnection" /> | |
</wsdl:message> | |
<wsdl:message name="closeConnectionSoapOut"> | |
<wsdl:part name="parameters" element="tns:closeConnectionResponse" /> | |
</wsdl:message> | |
<wsdl:portType name="TroubleshootWebServiceFSSoap"> | |
<wsdl:operation name="serverVersion"> | |
<wsdl:input message="tns:serverVersionSoapIn" /> | |
<wsdl:output message="tns:serverVersionSoapOut" /> | |
</wsdl:operation> | |
<wsdl:operation name="clientVersion"> | |
<wsdl:input message="tns:clientVersionSoapIn" /> | |
<wsdl:output message="tns:clientVersionSoapOut" /> | |
</wsdl:operation> | |
<wsdl:operation name="authenticate"> | |
<wsdl:input message="tns:authenticateSoapIn" /> | |
<wsdl:output message="tns:authenticateSoapOut" /> | |
</wsdl:operation> | |
<wsdl:operation name="connectionError"> | |
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This web method facilitates web service to handle connection error between QBWC and QB</wsdl:documentation> | |
<wsdl:input message="tns:connectionErrorSoapIn" /> | |
<wsdl:output message="tns:connectionErrorSoapOut" /> | |
</wsdl:operation> | |
<wsdl:operation name="sendRequestXML"> | |
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This web method facilitates web service to send request XML to QuickBooks via QBWebConnector</wsdl:documentation> | |
<wsdl:input message="tns:sendRequestXMLSoapIn" /> | |
<wsdl:output message="tns:sendRequestXMLSoapOut" /> | |
</wsdl:operation> | |
<wsdl:operation name="receiveResponseXML"> | |
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This web method facilitates web service to receive response XML from QuickBooks via QBWebConnector</wsdl:documentation> | |
<wsdl:input message="tns:receiveResponseXMLSoapIn" /> | |
<wsdl:output message="tns:receiveResponseXMLSoapOut" /> | |
</wsdl:operation> | |
<wsdl:operation name="getLastError"> | |
<wsdl:input message="tns:getLastErrorSoapIn" /> | |
<wsdl:output message="tns:getLastErrorSoapOut" /> | |
</wsdl:operation> | |
<wsdl:operation name="closeConnection"> | |
<wsdl:input message="tns:closeConnectionSoapIn" /> | |
<wsdl:output message="tns:closeConnectionSoapOut" /> | |
</wsdl:operation> | |
</wsdl:portType> | |
<wsdl:binding name="TroubleshootWebServiceFSSoap" type="tns:TroubleshootWebServiceFSSoap"> | |
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> | |
<wsdl:operation name="serverVersion"> | |
<soap:operation soapAction="http://developer.intuit.com/serverVersion" style="document" /> | |
<wsdl:input> | |
<soap:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="clientVersion"> | |
<soap:operation soapAction="http://developer.intuit.com/clientVersion" style="document" /> | |
<wsdl:input> | |
<soap:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="authenticate"> | |
<soap:operation soapAction="http://developer.intuit.com/authenticate" style="document" /> | |
<wsdl:input> | |
<soap:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="connectionError"> | |
<soap:operation soapAction="http://developer.intuit.com/connectionError" style="document" /> | |
<wsdl:input> | |
<soap:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="sendRequestXML"> | |
<soap:operation soapAction="http://developer.intuit.com/sendRequestXML" style="document" /> | |
<wsdl:input> | |
<soap:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="receiveResponseXML"> | |
<soap:operation soapAction="http://developer.intuit.com/receiveResponseXML" style="document" /> | |
<wsdl:input> | |
<soap:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="getLastError"> | |
<soap:operation soapAction="http://developer.intuit.com/getLastError" style="document" /> | |
<wsdl:input> | |
<soap:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="closeConnection"> | |
<soap:operation soapAction="http://developer.intuit.com/closeConnection" 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="TroubleshootWebServiceFSSoap12" type="tns:TroubleshootWebServiceFSSoap"> | |
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> | |
<wsdl:operation name="serverVersion"> | |
<soap12:operation soapAction="http://developer.intuit.com/serverVersion" style="document" /> | |
<wsdl:input> | |
<soap12:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap12:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="clientVersion"> | |
<soap12:operation soapAction="http://developer.intuit.com/clientVersion" style="document" /> | |
<wsdl:input> | |
<soap12:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap12:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="authenticate"> | |
<soap12:operation soapAction="http://developer.intuit.com/authenticate" style="document" /> | |
<wsdl:input> | |
<soap12:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap12:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="connectionError"> | |
<soap12:operation soapAction="http://developer.intuit.com/connectionError" style="document" /> | |
<wsdl:input> | |
<soap12:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap12:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="sendRequestXML"> | |
<soap12:operation soapAction="http://developer.intuit.com/sendRequestXML" style="document" /> | |
<wsdl:input> | |
<soap12:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap12:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="receiveResponseXML"> | |
<soap12:operation soapAction="http://developer.intuit.com/receiveResponseXML" style="document" /> | |
<wsdl:input> | |
<soap12:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap12:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="getLastError"> | |
<soap12:operation soapAction="http://developer.intuit.com/getLastError" style="document" /> | |
<wsdl:input> | |
<soap12:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap12:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="closeConnection"> | |
<soap12:operation soapAction="http://developer.intuit.com/closeConnection" style="document" /> | |
<wsdl:input> | |
<soap12:body use="literal" /> | |
</wsdl:input> | |
<wsdl:output> | |
<soap12:body use="literal" /> | |
</wsdl:output> | |
</wsdl:operation> | |
</wsdl:binding> | |
<wsdl:service name="TroubleshootWebServiceFS"> | |
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">WebService for QBFS created using ASP.NET to troubleshoot QuickBooks WebConnector</wsdl:documentation> | |
<wsdl:port name="TroubleshootWebServiceFSSoap" binding="tns:TroubleshootWebServiceFSSoap"> | |
<soap:address location="http://test.developer.intuit.com:83/QBWC/TroubleshootWebServiceFS/Service.asmx" /> | |
</wsdl:port> | |
<wsdl:port name="TroubleshootWebServiceFSSoap12" binding="tns:TroubleshootWebServiceFSSoap12"> | |
<soap12:address location="http://test.developer.intuit.com:83/QBWC/TroubleshootWebServiceFS/Service.asmx" /> | |
</wsdl:port> | |
</wsdl:service> | |
</wsdl:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment