<?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&a=1&b[]=2&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&a=1&b[]=2&b[]=3">
<types>
<xsd:schema targetNamespace="http://usr:pss@example.com:81/path/file.ext?r=a/b/c&a=1&b[]=2&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&a=1&b[]=2&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;a=1&amp;b[]=2&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;a=1&amp;b[]=2&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&a=1&b[]=2&b[]=3"/>
</port>
</service>
</definitions>
|