RE: How to access SOAP headers from inside generated service interfaces?

2008-05-23 Thread Enaganti M Naidu
generated service interfaces?Date: Thu, 22 May 2008 18:43:58 + You would need to write your handler with thread safety in mind unless your web service scope is set to "request", in which case a new handler instance would be created per request. Down side is of course everything

RE: How to access SOAP headers from inside generated service interfaces?

2008-05-22 Thread Virtual Light
style web service you can access the headers in the service without the need of a handler. Check out this link: https://jax-ws.dev.java.net/guide/SOAP_headers.html Regards, Bill From: [EMAIL PROTECTED] Subject: RE: How to access SOAP headers from inside generated service interfaces? Date: T

RE: How to access SOAP headers from inside generated service interfaces?

2008-05-22 Thread Troutman_Matt
are left with a situation where you have no way to know from the service interface implementation which context you are supposed to pull information out of. You are left with the same problem which is not having a way to pass any additional information through your generated service interfaces

RE: How to access SOAP headers from inside generated service interfaces?

2008-05-22 Thread Virtual Light
s SOAP headers from inside generated service interfaces? > Date: Wed, 21 May 2008 16:42:15 -0400 > To: axis-user@ws.apache.org > > Hello, > I am hoping someone can help me with this problem. I am generating a > service from WSDL that contains a lot of soap headers. When my

How to access SOAP headers from inside generated service interfaces?

2008-05-21 Thread Troutman_Matt
Hello, I am hoping someone can help me with this problem. I am generating a service from WSDL that contains a lot of soap headers. When my service interfaces are generated there doesn't appear to be any way to access the incoming headers through the generated service interfaces. I know that

[Axis2] Service Interfaces

2005-08-01 Thread A Yang
Oops - didn't realize I should have flagged the subject as Axis2-specific. Apologies for the repost. Hi there, I'm just getting started with Axis 2 and I was wondering whether there were any other Service interfaces besides: public OMElement doSomething(OMElement element)? Axi

Service Interfaces

2005-07-31 Thread A Yang
Hi there, I'm just getting started with Axis 2 and I was wondering whether there were any other Service interfaces besides: public OMElement doSomething(OMElement element)? Axis 1 allows: public Element [] method(Element [] bodies); public SOAPBodyElement [] method (SOAPBodyElement [] b