Try the following as the CXF endpoint URI

cxf://
http://192.168.5.1:9763/services/myservice?wsdlURL=/services/myservice%3Fwsdl

On Wed, May 26, 2010 at 2:04 PM, Francois Lefoll <
[email protected]> wrote:

>
> Hi,
>
> I got a remote webservice and I'm trying to use it to transform/enrich some
> queued messages.
>
> I'm trying to do :
> <route>
>    <from uri="activemq:queueA"/>
>    <to
> uri="cxf://
> 192.168.5.1:9763/services/myservice?wsdlURL=/services/myservice%3Fwsdl"/>
>    <!-- wsdl(s) url are :
>              "http://192.168.5.1:9763/services/myservice?wsdl";
>              "http://192.168.5.1:9763/services/myservice?wsdl2";
>     -->
>    <to uri="activemq:queueB"/>
> </route>
>
> Camel claims :
> Failed to resolve endpoint: 192.168.5.1:9763/services/myservice due to:
> Illegal character in scheme name at index 0:
> 192.168.5.1:9763/services/myservice
>
> The web service is a provided by axis2, and I have few doubt on wsdl
> correctness,
>
> What's wrong with this approach ?
>
> Great thanks in advance for your answer,
>
> Francois.
> --
> View this message in context:
> http://old.nabble.com/webservice-to-transform-enrich-content-tp28683162p28683162.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Jon

Camel in Action: http://manning.com/ibsen
Blog: http://janstey.blogspot.com

Reply via email to