You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ganesh S (JIRA)" <ji...@apache.org> on 2017/05/18 07:41:04 UTC

[jira] [Created] (CXF-7373) The Data binding class generated by WSDLToJava created with different case than original

Ganesh S created CXF-7373:
-----------------------------

             Summary: The Data binding class generated by WSDLToJava created with different case than original
                 Key: CXF-7373
                 URL: https://issues.apache.org/jira/browse/CXF-7373
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.7.11
         Environment: Windows 7, Java 7
            Reporter: Ganesh S
            Priority: Critical


I have implemented a SOAP service using Apache CXF which uses a POJO created with name WSBookVO. To demonstrate the issue I have created a simple WS project following the instructions given at https://www.javacodegeeks.com/2013/06/developing-soap-web-service-using-apache-cxf.html. 
Everything was same as given in this link except the data binding class was renamed to WSBookVO. it is our project standard to precede every pojo with uppercase WS.

The stub VO class generated with the name WsBookVO (observe the case of starting two letters) rather than the original name WSBookVO.java. How can I instruct the tool to generate the POJO elements with the exactly same name as given. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)