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

Source for file import2.wsdl.php

Documentation is available at import2.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/main/" 
  5.         xmlns:wsdlns1="http://soapinterop.org/definitions/"  
  6.         xmlns:wsdlns="http://soapinterop.org/main/"  
  7.         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"         
  8.         xmlns="http://schemas.xmlsoap.org/wsdl/">
  9.     <import location="imported/import2B.wsdl" namespace="http://soapinterop.org/definitions/" /> 
  10.  
  11.     <binding name="SoapInteropImport2Binding" type="wsdlns1:SoapInteropImport2PortType">
  12.         <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  13.         <operation name="echoStruct">
  14.             <soap:operation soapAction="http://soapinterop.org/"/>
  15.             <input>
  16.                 <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  17.             </input>
  18.             <output>
  19.                 <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  20.             </output>
  21.         </operation>
  22.     </binding>
  23.     <service name="Import2">
  24.         <port name="SoapInteropImport2Port" binding="wsdlns:SoapInteropImport2Binding">
  25.             <soap:address location="http://<?php echo $_SERVER["SERVER_NAME"].':'.$_SERVER["SERVER_PORT"];?>/soap_interop/server_Round3GroupDImport2.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.