You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Srinath Perera (JIRA)" <ji...@apache.org> on 2005/04/08 06:31:20 UTC

[jira] Created: (AXIS2-19) Interop Tests for Axis2

Interop Tests for Axis2
-----------------------

         Key: AXIS2-19
         URL: http://issues.apache.org/jira/browse/AXIS2-19
     Project: Axis2
        Type: Test
    Reporter: Srinath Perera
 Assigned to: Srianth Perera 


Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 

There are few of such tests 
1)	Round one tests, http://www.xmethods.net/ilab/
2)	Round two tests, http://www.whitemesa.com/interop.htm

They are in different levels Simple types, Complext types …
The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.

The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


Re: [jira] Created: (AXIS2-19) Interop Tests for Axis2

Posted by Srinath Perera <he...@gmail.com>.
I just put the level1 and level2 things .. we need to compile the
correct list of interops
I think the Dims knows the correct list

Thanks
Srinath


On Apr 8, 2005 12:01 PM, HaoRan Zheng <hr...@gmail.com> wrote:
> Hi Srinath,
> 
> The interoperability test seems a bit old. And more than half of the
> deployed SOAP endpoints are not available any more. Are you going to
> test only the available ones?
> 
> Regards,
> HaoRan Zheng
> 
> On Apr 8, 2005 12:31 PM, Srinath Perera (JIRA) <ji...@apache.org> wrote:
> > Interop Tests for Axis2
> > -----------------------
> >
> >         Key: AXIS2-19
> >         URL: http://issues.apache.org/jira/browse/AXIS2-19
> >     Project: Axis2
> >        Type: Test
> >    Reporter: Srinath Perera
> > Assigned to: Srianth Perera
> >
> > Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met.
> >
> > There are few of such tests
> > 1)      Round one tests, http://www.xmethods.net/ilab/
> > 2)      Round two tests, http://www.whitemesa.com/interop.htm
> >
> > They are in different levels Simple types, Complext types …
> > The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> >
> > The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > If you think it was sent incorrectly contact one of the administrators:
> >   http://issues.apache.org/jira/secure/Administrators.jspa
> > -
> > If you want more information on JIRA, or have a bug to report see:
> >   http://www.atlassian.com/software/jira
> >
> >
>

Re: [jira] Created: (AXIS2-19) Interop Tests for Axis2

Posted by HaoRan Zheng <hr...@gmail.com>.
Hi Srinath,

The interoperability test seems a bit old. And more than half of the
deployed SOAP endpoints are not available any more. Are you going to
test only the available ones?

Regards,
HaoRan Zheng

On Apr 8, 2005 12:31 PM, Srinath Perera (JIRA) <ji...@apache.org> wrote:
> Interop Tests for Axis2
> -----------------------
> 
>         Key: AXIS2-19
>         URL: http://issues.apache.org/jira/browse/AXIS2-19
>     Project: Axis2
>        Type: Test
>    Reporter: Srinath Perera
> Assigned to: Srianth Perera
> 
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met.
> 
> There are few of such tests
> 1)      Round one tests, http://www.xmethods.net/ilab/
> 2)      Round two tests, http://www.whitemesa.com/interop.htm
> 
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> 
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)
> 
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>   http://issues.apache.org/jira/secure/Administrators.jspa
> -
> If you want more information on JIRA, or have a bug to report see:
>   http://www.atlassian.com/software/jira
> 
>

[jira] Commented: (AXIS2-19) Interop Tests for Axis2

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-19?page=comments#action_12317792 ] 

Davanum Srinivas commented on AXIS2-19:
---------------------------------------

Must have been a private url for interop testing...can't find it anymore. let's just test with our server/client later we can host it somewhere and ask others to test with us.

-- dims

> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Srianth Perera

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-19) Interop Tests for Axis2

Posted by "Gayan Asanka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-19?page=comments#action_12329533 ] 

Gayan Asanka commented on AXIS2-19:
-----------------------------------

Hi All,

I worked on Round1, Round2, and Round3 interop tests. I tryied all the relevent servers with axis2 clients. But in Round1 only few servers (links) were working (see the previous comment) and only one server (easysoap.sourceforge.net) responded successfully.

In round2, state is quite good. but still there are failing test cases.

in Round3, Almost all Axiom based tests passed except some echoHeader tests (those did not return the headers). 

Now i am working on Round3 doc/Lit type client side tests (which is seems to be a hard work than expected). I am going to use codegen for this tests. it would handled (code generation, compilation, running) via independant build.xml. But i can't place test src code inside src directory as usual. Because they wouldn't compile without generated code. Hence even the main build will not work without running this new build.xml. That means the build will always depend on interop things. So, to get rid of it, I wish to keep DoclitInteropTest src out of the src path. and run seperately via this build.xml. To prevent schema path conflicts, i have to do this one by one, i. e.

test1 - codegen 
test1 - compile
test1 - run

test2 - codegen
test2 - compile
test2 - run

etc...


Now i am working on Serverside tests too. Here we only support with Doc/Lit type wsdls. I've built three archives by now and will be deployed in a public ip soon. 

I hope to publish all interop tests results, just after finishing these two issues.

Thank you.
Gayan Asanka



> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Srianth Perera

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-19) Interop Tests for Axis2

Posted by "Gayan Asanka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-19?page=comments#action_12317760 ] 

Gayan Asanka commented on AXIS2-19:
-----------------------------------

Hi Dims,

I started sun tests as you said from round 2, Because there are no sun tests in round 1. 

Sametime we are working on building the interop war. So I need to know the operations supported by that sun's JSP client. But I couldn't find that although I tried. Could you please send me the link to that jsp or way to reach that.

Thanks

Gayan

> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Srianth Perera

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXIS2-19) Interop Tests for Axis2

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-19?page=all ]

Eran Chinthaka reassigned AXIS2-19:
-----------------------------------

    Assign To: Thilini Gunawardhana  (was: Thilina Gunarathne)

Sorry wrong preson :(.

> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Thilini Gunawardhana

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-19) Interop Tests for Axis2

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-19?page=all ]
     
Davanum Srinivas resolved AXIS2-19:
-----------------------------------

    Resolution: Fixed

marking as fixed.

> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Thilini Gunawardhana

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-19) Interop Tests for Axis2

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-19?page=comments#action_12317506 ] 

Davanum Srinivas commented on AXIS2-19:
---------------------------------------

Gayan,

Here's how we can tackle this....Complete AXIOM based client implementations for all tests (Round1,2,3,4,5) by testing against SUN's interop endpoint (http://java.sun.com/webservices/interop/soapbuilders/index.html). Then write the server impl for all the tests and test it using your client (and then try sun's jsp against our server-impl)

Once we get one set of client and server code working we can tackle the other vendors.

thanks,
dims

> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Srianth Perera

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-19) Interop Tests for Axis2

Posted by "Nadana Gunaratna (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-19?page=comments#action_12330556 ] 

Nadana Gunaratna commented on AXIS2-19:
---------------------------------------

Hi All,

I worked on Round4 and Round5 interopt tests.In Round4 I tried with the following endpoints:

http://www.whitemesa.net/r4/GroupH 
http://java.sun.com/r4/GroupH

Since these services are rpc/encoded, I used AXIOM based Axis2 clients for testing above interopt end points and all tests were successful.Since  there are no WSDLs in Round5 i couldnt test for Round5.  


Thanks.
Nadana


> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Srianth Perera

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXIS2-19) Interop Tests for Axis2

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-19?page=all ]

Eran Chinthaka reassigned AXIS2-19:
-----------------------------------

    Assign To: Thilina Gunarathne  (was: Srianth Perera)

> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Thilina Gunarathne

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-19) Interop Tests for Axis2

Posted by "Gayan Asanka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-19?page=comments#action_12317497 ] 

Gayan Asanka commented on AXIS2-19:
-----------------------------------

Hi All,

I have started Round 1 interop testing. Since these services are rpc/encoded, I don't use code generation but AXIOM.
But I've got problems with accessing the wsdl files in following servers. Those URLs  are not working.

ActiveState	                   http://soaptest.activestate.com:8080/SoapBuildersTest.wsdl	                       N/A
BEA Weblogic 8.1	   http://webservice.bea.com:7001/base/SoapInteropBaseService?WSDL	 N/A
Dolphin Harbor	              http://www.dolphinharbor.org/services/interop/service.wsdl	                     N/A
eSoapServer	                No link to get the WSDL	
Frontier 7.0b26	               No link to get the WSDL	
4S4C 1.3	                   http://www.4s4c.com/ilab/ilab.wsdl	Not Available
HP SOAP	                          http://soap.bluestone.com:80/interop/EchoService/EchoService.wsdl	        N/A
IONA XMLBus	                                              http://interop.xmlbus.com:7002/xmlbus/container/InteropTest/InteropTestService/InteropTestPort/	      N/A
http://interop.xmlbus.com:7002/xmlbus/container/InteropTest/InteropTestService/InteropTestPort/	      N/A

MS ATL	                           http://4.34.185.52/ilab/ilab.wsdl	                                                                                N/A
MS .NET Remoting	http://www.mssoapinterop.org/DotNetRemoting1999/InteropService.WSDL	N/A
	                                   http://www.mssoapinterop.org/DotNetRemoting1999Typed/InteropService.WSDL     N/A
	                                   http://www.mssoapinterop.org/DotNetRemoting2001/InteropService.WSDL	              N/A
	                                   http://www.mssoapinterop.org/DotNetRemoting2001Typed/InteropService.WSDL	N/A

OpenLink	                  http://demo.openlinksw.com:8890/Interop/services.wsdl 	                              N/A
Phalanx	                            http://www.phalanxsys.com/interop/interop.wsdl	                                                N/A
SOAP4R	                         No link to get the WSDL
SOAP.py	                           No link to get the WSDL
SOAPx4	                           No link to get the WSDL
SoapRMI	                          No link to get the WSDL
TclSOAP	                           No link to get the WSDL



Gayan


> Interop Tests for Axis2
> -----------------------
>
>          Key: AXIS2-19
>          URL: http://issues.apache.org/jira/browse/AXIS2-19
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test
>   Components: samples, build,site  & docs
>     Reporter: Srinath Perera
>     Assignee: Srianth Perera

>
> Interoperability test are to make sure that the Web Service implementation of different type (Apache Axis, .NET, WASP, GSOAP, Axis C++) can be work with each other. The WS-I profile provide the guide lines and the there are tests that make sure that the interoperability requirements are met. 
> There are few of such tests 
> 1)	Round one tests, http://www.xmethods.net/ilab/
> 2)	Round two tests, http://www.whitemesa.com/interop.htm
> They are in different levels Simple types, Complext types …
> The tests provides the SOAPMessages and/or WSDL that explains the Web Services and the each SOAP implementation is suppose to write Servers that accepts the SOAP Message from all the client implementations and write clients that can talk to all other server implementations.
> The task is to write a Server and Client side for the interop WSDL. The guide lines can be found from the Axis1.x interop tests (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/test/wsdl/ interop, interop3, interop4  ...) and the Axis2 interop sample. (https://svn.apache.org/repos/asf/webservices/axis/trunk/java/modules/samples/src)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira