Re: problems with ws-a

2009-02-12 Thread Tom Howe
essing.ContextUtils > >> retrieveMAPs > >> INFO: retrieving MAPs from context property > >> javax.xml.ws.addressing.context.inbound > >> Jan 27, 2009 10:33:14 AM org.apache.cxf.ws.addressing.ContextUtils > >> retrieveMAPs > >> INFO: WS-Addressing

Re: problems with ws-a

2009-02-12 Thread crmuchin
age Addressing Properties >> from >> context >> Jan 27, 2009 10:33:14 AM org.apache.cxf.ws.addressing.soap.MAPCodec >> unmarshalMAPs >> INFO: Inbound WS-Addressing headers >> Jan 27, 2009 10:33:14 AM org.apache.cxf.ws.addressing.ContextUtils >> retrieveMAPs >> INFO: retrieving MAPs from context property >> javax.xml.ws.addressing.context.inbound >> Jan 27, 2009 10:33:14 AM org.apache.cxf.ws.addressing.ContextUtils >> retrieveMAPs >> WARNING: WS-Addressing - 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 >> > > -- View this message in context: http://www.nabble.com/problems-with-ws-a-tp21689910p21981485.html Sent from the cxf-user mailing list archive at Nabble.com.

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 trying to work with ws-ad

problems with ws-a

2009-01-27 Thread Tom Howe
Hi, I'm trying to work with ws-addressing, but I'm receiving warnings on the server side. I have a service defined by the following (truncated) wsdl: http://www.w3.org/2005/02/addressing/wsdl"/> My service is run in this way: EndpointImpl ep = (EndpointImpl) Endp