Hi Deepal,

Could you give me one example source code or any URL from where I can get 
how to implement. 

Thanks,
Deepak




Deepal jayasinghe <[EMAIL PROTECTED]> 
08/01/2007 04:49 PM
Please respond to
axis-user@ws.apache.org


To
axis-user@ws.apache.org
cc

Subject
Re: Axis to Axis2 migration doubt






For that you have to create a Java bean (with the proprieties MLOut,
SuppMsgOut   ) and return that .
>
> Dear Deepal,
>
> When I am doing as directed by you, I get webservices which take all
> arguments as IN type only.But  my requirement is that the 3rd and 4th
>  argument  XMLOut, SuppMsgOut should be return type(OUT mode).
>
>
> thanks
> Deepak
>
>
> *Deepal Jayasinghe <[EMAIL PROTECTED]>*
>
> 08/01/2007 03:59 PM
> Please respond to
> axis-user@ws.apache.org
>
>
> 
> To
>                axis-user@ws.apache.org
> cc
> 
> Subject
>                Re: Axis to Axis2 migration doubt
>
>
>
> 
>
>
>
>
> 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]
>
> ForwardSourceID:NT00003DCE 
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain 
> confidential or privileged information. If you are 
> not the intended recipient, any dissemination, use, 
> review, distribution, printing or copying of the 
> information contained in this e-mail message 
> and/or attachments to it are strictly prohibited. If 
> you have received this communication in error, 
> please notify us by reply e-mail or telephone and 
> immediately and permanently delete the message 
> and any attachments. Thank you
>
>
> 


-- 
Thanks,
Deepal
.................................................................
"The highest tower is built one brick at a time"


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

ForwardSourceID:NT00003E26 
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


Reply via email to