You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Sameera Jayasoma (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/28 04:33:13 UTC

[jira] [Resolved] (ABDERA-296) Test cases to test the Exposed Transports functionality in Axis2

     [ https://issues.apache.org/jira/browse/ABDERA-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sameera Jayasoma resolved ABDERA-296.
-------------------------------------

    Resolution: Fixed
    
> Test cases to test the Exposed Transports functionality in Axis2
> ----------------------------------------------------------------
>
>                 Key: ABDERA-296
>                 URL: https://issues.apache.org/jira/browse/ABDERA-296
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Sameera Jayasoma
>
> And also, I've added a test case[2] to test the exposed transport functionality in Axis2. This also covers the improvements, I've introduced by previous patch.
> <serviceGroup>
>     <!-- https transport is not available in Axis2. Therefore the deployment of the EchoService2 should fail. -->
>     <service name="EchoService3">
>         <description>
>                This service echo the given input , and this was developed to text the axis system working
>                 correctly
>         </description>
>        <transports>
>                 <transport>https</transport>
>         </transports>
>         <parameter name="ServiceClass">org.apache.axis2.sample.echo.EchoImpl</parameter>
>     </service>
> </serviceGroup>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira