List Info

Thread: WSDL for Interop events




WSDL for Interop events
user name
2006-06-21 08:17:05
Hi,

I created and attached a WSDL 2.0 document which has
echoSting and
echoXML operations, to be used during the interop event.

I've already completed a round trip testing using code
generated from
this wsdl with Axis2 client and Axis2 server.

I will provide more sample WSDLs before the event.

-- Chinthaka
<description xmlns="http://www.w3.org/2006
/01/wsdl"
             xmlns:tns="htt
p://www.wso2.com/wsdl/2006/interop/EchoService"
             xmlns:wsoap="http://www.w3.org
/2006/01/wsdl/soap"
             xmlns:soap="http://www.w3
.org/2003/05/soap-envelope"
             targetNamespace="htt
p://www.wso2.com/wsdl/2006/interop/EchoService"
             xmlns:wwis="
http://www.wso2.com/schemas/2006/interop/EchoService&qu
ot;>
    <types>
        <xs:schema xmlnss=&q
uot;http://www.w3.org/20
01/XMLSchema"
                   xmlns="
http://www.wso2.com/schemas/2006/interop/EchoService&qu
ot;
                   targetNamespace="
http://www.wso2.com/schemas/2006/interop/EchoService&qu
ot;
                  
elementFormDefault="unqualified"
attributeFormDefault="unqualified">
            <xs:element type="tEchoString"
name="echoString"/>
            <xs:complexType
name="tEchoString">
                <xs:sequence>
                    <xs:element
type="xs:string"
name="echoStringParam"/>
                </xs:sequence>
            </xs:complexType>
            <xs:element type="xs:string"
name="echoStringResponse"/>

            <xs:element type="tEchoXML"
name="echoXML"/>
            <xs:complexType
name="tEchoXML">
                <xs:sequence>
                    <xs:element
type="xs:anyType"
name="echoXMLParam"/>
                </xs:sequence>
            </xs:complexType>
            <xs:element type="xs:anyType"
name="echoXMLResponse"/>

        </xs:schema>
    </types>
    <interface
name="echoServiceInterface">
        <operation pattern="http://www.w3.o
rg/2006/01/wsdl/in-out"
name="echoString">
            <input element="wwis:echoString"
messageLabel="In"/>
            <output
element="wwis:echoStringResponse"
messageLabel="Out"/>
        </operation>
        <operation pattern="http://www.w3.o
rg/2006/01/wsdl/in-out"
name="echoXML">
            <input element="wwis:echoXML"
messageLabel="In"/>
            <output
element="wwis:echoXMLResponse"
messageLabel="Out"/>
        </operation>
    </interface>
    <binding
interface="tns:echoServiceInterface"
type="http://www.w3.org
/2006/01/wsdl/soap"
             name="echoServiceSOAPBinding"
             wsoap:protocol="http://w
ww.w3.org/2003/05/soap/bindings/HTTP">
        <operation wsoap:mep="http
://www.w3.org/2003/05/soap/mep/soap-response"
                   ref="tns:echoString"/>
        <operation wsoap:mep="http
://www.w3.org/2003/05/soap/mep/soap-response"
                   ref="tns:echoXML"/>
    </binding>
    <service name="echoService"
interface="tns:echoServiceInterface">
        <endpoint address="htt
p://www-lk.wso2.com/axis2/services/EchoService"
                 
binding="tns:echoServiceSOAPBinding"
                 
name="echoServiceSOAPBinding_http"/>
    </service>
</description>
WSDL for Interop events
user name
2006-06-21 13:03:40

Eran,

Thx. I'll add this to the test suite.

Arthur Ryman,
IBM Software Group, Rational Division

blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063fido.ca



Eran Chinthaka <chinthakaopensource.lk>
Sent by: www-ws-desc-requestw3.org

06/21/2006 04:17 AM
Please respond to
chinthakaopensource.lk

To
www-ws-descw3.org
cc
Subject
WSDL for Interop events





Hi,

I created and attached a WSDL 2.0 document which has echoSting and
echoXML operations, to be used during the interop event.

I've already completed a round trip testing using code generated from
this wsdl with Axis2 client and Axis2 server.

I will provide more sample WSDLs before the event.

-- Chinthaka
<description xmlns=&quot;http://www.w3.org/2006/01/wsdl&quot;
            xmlns:tns="http://www.wso2.com/wsdl/2006/interop/EchoService"
            xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap&quot;
            xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
            targetNamespace=";http://www.wso2.com/wsdl/2006/interop/EchoService";
            xmlns:wwis="http://www.wso2.com/schemas/2006/interop/EchoService"&gt;
   <types>
       <xs:schema xmlnss="http://www.w3.org/2001/XMLSchema&quot;
                  xmlns=&quot;http://www.wso2.com/schemas/2006/interop/EchoService&quot;
                  targetNamespace=";http://www.wso2.com/schemas/2006/interop/EchoService&quot;
                  elementFormDefault=&quot;unqualified" attributeFormDefault=&quot;unqualified">
           <xs:element type=";tEchoString" name="echoString&quot;/>
           <xs:complexType name=";tEchoString">
               <xs:sequence>
                   <xs:element type="xs:string&quot; name=";echoStringParam"/>
               </xs:sequence>
           </xs:complexType>
           <xs:element type=";xs:string&quot; name="echoStringResponse"/&gt;

           <xs:element type=";tEchoXML&quot; name=&quot;echoXML"/>;
           <xs:complexType name=";tEchoXML&quot;>
               <xs:sequence>
                   <xs:element type="xs:anyType&quot; name=";echoXMLParam"/&gt;
               </xs:sequence>
           </xs:complexType>
           <xs:element type=";xs:anyType" name="echoXMLResponse"/>

       </xs:schema&gt;
   </types>
   <interface name=";echoServiceInterface&quot;>
       <operation pattern=&quot;http://www.w3.org/2006/01/wsdl/in-out&quot; name=&quot;echoString"&gt;
           <input element=&quot;wwis:echoString&quot; messageLabel=";In"/&gt;
           <output element=&quot;wwis:echoStringResponse" messageLabel="Out"/>;
       </operation&gt;
       <operation pattern=&quot;http://www.w3.org/2006/01/wsdl/in-out&quot; name=&quot;echoXML">
           <input element=&quot;wwis:echoXML" messageLabel="In"/>
           <output element=&quot;wwis:echoXMLResponse" messageLabel="Out&quot;/>
       </operation&gt;
   </interface&gt;
   <binding interface="tns:echoServiceInterface&quot; type=&quot;http://www.w3.org/2006/01/wsdl/soap";
            name=";echoServiceSOAPBinding"
            wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
       <operation wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response&quot;
                  ref="tns:echoString"/&gt;
       <operation wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response&quot;
                  ref="tns:echoXML"/>
   </binding>;
   <service name=";echoService" interface="tns:echoServiceInterface&quot;>
       <endpoint address=&quot;http://www-lk.wso2.com/axis2/services/EchoService&quot;
                 binding="tns:echoServiceSOAPBinding"
                 name="echoServiceSOAPBinding_http"/>;
   </service>;
</description>;

WSDL for Interop events
user name
2006-06-30 04:01:49

Eran,

I added this as Echo-1G.

Arthur Ryman,
IBM Software Group, Rational Division

blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063fido.ca


www-ws-desc-requestw3.org wrote on 06/21/2006 09:03:40 AM:

>
> Eran,
>
> Thx. I'll add this to the test suite.
>
> Arthur Ryman,
&gt; IBM Software Group, Rational Division
>
> blog: http://ryman.eclipsedevelopersjournal.com/
> phone: +1-905-413-3077, TL 969-3077
> assistant: +1-905-413-2411, TL 969-2411
> fax: +1-905-413-4920, TL 969-4920
> mobile: +1-416-939-5063, text: 4169395063fido.ca
>

>
> Eran Chinthaka <chinthakaopensource.lk>
> Sent by: www-ws-desc-requestw3.org

> 06/21/2006 04:17 AM
>
> Please respond to
> chinthakaopensource.lk

>
> To

>
> www-ws-descw3.org

>
> cc

>
> Subject

>
> WSDL for Interop events

>
>
>
>
> Hi,
>
> I created and attached a WSDL 2.0 document which has echoSting and
> echoXML operations, to be used during the interop event.
&gt;
> I've already completed a round trip testing using code generated from
> this wsdl with Axis2 client and Axis2 server.
&gt;
> I will provide more sample WSDLs before the event.
&gt;
> -- Chinthaka
> <description xmlns=&quot;http://www.w3.org/2006/01/wsdl&quot;
>             xmlns:tns="http://www.wso2.com/wsdl/2006/interop/EchoService"
>;             xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap&quot;
>             xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
&gt;             targetNamespace=";http://www.wso2.com/wsdl/2006/interop/EchoService
>; "
&gt;             xmlns:wwis="http://www.wso2.com/schemas/2006/interop/EchoService"&gt;
>    <types>
>        <xs:schema xmlnss="http://www.w3.org/2001/XMLSchema&quot;
>                   xmlns=&quot;http://www.wso2.com/schemas/2006/interop/EchoService&quot;
>                   targetNamespace=";http://www.wso2.
>; com/schemas/2006/interop/EchoService"
>                   elementFormDefault=&quot;unqualified"
> attributeFormDefault="unqualified";>
>            <xs:element type=";tEchoString" name="echoString&quot;/>
&gt;            <xs:complexType name=";tEchoString">
>                <xs:sequence>
>                    <xs:element type="xs:string&quot; name=";echoStringParam"/>
>                </xs:sequence>
>            </xs:complexType>
&gt;            <xs:element type=";xs:string&quot; name="echoStringResponse"/&gt;
>
>            <xs:element type=";tEchoXML&quot; name=&quot;echoXML"/>;
>            <xs:complexType name=";tEchoXML&quot;>
&gt;                <xs:sequence>
>                    <xs:element type="xs:anyType&quot; name=";echoXMLParam"/&gt;
>                </xs:sequence>
>            </xs:complexType>
&gt;            <xs:element type=";xs:anyType" name="echoXMLResponse"/>
>
>        </xs:schema&gt;
>    </types>
>    <interface name=";echoServiceInterface&quot;>
>        <operation pattern=&quot;http://www.w3.org/2006/01/wsdl/in-out&quot;
> name=";echoString">
>            <input element=&quot;wwis:echoString&quot; messageLabel=";In"/&gt;
>            <output element=&quot;wwis:echoStringResponse" messageLabel="Out"/>;
>        </operation&gt;
>        <operation pattern=&quot;http://www.w3.org/2006/01/wsdl/in-out&quot;
> name=";echoXML&quot;>
&gt;            <input element=&quot;wwis:echoXML" messageLabel="In"/>
>            <output element=&quot;wwis:echoXMLResponse" messageLabel="Out&quot;/>
>        </operation&gt;
>    </interface&gt;
>    <binding interface="tns:echoServiceInterface&quot; type=&quot;http://www.
> w3.org/2006/01/wsdl/soap"
>             name=";echoServiceSOAPBinding"
&gt;             wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
>        <operation wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response&quot;
>                   ref="tns:echoString"/&gt;
>        <operation wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response&quot;
>                   ref="tns:echoXML"/>
>    </binding>;
>    <service name=";echoService" interface="tns:echoServiceInterface&quot;>
&gt;        <endpoint address=&quot;http://www-lk.wso2.com/axis2/services/EchoService&quot;
>                  binding="tns:echoServiceSOAPBinding"
>                  name="echoServiceSOAPBinding_http"/>;
>    </service>;
> </description> [attachment "signature.asc&quot; deleted by Arthur
> Ryman/Toronto/IBM]
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )