SOAP_Interop
[ class tree: SOAP_Interop ] [ index: SOAP_Interop ] [ all elements ]

Source for file import1.wsdl.php

Documentation is available at import1.wsdl.php

  1. <?php
  2. header('Content-Type: text/xml');
  3. echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"?>
  4. <definitions name="SoapInterop" targetNamespace="http://soapinterop.org/" 
  5.         xmlns:wsdlns1="http://soapinterop.org/definitions/" 
  6.         xmlns:wsdlns="http://soapinterop.org/"
  7.         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
  8.         xmlns="http://schemas.xmlsoap.org/wsdl/">
  9.     <import location="imported/import1B.wsdl" namespace="http://soapinterop.org/definitions/" /> 
  10.  
  11.     <binding name="SoapInteropImport1Binding" type="wsdlns1:SoapInteropImport1PortType">
  12.         <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  13.         <operation name="echoString">
  14.             <soap:operation soapAction="http://soapinterop.org/"/>
  15.             <input>
  16.                 <soap:body use="encoded" namespace="http://soapinterop/echoString/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  17.             </input>
  18.             <output>
  19.                 <soap:body use="encoded" namespace="http://soapinterop/echoStringResponse/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  20.             </output>
  21.         </operation>
  22.     </binding>
  23.     <service name="Import1">
  24.         <port name="SoapInteropImport1Port" binding="wsdlns:SoapInteropImport1Binding">
  25.             <soap:address location="http://<?php echo $_SERVER["SERVER_NAME"].':'.$_SERVER["SERVER_PORT"];?>/soap_interop/server_Round3GroupDImport1.php"/>
  26.         </port>
  27.     </service>
  28. </definitions>

Documentation generated on Mon, 11 Mar 2019 15:06:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.