[
https://issues.apache.org/jira/browse/CXF-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489963
]
Freeman Fang commented on CXF-548:
----------------------------------
it's not a bug of tool
it's a bug in runtime
the targetNamespace could be ignored if messagepart namespace is same as wsdl
tns.
it's my bad.
so AbstractInDatabindingInterceptor should handle this case in findMessagePart
> 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
> Attachments: swa-mime.wsdl
>
>
> 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.