PHP Classes

File: tests/Expected/TestGenerateWSDLForURIWithAllComponents.wsdl

Recommend this page to a friend!
  Classes of Protung Dragos   PHP WSDL Generator   tests/Expected/TestGenerateWSDLForURIWithAllComponents.wsdl   Download  
File: tests/Expected/TestGenerateWSDLForURIWithAllComponents.wsdl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WSDL Generator
Generate WSDL from PHP classes code
Author: By
Last change: Update of tests/Expected/TestGenerateWSDLForURIWithAllComponents.wsdl
Date: 2 months ago
Size: 2,527 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://usr:pss@example.com:81/path/file.ext?r=a/b/c&amp;a=1&amp;b[]=2&amp;b[]=3" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLForURIWithAllComponents" targetNamespace="http://usr:pss@example.com:81/path/file.ext?r=a/b/c&amp;a=1&amp;b[]=2&amp;b[]=3"> <types> <xsd:schema targetNamespace="http://usr:pss@example.com:81/path/file.ext?r=a/b/c&amp;a=1&amp;b[]=2&amp;b[]=3"> <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> </xsd:schema> </types> <portType name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLForURIWithAllComponentsPort"> <operation name="add"> <documentation>Adds two numbers.</documentation> <input message="tns:addIn"/> <output message="tns:addOut"/> </operation> </portType> <binding name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLForURIWithAllComponentsBinding" type="tns:PHP2WSDL.Test.Fixtures.TestGenerateWSDLForURIWithAllComponentsPort"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="add"> <soap:operation soapAction="http://usr:pss@example.com:81/path/file.ext?r=a/b/c&amp;a=1&amp;b[]=2&amp;b[]=3#add"/> <input> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://usr:pss@example.com:81/path/file.ext?r=a/b/c&amp;amp;a=1&amp;amp;b[]=2&amp;amp;b[]=3"/> </input> <output> <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://usr:pss@example.com:81/path/file.ext?r=a/b/c&amp;amp;a=1&amp;amp;b[]=2&amp;amp;b[]=3"/> </output> </operation> </binding> <message name="addIn"> <part name="p1" type="xsd:float"/> <part name="p2" type="xsd:float"/> </message> <message name="addOut"> <part name="return" type="xsd:float"/> </message> <service name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLForURIWithAllComponentsService"> <port name="PHP2WSDL.Test.Fixtures.TestGenerateWSDLForURIWithAllComponentsPort" binding="tns:PHP2WSDL.Test.Fixtures.TestGenerateWSDLForURIWithAllComponentsBinding"> <soap:address location="http://usr:pss@example.com:81/path/file.ext?r=a/b/c&amp;a=1&amp;b[]=2&amp;b[]=3"/> </port> </service> </definitions>