The easiest way is probably to let your server layer handle the SOAP request use RPC for communication between your GWT client and the server.
For example, you make a GWT RPC request from your client, the GWT RPC server part are invoked and makes the SOAP request and you takes the SOAP response and sends it back in the RCP response. /Fredrik On 8 Dec, 10:17, prat <[EMAIL PROTECTED]> wrote: > Hello, > > Can anyone tell how to use webservices(SOAP request & SOAP response) > with GWT client?? > > Thanks > Prat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
