You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Tracy Snell <ts...@gmail.com> on 2013/07/14 15:51:41 UTC

Camel CXF WSDL first example

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)


Re: Camel CXF WSDL first example

Posted by Tracy Snell <ts...@gmail.com>.
Hah! Thanks. I'm dyslexic in an odd way and literally have to stop and think about things like that (and sometimes like in this case I still reverse thing). My wife never asks me to tell her directions if I'm in the car with her, she tells me to point. If I say turn left at the light she responds 'My left or yours?'


On Jul 14, 2013, at 4:54 PM, Christian Müller <ch...@gmail.com> wrote:

> 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).
> 


Re: Camel CXF WSDL first example

Posted by Christian Müller <ch...@gmail.com>.
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 <ts...@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)
>
>