Due to the SOP you might need to write your own server-side translator. Personally, I would use the WSDL to generate a Java SOAP client and use the same objects for a Jersey REST service to pass the data down to the client. Look at the Jersey project for REST examples(the getting started guide is good). Here is how to do a SOAP client:
http://download-llnw.oracle.com/javaee/5/tutorial/doc/bnayn.html#bnayx On Jul 27, 1:24 pm, Deepak Singh <[email protected]> wrote: > Hi, > > With GWT 2.1 > > My requirement is, I have to connect to different airlines thorugh their web > services at the same time to search for available flights and then display > the search result on my page.response > I have wsdl files for all of them and methods to invoke and set request as > xml string and get response as xml string. I have to do this search very > very fast to get the response in 2 seconds from all the airlines. Kindly > suggest the best approach to follow. > If possible provide some sample code. > > Regards > 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]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
