Wednesday, July 25, 2012

Re: GWT AND SOAP

You are right that GWT does NOT have built in support for making SOAP calls.  GWT (like all javascript that runs in the browser) is subject to Same-Origin-Policy rules.  So you couldn't call any remote soap service anyway.  You can to do GWT-RPC to get to your server, then write a soap client on the server that sorta "proxies" the calls to the soap webservice.

--Rob

On Tuesday, July 24, 2012 10:54:52 PM UTC-7, Nitheesh Chandran wrote:
 HI,

 Can we use GWT and SOAP  ? i read from some documents that GWT does not have a built in support for SOAP and  another document says it can be used in server side of GWT. it is a little bit confusing. Can anyone give me a clarification on this. Also i read SMART GWT has built in support for SOAP webservices. But i am looking for GWT AND SOAP. Is that possible ?

Thanks
Nitheesh

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JMsdDFpmb1QJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment