[
https://issues.apache.org/activemq/browse/CAMEL-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang updated CAMEL-261:
-------------------------------
Fix Version/s: 1.3.0
Affects Version/s: 1.2.0
Added the affects and fix version
> patch to fix some issue about camel-cxf component
> -------------------------------------------------
>
> Key: CAMEL-261
> URL: https://issues.apache.org/activemq/browse/CAMEL-261
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-cxf
> Affects Versions: 1.2.0
> Reporter: Freeman Fang
> Fix For: 1.3.0
>
> Attachments: patch.txt
>
>
> this patch
> 1.
> @override
> protected boolean useIntrospectionOnEndpoint() {
> return false;
> }
> to let parameter start with "soap." passed in soap endpoint
> 2. use
> WSDLServiceFactory factory = new WSDLServiceFactory(getBus(), getWsdlURL(),
> getServiceQName());
> instead of
> WSDLServiceFactory factory = new WSDLServiceFactory(getBus(), getWsdlURL(),
> null);
> so that can pass in servicename to WSDLServiceFactory, in case that more than
> one service in the wsdl, we can specify the one we want
> 3. add wait response into CxfProducer, so that if the MEP is not oneway, we
> can waiting for the response in certain period
> 4. add more type convert for CxfSoapBinding and CxfBinding, so that we can
> handle message body more than InputStream .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.