GitHub user victornoel opened a pull request: https://github.com/apache/camel/pull/523
Fixes errors in MEP URIs Hi, Apparently the URIs used for the Exchange Patterns were wrong in two different ways: - First opt was wrongly worded optional (see http://www.w3.org/TR/wsdl20-additional-meps/). - Second there was an underscore instead of a dash in out-opt-in. I don't think it will have much impact, except maybe with components such as servicemix's nmr that uses the method fromWsdlUri() to set the pattern of exchanges when converting from their classes to camel's. Thanks! You can merge this pull request into a Git repository by running: $ git pull https://github.com/victornoel/camel mep-uris-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/523.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #523 ---- commit aefb3f15e0ab9269346e01b2a5860c535d0cde34 Author: Victor Noël <victor.n...@linagora.com> Date: 2015-05-20T14:07:37Z Fixes errors in MEP URIs - For optional patterns, opt was wrongly worded optional - An underscore was used instead of a dash ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---