Is this java first or wsdl first? If java first, you would need to add @Action annotations to the methods to control the actions that are used and expected for the input and output (and faults).
For wsdl first, you would need to add wsam:Action attributes to the portType/operation/input and output elements. (which would result in the above annotations being generated) Dan On Thursday, May 03, 2012 10:51:28 PM Marco Pas wrote: > HI there, > > it seems that my response from a cxf implemented webservice contains a > <Action > xmlns="http://www.w3.org/2005/08/addressing">urn://...dummy.../Webservice > Response</Action> > > Is there a way i can remove the urn and only keep the > /WebserviceResponse or make the action empty? > <Action > xmlns="http://www.w3.org/2005/08/addressing">/WebserviceResponse</Action> > > The system that uses that uses our webservice fails on the urn on the > action. > > /Marco -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
