All pastes #593737 Raw Edit

Mine

public xml v1 · immutable
#593737 ·published 2007-06-28 14:41 UTC
rendered paste body
<?xml version="1.0" encoding="utf-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:agavi="http://agavi.org/agavi/1.0/config" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:types="com.exozet.tvnext.wsdl.types" xmlns:tns="com.exozet.tvnext.wsdl" name="UrbanTV" targetNamespace="com.exozet.tvnext.wsdl">  <wsdl:types>        <xsd:schema xmlns="http://agavi.org/agavi/1.0/config" targetNamespace="com.exozet.tvnext.wsdl.types">            <xsd:element name="getCategories">                <xsd:complexType>                    <xsd:sequence>                        <xsd:element name="in" type="xsd:string" maxOccurs="1" minOccurs="0"/>                    </xsd:sequence>                </xsd:complexType>            </xsd:element>            <xsd:element name="getCategoriesResponse">                <xsd:complexType>                    <xsd:sequence>    	                <xsd:element name="out" type="types:Category"/>                    </xsd:sequence>                </xsd:complexType>            </xsd:element>            <xsd:complexType name="Category">            	<xsd:sequence>            		<xsd:element name="id" type="xsd:int"/>            		<xsd:element name="name" type="xsd:string"/>            		<xsd:element name="children" type="types:ArrayOfCategory">            		</xsd:element>            	</xsd:sequence>            </xsd:complexType>            <xsd:complexType name="ArrayOfCategory">            	<xsd:sequence maxOccurs="unbounded" minOccurs="0">            		<xsd:element name="element" type="types:Category"/>            	</xsd:sequence>            </xsd:complexType>        </xsd:schema>    </wsdl:types>  <wsdl:portType name="UrbanTVPortType">    <wsdl:operation name="getCategories">      <wsdl:output message="tns:getCategoriesResponse"/>    </wsdl:operation>  </wsdl:portType>  <binding name="UrbanTVBinding" type="tns:UrbanTVPortType">    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>    <wsdl:operation name="getCategories">      <soap:operation soapAction="com.exozet.tvnext.wsdl#getCategories"/>      <wsdl:output>        <soap:body namespace="com.exozet.tvnext.wsdl" use="literal"/>      </wsdl:output>    </wsdl:operation>  </binding>  <service name="UrbanTVService">    <port name="UrbanTVPort" binding="tns:UrbanTVBinding">      <soap:address location="http://localhost:3000/~fgilcher/UrbanTV/site/UrbanTv/pub/soap/"/>    </port>  </service>  <wsdl:message name="getCategoriesResponse">    <wsdl:part xmlns="http://agavi.org/agavi/1.0/config" name="parameters" type="types:getCategoryResponse"/>  </wsdl:message></wsdl:definitions>