Re: [SOAP] Create function for soap call to godaddy ote using given libraries

[email protected] (ribe) Thu, 27 Jan 2011 07:56:50 -0800 (PST)
Newsgroups php.soap
Message-ID <[email protected]>
WSDL for upper service:


<s:element name="Describe">

        <s:complexType>

          <s:sequence>

            <s:element minOccurs="0" maxOccurs="1" name="sCLTRID"
type="s:string" />

            <s:element minOccurs="0" maxOccurs="1" name="credential"
type="tns:Credential" />

          </s:sequence>

        </s:complexType>

      </s:element>
	  
	  
	  
	  <s:complexType name="Credential">

        <s:sequence>

          <s:element minOccurs="0" maxOccurs="1" name="Account"
type="s:string" />

          <s:element minOccurs="0" maxOccurs="1" name="Password"
type="s:string" />

        </s:sequence>

      </s:complexType>




<wsdl:message name="DescribeSoapIn">

    <wsdl:part name="parameters" element="tns:Describe" />

  </wsdl:message>


<wsdl:operation name="Describe">

      <wsdl:documentation
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns activity timeout and
version information from the server.</wsdl:documentation>

      <wsdl:input message="tns:DescribeSoapIn" />

      <wsdl:output message="tns:DescribeSoapOut" />

    </wsdl:operation>


<wsdl:operation name="Describe">

      <soap:operation
soapAction="http://wildwestdomains.com/webservices/Describe"
style="document" />

      <wsdl:input>

        <soap:body use="literal" />

      </wsdl:input>

      <wsdl:output>

        <soap:body use="literal" />

      </wsdl:output>

  </wsdl:operation>


-- 
View this message in context: http://old.nabble.com/Create-function-for-soap-call-to-godaddy-ote-using-given-libraries-tp30743384p30777994.html
Sent from the Php - Soap mailing list archive at Nabble.com.