It looks like you should send the request to routerEndpoint address

"http://localhost:9003/CamelContext/RouterPort";



On 9/2/11 8:19 PM, skompelly wrote:

Okay thanks,

How to invoke a webservice method (wsdl first) from the soapui?

Web service is published at 9004 as below, able to view the wsdl in browser.
Not able to invoke the method exposed. For this do i have to do anything. i
was checking this example where i have one port for routerEndpoint and other
as serviceEndPoint. But not successful with the below configuration too.

Please let me know how i can successfully invoke a web service method using
cxf or cxf:bean from soap ui?

      <cxf:cxfEndpoint id="routerEndpoint"
address="http://localhost:9003/CamelContext/RouterPort";
                serviceClass="org.apache.hello_world_soap_http.GreeterImpl"/>
      <cxf:cxfEndpoint id="serviceEndpoint"
address="http://localhost:9000/SoapContext/SoapPort";
                wsdlURL="testutils/hello_world.wsdl"
                serviceClass="org.apache.hello_world_soap_http.Greeter"
                endpointName="s:SoapPort"
                serviceName="s:SOAPService"
        xmlns:s="http://apache.org/hello_world_soap_http"; />

Thanks in advance,

Regards,
Santosh

--
View this message in context: 
http://camel.465427.n5.nabble.com/cxf-bean-producer-consumer-tp4761986p4762139.html
Sent from the Camel Development mailing list archive at Nabble.com.



--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang

Reply via email to