<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="localhost" 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.DataProvider.TestElementWithMinAndMaxOccurrencesOfOne" targetNamespace="localhost">
<types>
<xsd:schema targetNamespace="localhost">
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<xsd:complexType name="PHP2WSDL.Test.Stub.MinMaxOccurrencesOfOne">
<xsd:all>
<xsd:element name="normalValue" type="xsd:string"/>
<xsd:element name="requiredString" type="xsd:string" minOccurs="1" maxOccurs="1"/>
</xsd:all>
</xsd:complexType>
</xsd:schema>
</types>
<portType name="PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMinAndMaxOccurrencesOfOnePort">
<operation name="inputObject">
<input message="tns:inputObjectIn"/>
</operation>
</portType>
<binding name="PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMinAndMaxOccurrencesOfOneBinding" type="tns:PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMinAndMaxOccurrencesOfOnePort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="inputObject">
<soap:operation soapAction="localhost#inputObject"/>
<input>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="localhost"/>
</input>
<output>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="localhost"/>
</output>
</operation>
</binding>
<message name="inputObjectIn">
<part name="object" type="tns:PHP2WSDL.Test.Stub.MinMaxOccurrencesOfOne"/>
</message>
<service name="PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMinAndMaxOccurrencesOfOneService">
<port name="PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMinAndMaxOccurrencesOfOnePort" binding="tns:PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMinAndMaxOccurrencesOfOneBinding">
<soap:address location="localhost"/>
</port>
</service>
</definitions>
|