Thanks for the help...
2007/8/7, Brad Harper <[EMAIL PROTECTED]>: > Check out the bottom of this page for more detail.... > > http://cwiki.apache.org/CXF20DOC/servlet-transport.html > > On 8/7/07, Jiang, Ning (Willem) <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > You can get the request from the inMessage > > > > HttpServletRequest req = inMessage.get( > > AbstractHTTPDestination.HTTP_REQUEST); > > HttpServletResponse resp = inMessage.get( > > AbstractHTTPDestination.HTTP_RESPONSE); > > > > If you could get the inMessage from the exchange in you application code. > > > > Willem. > > > > > > -----Original Message----- > > From: Christian Vest Hansen [mailto:[EMAIL PROTECTED] > > Sent: Tue 8/7/2007 20:36 > > To: [email protected] > > Subject: Getting the source request > > > > Hi! > > > > In XFire, you could do this funky trick to get a hold of the source > > request for a service invocation: > > > > HttpServletRequest req = XFireServletController.getRequest(); > > > > I wonder what the CXF counterpart is? > > > > > > -- > > Venlig hilsen / Kind regards, > > Christian Vest Hansen. > > > > > -- Venlig hilsen / Kind regards, Christian Vest Hansen.
