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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux