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:42:04 UTC

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

     [ https://issues.apache.org/jira/browse/CXF-7373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ganesh S updated CXF-7373:
--------------------------
    Attachment: WsdlToJava1.java
                mywsdl.wsdl

> 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
>         Attachments: mywsdl.wsdl, WsdlToJava1.java
>
>
> 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)