parameter miss target namespace
-------------------------------

                 Key: CXF-548
                 URL: https://issues.apache.org/jira/browse/CXF-548
             Project: CXF
          Issue Type: Bug
            Reporter: Freeman Fang
         Assigned To: Freeman Fang


the code generate from this wsdl miss target namespce for the second input 
message part
the attachment is the wsdl
the SEI is like
    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
    @WebMethod
    public void echoData(
        @WebParam(targetNamespace = "http://cxf.apache.org/swa/types";, mode = 
Mode.INOUT, partName = "text", name = "DataStruct")
        javax.xml.ws.Holder<org.apache.cxf.swa.types.DataStruct> text,
        @WebParam(mode = Mode.INOUT, partName = "data", name = "data")
        javax.xml.ws.Holder<javax.activation.DataHandler> data
    );
the second parameter miss target namespace which cause runtime fail when do 
findMessagePart according to the QName match search

this error cause SWA system test doesn't work, seems sothing wrong in 
MIMEProcessor

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

Reply via email to