Hi, I have the requirement for a simple WS proxy similar to the example. However, our customers deploy on Tomcat, so having a standalone or ServiceMix implementation would not be acceptable. I have tried porting over to a war, but I cannot get to the point of recieving my WSDL dynamically. I just get a blank page with an http response status of 200. I am hitting the Jetty port defined in the Spring xml. Ideally I would like the proxy to respond on the Tomcat port, so I also tried implementing from the Tomcat WS example. However, it seems to me that I would need to write an SEI class to get that to work, when all I want to do is pass through the request to the real WS (after filtering out a few elements). Any tips to get me in the right direction would be appreciated.
I am not including wsdl, etc. as I have tried with the report incident wsdl in the example, and get the same empty result when I point to the endpoint?wsdl Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/camel-web-service-proxy-example-hosted-in-Tomcat-tp5741539.html Sent from the Camel - Users mailing list archive at Nabble.com.
