Re: passing a flag from impl method to interceptor

2008-03-03 Thread Daniel Kulp
On Friday 29 February 2008, Daniel Lipofsky wrote: Those all sound good, but unfortunately I am pretty much a web-services newbie, I don't have a clue how to implement that, especially the @WebParam sugestion. Do I need some entries in the WSDL, etc? If you want to define it in the wsdl,

RE: passing a flag from impl method to interceptor

2008-03-03 Thread Daniel Lipofsky
@incubator.apache.org Subject: RE: passing a flag from impl method to interceptor Those all sound good, but unfortunately I am pretty much a web-services newbie, I don't have a clue how to implement that, especially the @WebParam sugestion. Do I need some entries in the WSDL, etc? the old implementation

Re: passing a flag from impl method to interceptor

2008-03-03 Thread Daniel Kulp
, February 29, 2008 1:23 PM To: cxf-user@incubator.apache.org Subject: RE: passing a flag from impl method to interceptor Those all sound good, but unfortunately I am pretty much a web-services newbie, I don't have a clue how to implement that, especially the @WebParam sugestion. Do I

Re: passing a flag from impl method to interceptor

2008-02-29 Thread Daniel Kulp
OK. This is turning into another FAQ type thing that possibly needs a sample There are a couple options open to you: First, you need the context injected in: @Resource WebServiceContext context; 1) Standard JAX-WS API's: throw the value in the WebServiceContext and in a SoapHandler,

RE: passing a flag from impl method to interceptor

2008-02-29 Thread Daniel Lipofsky
Those all sound good, but unfortunately I am pretty much a web-services newbie, I don't have a clue how to implement that, especially the @WebParam sugestion. Do I need some entries in the WSDL, etc? the old implementation was basically outputing this: soap:Envelope ...