PHP Classes

File: tests/Expected/DataProvider/TestElementWithMaxOccurrences.wsdl

Recommend this page to a friend!
  Classes of Protung Dragos   PHP WSDL Generator   tests/Expected/DataProvider/TestElementWithMaxOccurrences.wsdl   Download  
File: tests/Expected/DataProvider/TestElementWithMaxOccurrences.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/DataProvider/TestElementWithMaxOccurrences.wsdl
Date: 2 months ago
Size: 2,356 bytes
 

Contents

Class file image Download
<?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.TestElementWithMaxOccurrences" targetNamespace="localhost"> <types> <xsd:schema targetNamespace="localhost"> <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <xsd:complexType name="PHP2WSDL.Test.Stub.MaxOccurrences"> <xsd:sequence> <xsd:element name="normalValue" type="xsd:string"/> <xsd:element name="string4Times" type="xsd:string" maxOccurs="4"/> <xsd:element name="unboundedString" type="xsd:string" maxOccurs="unbounded"/> <xsd:element name="stringWithInvalidMaxOccurs" type="xsd:string" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:schema> </types> <portType name="PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMaxOccurrencesPort"> <operation name="inputObject"> <input message="tns:inputObjectIn"/> </operation> </portType> <binding name="PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMaxOccurrencesBinding" type="tns:PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMaxOccurrencesPort"> <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.MaxOccurrences"/> </message> <service name="PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMaxOccurrencesService"> <port name="PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMaxOccurrencesPort" binding="tns:PHP2WSDL.Test.Fixtures.DataProvider.TestElementWithMaxOccurrencesBinding"> <soap:address location="localhost"/> </port> </service> </definitions>