Re: Res: Acessing a WS with CXF by using a DynamicClient...

2007-11-30 Thread Daniel Kulp
It LOOKS like an older version of javac is being picked up someplace. Probably a 1.4 version of javac.The help output shown below definitely looks like a 1.4 version. 1.5 would have additional options like -J and -X. I would check your path and see what javac is being picked up and

Re: Acessing a WS with CXF by using a DynamicClient...

2007-11-30 Thread tog
Btw, conceptually it is the same: one is embedded in the other. Am I wrong ? On Dec 1, 2007 8:29 AM, Glen Mazza [EMAIL PROTECTED] wrote: Am Donnerstag, den 29.11.2007, 14:46 -0800 schrieb Alexandre Gazola: Hello guys, I´m starting to develop with webservices... I would like to start with

Re: Acessing a WS with CXF by using a DynamicClient...

2007-11-30 Thread Glen Mazza
Am Donnerstag, den 29.11.2007, 14:46 -0800 schrieb Alexandre Gazola: Hello guys, I´m starting to develop with webservices... I would like to start with a simple call to a WS, given that I have the WSDL url. To relieve me from generating service interfaces, I´m trying to use a DynamicClient

Res: Acessing a WS with CXF by using a DynamicClient...

2007-11-30 Thread Alexandre Gazola
Hello, Thank you for the tip. I followed the steps described in this nice article: http://blogs.sun.com/geertjan/entry/groovy_web_service I used this sample code: -- import groovyx.net.ws.WSClient proxy = new

Re: Acessing a WS with CXF by using a DynamicClient...

2007-11-30 Thread Glen Mazza
Well, looking at the Dynamic Client you would appear to be losing your compile-time checks at the least. But it was the premise for which he was trying to use DynamicClient to begin with (To relieve me from generating service interfaces) that I was questioning. I got the impression that the user

Acessing a WS with CXF by using a DynamicClient...

2007-11-29 Thread Alexandre Gazola
Hello guys, I´m starting to develop with webservices... I would like to start with a simple call to a WS, given that I have the WSDL url. To relieve me from generating service interfaces, I´m trying to use a DynamicClient (as shown in http://xfire.codehaus.org/Dynamic+Client ). But I