You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/02/19 22:44:44 UTC

[jira] Resolved: (CXF-949) wsdl2java generated client can not be compiled

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

Daniel Kulp resolved CXF-949.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3


Each operation is scoped in it's own {  } block now.

> wsdl2java generated client can not be compiled
> ----------------------------------------------
>
>                 Key: CXF-949
>                 URL: https://issues.apache.org/jira/browse/CXF-949
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>            Reporter: willem Jiang
>             Fix For: 2.0.3
>
>
> The client code is generated by wsdl2java using the jaxws_async sample's wsdl.
> Here are part of the client code
>        System.out.println("Invoking greetMeSometime...");
>         java.lang.String _greetMeSometime_requestType = "";
>         java.lang.String _greetMeSometime__return = port.greetMeSometime(_greetMeSometime_requestType);
>         System.out.println("greetMeSometime.result=" + _greetMeSometime__return);
>         System.out.println("Invoking greetMeSometimeAsync...");
>         java.lang.String _greetMeSometimeAsync_requestType = "";
>         Future<?> _greetMeSometimeAsync__return = port.greetMeSometimeAsync(_greetMeSometimeAsync_requestType, _greetMeSometimeAsync_asyncHandler);
>         System.out.println("Invoking greetMeSometimeAsync...");
>         java.lang.String _greetMeSometimeAsync_requestType = "";
>         Response<org.apache.hello_world_async_soap_http.types.GreetMeSometimeResponse> _greetMeSometimeAsync__return = port.greetMeSometimeAsync(_greetMeSometimeAsync_requestType);
> The variable  _greetMeSometimeAsync_requestType is defined twice.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.