Just to add here , we are using netty-http camel component for this case.
Also please find below code snippet of our WebServiceRoute.java file.
@Component
public class WebServiceRoute extends RouteBuilder implements
InitializingBean {
public static final String NETTY_HTTP_PORT = "netty.ht
Hello,
I am working on some web services using apache camel. When i call my
particular web service without path parameter URL like
"http://localhost:8080/abc/xyz"; with OPTIONS method, its working fine and
giving me Headers response some thing like below:
Accept →*/*
Accept-Encoding →gzip, deflat