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]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
