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

Daniel Kulp updated CXF-3792:
-----------------------------

    Description: 
Starting from 2.3.5 version, there is an error in the generated signature for 
the attached example

(Expected result should be:
{code}
public interface TestServicePortType {

    @WebResult(name = "executionDoneResponse", targetNamespace = 
"http://webservices/testService/";, partName = "parameters")
    @WebMethod(action = "http://webservices/testService/executionDone";)
    public ExecutionDoneResponse executionDone(
        @WebParam(partName = "parameters", name = "executionDone", 
targetNamespace = "http://webservices/testService/";)
        ExecutionDone parameters
    ) throws webservices.user.XmlinvalidUserCredentialFaultMessage;
}
)
{code}

  was:
Starting from 2.3.5 version, there is an error in the generated signature for 
the attached example

(Expected result should be:

public interface TestServicePortType {

    @WebResult(name = "executionDoneResponse", targetNamespace = 
"http://webservices/testService/";, partName = "parameters")
    @WebMethod(action = "http://webservices/testService/executionDone";)
    public ExecutionDoneResponse executionDone(
        @WebParam(partName = "parameters", name = "executionDone", 
targetNamespace = "http://webservices/testService/";)
        ExecutionDone parameters
    ) throws webservices.user.XmlinvalidUserCredentialFaultMessage;
}
)


> cxf-codegen-plugin wrong method signature generation
> ----------------------------------------------------
>
>                 Key: CXF-3792
>                 URL: https://issues.apache.org/jira/browse/CXF-3792
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.3.5
>            Reporter: Alessandro Riva
>         Attachments: ErrorCXF.zip
>
>
> Starting from 2.3.5 version, there is an error in the generated signature for 
> the attached example
> (Expected result should be:
> {code}
> public interface TestServicePortType {
>     @WebResult(name = "executionDoneResponse", targetNamespace = 
> "http://webservices/testService/";, partName = "parameters")
>     @WebMethod(action = "http://webservices/testService/executionDone";)
>     public ExecutionDoneResponse executionDone(
>         @WebParam(partName = "parameters", name = "executionDone", 
> targetNamespace = "http://webservices/testService/";)
>         ExecutionDone parameters
>     ) throws webservices.user.XmlinvalidUserCredentialFaultMessage;
> }
> )
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to