Any idea pls. Regards Deepak
On Mon, Aug 30, 2010 at 1:08 AM, Deepak Singh <[email protected]>wrote: > 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("http://www.w3schools.com/webservices/tempconvert.asmx?WSDL > ", GroovyTest.*class*.getClassLoader()); > > proxy.initialize(); > > Object *obj* = proxy.invokeMethod( > "CelsiusToFahrenheit", 0); > > But when i run it, i always get error saying the someclass.not found > exception. > > Pls let me know that am i missing some more jar files or any configuration > needs to be done to run it. > > Thanks > > Deepak > > > > > > > On Tue, Aug 10, 2010 at 8:00 PM, rudolf michael <[email protected]>wrote: > >> 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/GroovyWS>it is so fucking easy to use web >> services with groovy. but this has nothing to do with GWT/client side >> coding. >> >> >> best regards, >> Rudolf Michael >> >> >> On Tue, Aug 10, 2010 at 5:26 PM, [email protected] < >> [email protected]> wrote: >> >>> To follow up on the other reply....you 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 <[email protected]> wrote: >>> > Hi All, >>> > >>> > I need to consume several cross-domain wsdl files and get data by >>> calling >>> > methods from wsdl. I dont know how to do this using GWT. >>> > Pls suggest. I am using GWT 2.1 m2 >>> > >>> > Thanks >>> > Deepak >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Web Toolkit" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]<google-web-toolkit%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
