Re: Consuming from an External WS given only the External WS WSDL definition

2014-10-28 Thread Henryk Konsek
Hi David,

 I am looking for either a java DSL example or an explanation as to how this
 can be done.

GroovyWS [1] can be used to dynamically call WSDL-based web services.
You can call it from Camel Groovy [2] component.

Laters!

[1] http://groovy.codehaus.org/GroovyWS
[2] http://camel.apache.org/groovy.html

-- 
Henryk Konsek
http://henryk-konsek.blogspot.com


Re: Consuming from an External WS given only the External WS WSDL definition

2014-10-28 Thread David Mellor
Hi,

Thanks, I will look into that  we are looking to adopt CXF as our WS
standard and I know there is a lot of integration between these two
specifications. I have discovered how to do this with CXF if I have the
serviceClass but I don't want to generate an entire java tree from the WSDL.
In addition, we integrate with non-java based WS so generating the java
stubs is not an ideal situation from many different points of view.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Consuming-from-an-External-WS-given-only-the-External-WS-WSDL-definition-tp5758139p5758228.html
Sent from the Camel - Users mailing list archive at Nabble.com.