You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Julien le Colloec (JIRA)" <ji...@apache.org> on 2007/05/14 17:12:16 UTC

[jira] Updated: (CXF-650) rule non wrapper style in jaxws not respected in cxf tools

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

Julien le Colloec updated CXF-650:
----------------------------------

    Description: 
the code generated with cxf tool for the mtosi wsdl file ConfigurationService.wsdl is wrong. 
The return type of the operation getTransmissionDescriptor should be void and we should have an additional argument 
representing an out. 
The part of the wsdl ,which is not correctly handled, is at the bottom of this page . 

    public v1.tmf854.GetTransmissionDescriptorResponseT getTransmissionDescriptor( 
        @WebParam(targetNamespace = "tmf854.v1", header = true, mode = Mode.INOUT, partName = "mtosiHeader", name = "header") 
        javax.xml.ws.Holder<v1.tmf854.HeaderT> mtosiHeader, 
        @WebParam(targetNamespace = "tmf854.v1", partName = "mtosiBody", name = "getTransmissionDescriptor") 
        v1.tmf854.GetTransmissionDescriptorT mtosiBody 
    ) throws ProcessingFailureException; 





<wsdl:message name="getTransmissionDescriptor"> 
    <wsdl:documentation> 
    The getTransmissionDescriptor request message. 
    </wsdl:documentation> 
    <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/> 
    <wsdl:part name="mtosiBody" element="tmf854XSD:getTransmissionDescriptor"/> 
  </wsdl:message> 
  <wsdl:message name="getTransmissionDescriptorResponse"> 
    <wsdl:documentation> 
    The getTransmissionDescriptor response message. 
    </wsdl:documentation> 
    <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/> 
    <wsdl:part name="mtosiBody" element="tmf854XSD:getTransmissionDescriptorResponse"/> 
  </wsdl:message> 

  was:
description in :
http://jira.boston.amer.iona.com:8080/browse/TAN-596


> rule non wrapper style in jaxws not respected in cxf tools
> ----------------------------------------------------------
>
>                 Key: CXF-650
>                 URL: https://issues.apache.org/jira/browse/CXF-650
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>            Reporter: Julien le Colloec
>
> the code generated with cxf tool for the mtosi wsdl file ConfigurationService.wsdl is wrong. 
> The return type of the operation getTransmissionDescriptor should be void and we should have an additional argument 
> representing an out. 
> The part of the wsdl ,which is not correctly handled, is at the bottom of this page . 
>     public v1.tmf854.GetTransmissionDescriptorResponseT getTransmissionDescriptor( 
>         @WebParam(targetNamespace = "tmf854.v1", header = true, mode = Mode.INOUT, partName = "mtosiHeader", name = "header") 
>         javax.xml.ws.Holder<v1.tmf854.HeaderT> mtosiHeader, 
>         @WebParam(targetNamespace = "tmf854.v1", partName = "mtosiBody", name = "getTransmissionDescriptor") 
>         v1.tmf854.GetTransmissionDescriptorT mtosiBody 
>     ) throws ProcessingFailureException; 
> <wsdl:message name="getTransmissionDescriptor"> 
>     <wsdl:documentation> 
>     The getTransmissionDescriptor request message. 
>     </wsdl:documentation> 
>     <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/> 
>     <wsdl:part name="mtosiBody" element="tmf854XSD:getTransmissionDescriptor"/> 
>   </wsdl:message> 
>   <wsdl:message name="getTransmissionDescriptorResponse"> 
>     <wsdl:documentation> 
>     The getTransmissionDescriptor response message. 
>     </wsdl:documentation> 
>     <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/> 
>     <wsdl:part name="mtosiBody" element="tmf854XSD:getTransmissionDescriptorResponse"/> 
>   </wsdl:message> 

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