Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
style: removing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMorgis committed Nov 8, 2016
1 parent 67f109d commit d91dcfb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions lib/qbws.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
</s:sequence>
</s:complexType>

<!-- added these two methods -->
<s:element name="serverVersion">
<s:complexType>
Expand Down Expand Up @@ -65,8 +64,6 @@
</s:sequence>
</s:complexType>
</s:element>


<s:element name="sendRequestXML">
<s:complexType>
<s:sequence>
Expand Down Expand Up @@ -149,14 +146,12 @@
</s:element>
</s:schema>
</wsdl:types>

<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>

<!-- added this part -->
<wsdl:message name="serverVersionSoapIn">
<wsdl:part name="parameters" element="tns:serverVersion" />
Expand All @@ -170,8 +165,6 @@
<wsdl:message name="clientVersionSoapOut">
<wsdl:part name="parameters" element="tns:clientVersionResponse" />
</wsdl:message>


<wsdl:message name="sendRequestXMLSoapIn">
<wsdl:part name="parameters" element="tns:sendRequestXML" />
</wsdl:message>
Expand Down Expand Up @@ -203,7 +196,6 @@
<wsdl:part name="parameters" element="tns:closeConnectionResponse" />
</wsdl:message>
<wsdl:portType name="QBWebConnectorSvcSoap">

<!-- add this chunk -->
<wsdl:operation name="serverVersion">
<wsdl:input message="tns:serverVersionSoapIn" />
Expand All @@ -213,8 +205,6 @@
<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" />
Expand Down Expand Up @@ -261,7 +251,6 @@
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>

<wsdl:operation name="authenticate">
<soap:operation soapAction="http://developer.intuit.com/authenticate" style="document" />
<wsdl:input>
Expand Down Expand Up @@ -322,4 +311,4 @@
<soap:address location="http://localhost:8000/wsdl?wsdl" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
</wsdl:definitions>

0 comments on commit d91dcfb

Please sign in to comment.