question regarding endpoint.getEndpointReference()

2009-08-04 Thread Tom Howe
vice in a servlet, the address in the EndpointReference is just "/counter" instead of the full url. Am I misusing the getEndpointReference() method? Is there another way that I can create an appropriate epr (short of explicitly passing in the fully address)? Thanks, Tom -- Tom Ho

Re: problems with ws-a

2009-02-12 Thread Tom Howe
to a legacy process. It seems like a JAX-WS Provider was > the right way to go. The tricky part is that I also have to support WS-A. > > Any help would be appreciated! > > Craig M. > > > > Tom Howe wrote: > > > > I should have mentioned that this i

Re: problems with ws-a

2009-01-28 Thread Tom Howe
I should have mentioned that this is a provider service. So, it appears that I'm being affected by https://issues.apache.org/jira/browse/CXF-1591 I guess I'll need to write my own handlers for this one. -Tom On Tue, Jan 27, 2009 at 11:18 AM, Tom Howe wrote: > Hi, I'm tryi

problems with ws-a

2009-01-27 Thread Tom Howe
- failed to retrieve Message Addressing Properties from context Jan 27, 2009 10:33:14 AM org.apache.cxf.ws.addressing.MAPAggregator getMAPs Which implies to me that server is not able to process the addressing handlers. So, am I misinterpreting the output or have I done something wrong? Thank you very much. Tom Howe