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 "Chamikara Jayalath (JIRA)" <ji...@apache.org> on 2006/04/28 18:03:37 UTC

[jira] Created: (AXIS2-631) Making the integration itests work correctly

Making the integration itests work correctly
--------------------------------------------

         Key: AXIS2-631
         URL: http://issues.apache.org/jira/browse/AXIS2-631
     Project: Apache Axis 2.0 (Axis2)
        Type: Test

  Components: Integration  
    Reporter: Chamikara Jayalath


Most of the test cases in the integration/itest folder seems to be failing. (This mainly include the whitemesa interop tests).
Currently validtion is done by comparing with a pre-stored SOAP envelope, which seems to be a wrong way of doing it. 



-- 
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-631) Making the integration itests work correctly

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

Deepal Jayasinghe resolved AXIS2-631.
-------------------------------------

    Resolution: Fixed

Do we need to keep this open forever ?

> Making the integration itests work correctly
> --------------------------------------------
>
>                 Key: AXIS2-631
>                 URL: http://issues.apache.org/jira/browse/AXIS2-631
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: Integration
>            Reporter: Chamikara Jayalath
>
> Most of the test cases in the integration/itest folder seems to be failing. (This mainly include the whitemesa interop tests).
> Currently validtion is done by comparing with a pre-stored SOAP envelope, which seems to be a wrong way of doing it. 

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-631) Making the integration itests work correctly

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-631?page=comments#action_12377084 ] 

Chamikara Jayalath commented on AXIS2-631:
------------------------------------------

It seems that it is not a necessity for all the endpoints to follow the default wsdl given in the whitemesa site. Some endpoints seems to be using slightly different wsdls and test case based validation doesnt look easy.
I did following to overcome this.

Added a set of assertions to the WhiteMesaInterop class to do a xpath based validation of response SOAP envelopes. These assertions assume that the passed envelope follows the default wsdl. If any testcase (which extends this) is going to test a endpoint that follow the default wsdl these methods can be directly used. otherwise they will have to be overriden according to the respective wsdl.




> Making the integration itests work correctly
> --------------------------------------------
>
>          Key: AXIS2-631
>          URL: http://issues.apache.org/jira/browse/AXIS2-631
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Test

>   Components: Integration
>     Reporter: Chamikara Jayalath

>
> Most of the test cases in the integration/itest folder seems to be failing. (This mainly include the whitemesa interop tests).
> Currently validtion is done by comparing with a pre-stored SOAP envelope, which seems to be a wrong way of doing it. 

-- 
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