[Mashup-dev] Test-pls ignore
Thilina Gunarathne
thilina at wso2.com
Tue Jan 23 22:07:31 PST 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hearing loud and clear...:)
~Thilina
Jonathan Marsh wrote:
>
>
>
>
>
> ------------------------------------------------------------------------
>
> <?xml-stylesheet type="text/xsl" href="/styles/annotated-wsdl.xsl"?>
> <wsdl:definitions xmlns:axis2="http://echo.services.wsas.wso2.org"
> xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
> xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
> xmlns:ns0="http://echo.services.wsas.wso2.org/xsd"
> xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
> xmlns:ns1="http://org.apache.axis2/xsd"
> xmlns:xs="http://www.w3.org/2001/XMLSchema"
> xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
> targetNamespace="http://echo.services.wsas.wso2.org">
> <wsdl:documentation>
> This service echos the input provided to it.
> </wsdl:documentation>
> <wsdl:types>
> <xs:schema xmlns:ns="http://echo.services.wsas.wso2.org/xsd"
> attributeFormDefault="qualified" elementFormDefault="unqualified"
> targetNamespace="http://echo.services.wsas.wso2.org/xsd">
> <xs:element name="echoInt">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="in" nillable="true" type="xs:int"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> <xs:element name="echoIntResponse">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="return" nillable="true" type="xs:int"/>
> </xs:sequence>
> </xs:complexType>
>
> </xs:element>
> <xs:element name="echoString">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="in" nillable="true" type="xs:string"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> <xs:element name="echoStringResponse">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="return" nillable="true" type="xs:string"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> <xs:element name="throwAxisFaultFault">
> <xs:complexType>
>
> <xs:sequence>
> <xs:element name="throwAxisFaultFault" type="xs:anyType"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> <xs:element name="throwAxisFaultResponse">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="return" nillable="true" type="xs:string"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> <xs:element name="echoOMElement">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="omEle" nillable="true" type="xs:anyType"/>
> </xs:sequence>
>
> </xs:complexType>
> </xs:element>
> <xs:element name="echoOMElementResponse">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="return" nillable="true" type="xs:anyType"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> <xs:element name="echoStringArrays">
> <xs:complexType>
> <xs:sequence>
> <xs:element maxOccurs="unbounded" name="a" nillable="true"
> type="xs:string"/>
> <xs:element maxOccurs="unbounded" name="b" nillable="true"
> type="xs:string"/>
> <xs:element name="c" nillable="true" type="xs:int"/>
> </xs:sequence>
> </xs:complexType>
>
> </xs:element>
> <xs:element name="echoStringArraysResponse">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="return" nillable="true" type="ns:SimpleBean"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> <xs:element name="SimpleBean" type="ns:SimpleBean"/>
> <xs:complexType name="SimpleBean">
> <xs:sequence>
> <xs:element maxOccurs="unbounded" name="a_r" nillable="true" type="xs:string"/>
> <xs:element maxOccurs="unbounded" name="b_r" nillable="true" type="xs:string"/>
> <xs:element name="c" type="xs:int"/>
> </xs:sequence>
> </xs:complexType>
> </xs:schema>
> </wsdl:types>
> <wsdl:message name="throwAxisFaultMessage"/>
> <wsdl:message name="throwAxisFaultResponse">
> <wsdl:part name="part1" element="ns0:throwAxisFaultResponse"/>
> </wsdl:message>
> <wsdl:message name="throwAxisFaultFault">
> <wsdl:part name="part1" element="ns0:throwAxisFaultFault"/>
> </wsdl:message>
> <wsdl:message name="echoOMElementMessage">
> <wsdl:part name="part1" element="ns0:echoOMElement"/>
> </wsdl:message>
> <wsdl:message name="echoOMElementResponse">
> <wsdl:part name="part1" element="ns0:echoOMElementResponse"/>
> </wsdl:message>
> <wsdl:message name="echoStringArraysMessage">
> <wsdl:part name="part1" element="ns0:echoStringArrays"/>
> </wsdl:message>
> <wsdl:message name="echoStringArraysResponse">
> <wsdl:part name="part1" element="ns0:echoStringArraysResponse"/>
> </wsdl:message>
> <wsdl:message name="echoIntMessage">
> <wsdl:part name="part1" element="ns0:echoInt"/>
> </wsdl:message>
> <wsdl:message name="echoIntResponse">
> <wsdl:part name="part1" element="ns0:echoIntResponse"/>
> </wsdl:message>
> <wsdl:message name="echoStringMessage">
> <wsdl:part name="part1" element="ns0:echoString"/>
> </wsdl:message>
> <wsdl:message name="echoStringResponse">
> <wsdl:part name="part1" element="ns0:echoStringResponse"/>
> </wsdl:message>
> <wsdl:portType name="echoPortType">
> <wsdl:operation name="throwAxisFault">
> <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
> message="axis2:throwAxisFaultMessage" wsaw:Action="urn:throwAxisFault"/>
> <wsdl:output message="axis2:throwAxisFaultResponse"/>
> <wsdl:fault message="axis2:throwAxisFaultFault" name="throwAxisFaultFault"/>
> </wsdl:operation>
> <wsdl:operation name="echoOMElement">
> <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
> message="axis2:echoOMElementMessage" wsaw:Action="urn:echoOMElement"/>
> <wsdl:output message="axis2:echoOMElementResponse"/>
> </wsdl:operation>
> <wsdl:operation name="echoStringArrays">
> <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
> message="axis2:echoStringArraysMessage" wsaw:Action="urn:echoStringArrays"/>
> <wsdl:output message="axis2:echoStringArraysResponse"/>
> </wsdl:operation>
> <wsdl:operation name="echoInt">
> <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
> message="axis2:echoIntMessage" wsaw:Action="urn:echoInt"/>
> <wsdl:output message="axis2:echoIntResponse"/>
> </wsdl:operation>
> <wsdl:operation name="echoString">
> <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
> message="axis2:echoStringMessage" wsaw:Action="urn:echoString"/>
> <wsdl:output message="axis2:echoStringResponse"/>
> </wsdl:operation>
> </wsdl:portType>
> <wsdl:binding name="echoSOAP11Binding" type="axis2:echoPortType">
> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
> <wsdl:operation name="throwAxisFault">
> <soap:operation soapAction="urn:throwAxisFault" style="document"/>
> <wsdl:input>
> <soap:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap:body use="literal"/>
> </wsdl:output>
> <wsdl:fault name="throwAxisFaultFault">
> <soap:body use="literal"/>
> </wsdl:fault>
> </wsdl:operation>
> <wsdl:operation name="echoOMElement">
> <soap:operation soapAction="urn:echoOMElement" style="document"/>
> <wsdl:input>
> <soap:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap:body use="literal"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoStringArrays">
> <soap:operation soapAction="urn:echoStringArrays" style="document"/>
> <wsdl:input>
> <soap:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap:body use="literal"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoInt">
> <soap:operation soapAction="urn:echoInt" style="document"/>
> <wsdl:input>
> <soap:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap:body use="literal"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoString">
> <soap:operation soapAction="urn:echoString" style="document"/>
> <wsdl:input>
> <soap:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap:body use="literal"/>
> </wsdl:output>
> </wsdl:operation>
> </wsdl:binding>
> <wsdl:binding name="echoSOAP12Binding" type="axis2:echoPortType">
> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
> <wsdl:operation name="throwAxisFault">
> <soap12:operation soapAction="urn:throwAxisFault" style="document"/>
> <wsdl:input>
> <soap12:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap12:body use="literal"/>
> </wsdl:output>
> <wsdl:fault name="throwAxisFaultFault">
> <soap12:fault use="literal" name="throwAxisFaultFault"/>
> </wsdl:fault>
> </wsdl:operation>
> <wsdl:operation name="echoOMElement">
> <soap12:operation soapAction="urn:echoOMElement" style="document"/>
> <wsdl:input>
> <soap12:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap12:body use="literal"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoStringArrays">
> <soap12:operation soapAction="urn:echoStringArrays" style="document"/>
> <wsdl:input>
> <soap12:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap12:body use="literal"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoInt">
> <soap12:operation soapAction="urn:echoInt" style="document"/>
> <wsdl:input>
> <soap12:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap12:body use="literal"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoString">
> <soap12:operation soapAction="urn:echoString" style="document"/>
> <wsdl:input>
> <soap12:body use="literal"/>
> </wsdl:input>
> <wsdl:output>
> <soap12:body use="literal"/>
> </wsdl:output>
> </wsdl:operation>
> </wsdl:binding>
> <wsdl:binding name="echoHttpBinding" type="axis2:echoPortType">
> <http:binding verb="POST"/>
> <wsdl:operation name="throwAxisFault">
> <http:operation location="throwAxisFault"/>
> <wsdl:input>
> <mime:content type="text/xml"/>
> </wsdl:input>
> <wsdl:output>
> <mime:content type="text/xml"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoOMElement">
> <http:operation location="echoOMElement"/>
> <wsdl:input>
> <mime:content type="text/xml"/>
> </wsdl:input>
> <wsdl:output>
> <mime:content type="text/xml"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoStringArrays">
> <http:operation location="echoStringArrays"/>
> <wsdl:input>
> <mime:content type="text/xml"/>
> </wsdl:input>
> <wsdl:output>
> <mime:content type="text/xml"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoInt">
> <http:operation location="echoInt"/>
> <wsdl:input>
> <mime:content type="text/xml"/>
> </wsdl:input>
> <wsdl:output>
> <mime:content type="text/xml"/>
> </wsdl:output>
> </wsdl:operation>
> <wsdl:operation name="echoString">
> <http:operation location="echoString"/>
> <wsdl:input>
> <mime:content type="text/xml"/>
> </wsdl:input>
> <wsdl:output>
> <mime:content type="text/xml"/>
> </wsdl:output>
> </wsdl:operation>
> </wsdl:binding>
> <wsdl:service name="echo">
> <wsdl:port name="echoSOAP11port_https" binding="axis2:echoSOAP11Binding">
> <soap:address location="https://10.100.1.230:9443/soap/echo"/>
> </wsdl:port>
> <wsdl:port name="echoSOAP11port_http2" binding="axis2:echoSOAP11Binding">
> <soap:address location="http://10.100.1.230:9762/soap/echo"/>
> </wsdl:port>
> <wsdl:port name="echoSOAP12port_https" binding="axis2:echoSOAP12Binding">
> <soap12:address location="https://10.100.1.230:9443/soap/echo"/>
> </wsdl:port>
> <wsdl:port name="echoSOAP12port_http2" binding="axis2:echoSOAP12Binding">
> <soap12:address location="http://10.100.1.230:9762/soap/echo"/>
> </wsdl:port>
> <wsdl:port name="echoHttpport1" binding="axis2:echoHttpBinding">
> <http:address location="https://10.100.1.230:9443/rest/echo"/>
> </wsdl:port>
> <wsdl:port name="echoHttpport3" binding="axis2:echoHttpBinding">
> <http:address location="http://10.100.1.230:9762/rest/echo"/>
> </wsdl:port>
> </wsdl:service>
> </wsdl:definitions>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mashup-dev mailing list
> Mashup-dev at wso2.org
> http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFFtveiTt0cKycFPQgRAhkoAKC4G76c4mA9n/Deh7Ff8Vno+S901gCfTL3T
5JL5eZ0nH5voEHWQUlFbTAE=
=80GQ
-----END PGP SIGNATURE-----
More information about the Mashup-dev
mailing list