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 <[email protected]> wrote: > 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 <[email protected]>wrote: > >> 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 invoked the wsdl method through the >> proxy class. but is this the right way of using web service with GWT ? and >> also i hope that the response time is very high in this manner. I am not >> using any other framework with GWT however i am using PIRITI for xml to >> java mapping. >> Pls suggest the best way. >> >> >> Hi Michael, >> >> Could you pls explain a bit how to do use this groovyWs with GWT. I am not >> aware of this integration. >> >> Thanks >> Deepak >> >> On Tue, Aug 10, 2010 at 7:21 PM, Bhaskar <[email protected]> wrote: >> >>> 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 >>> <[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. >>>> >>> >>> >>> >>> -- >>> Keep Smiling.... >>> Thanks & Regards >>> Bhaskar. >>> Mobile:9866724142 >>> >>> -- >>> 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Keep Smiling.... Thanks & Regards Bhaskar. Mobile:9866724142 -- 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.
