HI
I have came route for Soap service Provider like
from("cxf://http://localhost:9090/services?serviceClass=A&dataFormat=POJO")
My question is do I need to package the application as WAR to enable it
accessing from web?
I am able to use it by URL http://localhost:9090/services but not by
"http://{realIP}:9090/services".
Is it mandatory to package the app as war and specify CXFServlet as the
servlet for all the services with pattern /services/*.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-make-Soap-Service-Provider-work-over-web-tp5767265.html
Sent from the Camel - Users mailing list archive at Nabble.com.