Welcome back Tracy! And thanks for sharing your experience and solution. Feel free to link to your blog from our articles page [1]. I hope we will see more of this blogs in the future ;-)
One note to this blog post. In the beginning, you write: 2. Create a Producer (our server) 3. Create a Consumer (client) that also acts as the test I think you mixed this up. Also because your consumer configuration is in camel-server-context.xml and your producer configuration is in camel-client-context.xml (which is right). [1] http://camel.apache.org/articles.html Best, Christian ----------------- Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Sun, Jul 14, 2013 at 3:51 PM, Tracy Snell <tsn...@gmail.com> wrote: > At long last I'm getting to spend time in Camel again. Writing a series of > simple examples. Things folks I work with had trouble figuring out how to > do mostly. Posted the first one athttp:// > code.notsoclever.cc/camel-cxf-component-wsdl-first-example/. > > tjs (slowly emerging from a year of PHP and C# hell) > >