Hi,

Please use the user mailing list if you have the question about the camel 
usage.  
Back to your question, you just specify a wrong endpointName in the bean.xml 
according the check of your WSDL file.
Please change the endpointName to "s:EmailWSSOAP11port_http" like below

<cxf:cxfEndpoint xmlns:s="http://bpms.intalio.com/tools/webservices/email"; 
id="envioMailLocal" 
address="http://localhost:${proxy.port}/notificaciones-sanitarias/webservices/email";
 endpointName="s:EmailWSSOAP11port_http" serviceName="s:EmailWS" 
wsdlURL="etc/emailWS.wsdl"/>  

--  
Willem Jiang

Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Tuesday, December 11, 2012 at 7:05 AM, robertorene wrote:

> Hi, sorry if the question is in another location but i look for my problem
> whitout exit. I'm developer and have a problem:
>  
> 1.- I'm working with maven to construct the sample.
> 2.- My project will deplyed in Servicemix 4
> 3.- The config an error files i uploaded for your consideration.
>  
> bean.xml <http://camel.465427.n5.nabble.com/file/n5723867/bean.xml>  
> pom.xml <http://camel.465427.n5.nabble.com/file/n5723867/pom.xml>  
> emailWS.wsdl <http://camel.465427.n5.nabble.com/file/n5723867/emailWS.wsdl>  
> error.txt <http://camel.465427.n5.nabble.com/file/n5723867/error.txt>  
>  
> 5.- The project's distribution is next:
>  
> <http://camel.465427.n5.nabble.com/file/n5723867/distribution.png>  
>  
> 4.- Please help me, if someone has the same error.
>  
> Thanks and sorry my english :)
>  
>  
>  
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Servicemix-tp5723867.html
> Sent from the Camel Development mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to