Harry, these questions should be asked on the CXF-USER's list -- many more people, including the CXF devs on CXF-DEV,
are on it.

bindings.xjb I believe is just for JAXB (your POJOs that handle the request and responses)-- it shouldn't have an effect on JAX-WS method mappings, which are defined in the JAX-WS specification (which CXF implements) and most probably mandate the removal of the underscore. (You'd have the same issue if you used Metro: http://www.jroller.com/gmazza/entry/soap_client_tutorial) I'm not sure there's anything we can do about that.

Glen

On 11/01/2011 03:33 AM, harry wrote:
When I try to generate java code from WSDL, underscore(_) is missing from
method name. Example getGetType_Machine() changes to getGetType_Machine().
Though in the WSDL method name is ok. I tried using bindings.xjb with global
bindings for underscore but that didn't help.
So if you guys could please help me.
Thanks in advance.

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Generating-Java-from-WSDL-tp4954507p4954507.html
Sent from the cxf-issues mailing list archive at Nabble.com.


--
Glen Mazza
Talend - http://www.talend.com/apache
Blog - http://www.jroller.com/gmazza/
Twitter - glenmazza

Reply via email to