Thanks for the reply Thilina, But in my case i have similiar things to do with the headers in all the operations...
If i put my logic into the MessageReceiverInOut.. i can just do it once otherwise i have to do the same thing for each operation in the skeleton... Any suggestions will be greatly appreciated On 11/21/06, Thilina Gunarathne <[EMAIL PROTECTED]> wrote:
AFAIK the generated MessageReceiver is not meant to be altered by the user. U can use the MessageContext.getCurrentContext() inside your skeleton to access the MessageContext . You can get the SOAPEnvelope from the MessageContext. Thanks, ~Thilina On 11/21/06, Mehar SVLN <[EMAIL PROTECTED]> wrote: > Hai, > > I have a question about MessageReceiverInOut... > > I have a wsdl, where i ve generated the server side skeleton.... > > I can see MyServiceMessageReceiverInOut, MyServiceSkeleton as important > claases... > > I need acccess to SoapEnvelope typically..... mainly to get some info from > soap Header element > > So if i have put all my logic into > MyServiceMessageReceiverInOut.... > > Is there any problem with this??? or i can go ahead doing this??? > > -- > Rgds > Mehar -- http://webservices.apache.org/~thilina/ http://thilinag.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Rgds Mehar
