Hi Team, I had been exploring the MEP in camel and saw many of them which adhere to the w3c MEP and the url in the switch case some are working and some are not working. I am not sure if this is to happen or not.
Just wanted to bring it to your notice. I have not coded accordingly to test it though . http://camel.apache.org/maven/current/camel-core/apidocs/src-html/org/apache/camel/ExchangePattern.html#line.33 public String getWsdlUri() { switch (this) { case InOnly: return "http://www.w3.org/ns/wsdl/in-only"; case InOptionalOut: return "http://www.w3.org/ns/wsdl/in-optional-out"; case InOut: return "http://www.w3.org/ns/wsdl/in-out"; case OutIn: return "http://www.w3.org/ns/wsdl/out-in"; case OutOnly: return "http://www.w3.org/ns/wsdl/out-only"; case OutOptionalIn: return "http://www.w3.org/ns/wsdl/out-optional_in"; case RobustInOnly: return "http://www.w3.org/ns/wsdl/robust-in-only"; case RobustOutOnly: return "http://www.w3.org/ns/wsdl/robust-out-only"; default: throw new IllegalArgumentException("Unknown message exchange pattern: " + this); } } Thanks and Regards, Naveen Raj Balasubramaniam -- View this message in context: http://camel.465427.n5.nabble.com/Message-Exchange-Pattern-in-Camel-has-different-options-and-the-w3c-url-in-the-code-shows-404-not-fo-tp5753757.html Sent from the Camel Development mailing list archive at Nabble.com.