[ https://issues.apache.org/jira/browse/CXF-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp updated CXF-1404: ----------------------------- Attachment: cxf1404.wsdl > wsdl2java generating void response instead of bare object > ---------------------------------------------------------- > > Key: CXF-1404 > URL: https://issues.apache.org/jira/browse/CXF-1404 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.0.3 > Reporter: Daniel Kulp > Attachments: cxf1404.wsdl > > > For the wsdl I'm going to attach, wsdl2java is generating: > @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) > @WebMethod > public void getApprovedTerms( > @WebParam(partName = "parameters", name = "getApprovedTerms", > targetNamespace = "http://sii.gri.roche.com") > GetApprovedTerms parameters > ); > instead of: > @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) > @WebMethod > @WebResult(partName = "parameters", name="getApprovedTermsResponse", > targetNamespace="http://sii.gri.roche.com") > public GetApprovedTermsResponse getApprovedTerms( > @WebParam(partName = "parameters", name = "getApprovedTerms", > targetNamespace = "http://sii.gri.roche.com") > GetApprovedTerms parameters > ); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.