Re: WSDL

2010-08-30 Thread Deepak Singh
Any idea pls. Regards Deepak On Mon, Aug 30, 2010 at 1:08 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I tried with groovyws but could not run succesfully. I created a java project in eclipse 3.5. Added the jar files groovyws.jar with 0.5.2 version,cxf-bundle-2.1.4.jar, asm.jar .

Re: WSDL

2010-08-30 Thread Deepak Singh
Hi, Pls suggest what is wrong there ? Or Anyother way to consume wsdl and invoke remote methods. Also response is xml so any tool to map xml to java convinient for gwt. Thanks in advance Deepak On Mon, Aug 30, 2010 at 6:01 PM, Deepak Singh deepaksingh...@gmail.comwrote: Any idea pls.

Re: WSDL

2010-08-29 Thread Deepak Singh
Hi, I tried with groovyws but could not run succesfully. I created a java project in eclipse 3.5. Added the jar files groovyws.jar with 0.5.2 version,cxf-bundle-2.1.4.jar, asm.jar . Did the following code : WSClient proxy = *new* WSClient(

RE: WSDL

2010-08-12 Thread Armishev, Sergey
...@googlegroups.com] On Behalf Of mikedshaf...@gmail.com Sent: Tuesday, August 10, 2010 10:27 AM To: Google Web Toolkit Subject: Re: WSDL To follow up on the other replyyou have to do this on the server, in Java. Apache Axis is a great way to do it... But it won't work on the client

Re: WSDL

2010-08-10 Thread Bhaskar
what are the other frameworks you are using as part of your project? one way is, using Apache Axis, you can genarate java file out of wsdl and create stub and log in to the web service... ~Bhaskar On Tue, Aug 10, 2010 at 2:57 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, I need

Re: WSDL

2010-08-10 Thread mikedshaf...@gmail.com
To follow up on the other replyyou have to do this on the server, in Java. Apache Axis is a great way to do it... But it won't work on the client in the emulated JRE (I suspect since I've never tried it, but I doubt it will) On Aug 10, 3:27 am, Deepak Singh deepaksingh...@gmail.com wrote:

Re: WSDL

2010-08-10 Thread rudolf michael
Well you need to use a proxy on the server that calls the different web services you have. In case you like dynamic language check this out http://groovy.codehaus.org/GroovyWS http://groovy.codehaus.org/GroovyWSit is so fucking easy to use web services with groovy. but this has nothing to do with

Re: WSDL

2010-08-10 Thread Deepak Singh
Hi, Thank you all for your answers. Bhaskar, I tried this one -- Using eclipse plugin i developed client of wsdl which give a total of five java files including stub and proxy. Then i took this package to my my GWT server package and then i created the object of the Proxy class on my client and

Re: WSDL

2010-08-10 Thread rudolf michael
This has nothing to do with GWT/client side coding. i was just pointing you to an easier way to integrate the load of the web service in your back end proxy class. best regards, Rudolf Michael On Tue, Aug 10, 2010 at 7:15 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, Thank you all for

Re: WSDL

2010-08-10 Thread Bhaskar
what is the server you are using ? is it Tomcat or Google App Engine? in my project we are using the similar way.. On Tue, Aug 10, 2010 at 11:20 PM, rudolf michael roud...@gmail.com wrote: This has nothing to do with GWT/client side coding. i was just pointing you to an easier way to

Re: WSDL

2010-08-10 Thread Deepak Singh
Hi Bhaskar, I am using tomcat 6.0. But this is taking a lot of time. And is this way correct ? On Wed, Aug 11, 2010 at 9:07 AM, Bhaskar bhaskar1...@gmail.com wrote: what is the server you are using ? is it Tomcat or Google App Engine? in my project we are using the similar way.. On