Well Axis2 does not support the holder concept , but you can easily
achieve your goal
- Just write a services.xml with specifying service class name
- Do not worry about the operation name, Axis2 will automatically will
creating the service analyzing the service impl class

Thanks
Deepal
>
> In my axis deployment file I use following operation node to describe IN
> and OUT parameter of my method having signature as
>
> public short WMLS_GetFromStore(String WellTypeIn, String
> XMLIn,StringHolder XMLOut, StringHolder SuppMsgOut)
>
>
>        <operation name="WMLS_GetFromStore">
>                <parameter name="TypeIn" mode="IN"/>
>                <parameter name="XMLIn" mode="IN"/>
>                <parameter name="XMLOut" mode="OUT"/>
>                <parameter name="SuppMsgOut" mode="OUT"/>
>        </operation>
>
> How to achieve same in Axis2? I can not able to find out way to define
> parameter as OUT type with AXIS2.
> could you please update me with way of achieving same with AXIS2?
>
> With Regards,
>
> Deepak Jerambhai Pansheriya
> Tata Consultancy Services
> Yantra Park -(STPI)
> Mailto: [EMAIL PROTECTED]
> Website: http://www.tcs.com
> ____________________________________________



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to