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 "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org> on 2005/08/24 11:31:08 UTC

[jira] Deleted: (AXIS2-173) Inflow and outflow configuration in the service.xml

     [ http://issues.apache.org/jira/browse/AXIS2-173?page=all ]
     
Ruchith Udayanga Fernando deleted AXIS2-173:
--------------------------------------------


> Inflow and outflow configuration in the service.xml
> ---------------------------------------------------
>
>          Key: AXIS2-173
>          URL: http://issues.apache.org/jira/browse/AXIS2-173
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Ruchith Udayanga Fernando

>
> Right now we don't have the ability to specify config parameters in the service.xml for the inflow and the outflow. The <inflow> and the <outflow> available in the service.xml are only used to hold handlers now.
> Can we add functionality to specify parameters as shown below:
> <service name="foo">
> ....
> ....
>     <inflow>
> 		<parameter name="bar1" locked="xsd:false">val1</parameter>
> 		<parameter name="bar2" locked="xsd:false">val2</parameter>
>     </inflow>
>     <outflow>
> 		<parameter name="bar3" locked="xsd:false">val3</parameter>
>     </outflow>
> </service>

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