[
https://issues.apache.org/activemq/browse/CAMEL-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56844#action_56844
]
Hadrian Zbarcea commented on CAMEL-2345:
----------------------------------------
I think this causes a problem only for the client now, but in general, the cxf
endpoint url should not have to specify the service/port if there's only one in
the wsdl. I suspect it already works like that for the server side.
> One should not have to explicitly provide the service/port for cxf is there's
> only one
> --------------------------------------------------------------------------------------
>
> Key: CAMEL-2345
> URL: https://issues.apache.org/activemq/browse/CAMEL-2345
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-cxf
> Affects Versions: 2.1.0
> Reporter: Hadrian Zbarcea
> Assignee: Hadrian Zbarcea
>
> This is due to the following code in {{Client createClient()}} in
> {{CxfEnpoint}}
> {code}
> } else {
> ObjectHelper.notNull(portName, "Please provide endpoint/port
> name");
> ObjectHelper.notNull(serviceName, "Please provide service name");
> ClientFactoryBean factoryBean = createClientFactoryBean();
> {code}
> When there's only one service/port, we should just use it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.