This is a bug in the sample. Each call to the service should have a new set of Maps setup. I've updated the sample on trunk: http://svn.apache.org/viewvc?view=revision&revision=1043184
Dan On Tuesday 07 December 2010 5:09:47 am Alaa Zidane wrote: > Dear > > I am trying to run the WS-Addressing sample you put on CXF repository . > I managed to run the server, and also the client in case it is with > implicitly propogated > Message Addressing Properties. but when it come to explicitly envocations. > it gives : > > javax.xml.ws.soap.SOAPFaultException: Action > http://apache.org/hello_world_soap_http/Greeter/sayHiRequest not supported > at > org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:146) at > $Proxy38.greetMe(Unknown Source) > at > org.apache.hello_world_soap_http.Greeter_SoapPort_Client.explicitPropagatio > n(Greeter_SoapPort_Client.java:165) > > at > org.apache.hello_world_soap_http.Greeter_SoapPort_Client.main(Greeter_SoapP > ort_Client.java:84) > > Caused by: org.apache.cxf.binding.soap.SoapFault: Action > http://apache.org/hello_world_soap_http/Greeter/sayHiRequest not supported > at > org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalF > ault(Soap11FaultInInterceptor.java:75) > > ............................... > > please if you can help me to solve it and if you have clearer example about > ReplyTo and FaultTo : I mean the the whole soap header for WS-Addressing > asyncronous messeging. > > best regards, > > Alaa Zidane -- Daniel Kulp [email protected] http://dankulp.com/blog
