I am confused about how to create and call  Rest WebService developed using
camel.

I have a webservice  like exemple of bellow, I have just packed it as war
and deploy on jboss  serviceworks all works fine.

Now I want to create a camel version of the same webservice the example is
bellow.

For example.
@ApplicationPath("tests")
public class ApplicationActivator extends Application {
    
}
@Path("/test")
public class Resource {
}

How do I create a Rest webService using camel ?
Yes I have google but still confused.







--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-create-a-camel-spring-webservice-tp5777688.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to