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

Source for file interop.wsdl.php

Documentation is available at interop.wsdl.php

  1. <?php
  2. header('Content-Type: text/xml');
  3. echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"?>
  4. <definitions name="InteropTest" targetNamespace="http://soapinterop.org/" 
  5.         xmlns="http://schemas.xmlsoap.org/wsdl/" 
  6.         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
  7.         xmlns:tns="http://soapinterop.org/">
  8.  
  9.     <import location="http://www.whitemesa.com/wsdl/wmmsgrouter.xsd" namespace="http://whitemesa.com/headers/soapmsgrouter.xsd"/>
  10.     <import location="http://www.whitemesa.com/interop/InteropTest.wsdl" namespace="http://soapinterop.org/"/>
  11.     <import location="http://www.whitemesa.com/interop/InteropTest.wsdl" namespace="http://soapinterop.org/xsd"/>
  12.  
  13.     <service name="interopLab">
  14.           <port name="interopTestPort" binding="tns:InteropTestSoapBinding">
  15.             <soap:address location="http://<?php echo $_SERVER["SERVER_NAME"].':'.$_SERVER["SERVER_PORT"];?>/soap_interop/server_Round2Base.php"/>
  16.           </port>
  17.     </service>
  18.  
  19. </definitions>

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