Another update...it looks like wsdl2java has no problems creating action parameters for soap 1.1 wsdl.
brodericke wrote: > > By the way - I'm using cxf 2.0.5-incubator... > > > brodericke wrote: >> >> Is it possible to get wsdl2java to add an action parameter to the >> @WebMethod annotations it creates? >> >> I'm running into an issue where a soap1.2 service requires an action >> header, but the only way I can get my cxf client to provide one is to >> modify the WebMethod annotations in the SEI to include action >> parameters...I'd basically like to avoid modifying the generated classes, >> if it's possible. >> > > -- View this message in context: http://www.nabble.com/wsdl2java-%2B-%40WebMethod-annotation-with-action...-tp19535644p19536706.html Sent from the cxf-user mailing list archive at Nabble.com.
