You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Christine Koppelt (JIRA)" <ji...@apache.org> on 2012/11/09 10:06:12 UTC

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

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

Christine Koppelt closed ABDERA-295.
------------------------------------

    Resolution: Won't Fix

wrong project
                
> Test cases to test the Exposed Transports functionality in Axis2
> ----------------------------------------------------------------
>
>                 Key: ABDERA-295
>                 URL: https://issues.apache.org/jira/browse/ABDERA-295
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Sameera Jayasoma
>
>  When you develop service, you can specify the list of transports on which you service should be exposed.
>  This class will test this functionality.
> e.g.
> <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
For more information on JIRA, see: http://www.atlassian.com/software/jira