Hello together,

for a long time I coded my websites almost in the editor :-).
Then I found eclipse and now the GWT.

I started to convert one of my projects to GWT. and all is fine. The
coding goes very fast. But now I have the problem that my plan is,
that the website offers different SOAP-Services to feed the website
with data.
I decided for soap, because IMO soap is a clear service, even when
some people call it a fat service, because of the overhead in the
structure.
I decided for soap, because I wanted to offer an interface to th data
for other coders, that they can develop their own surface for the data
in different languages.

To reduce the point of failures I planned also to use this soap
interface.

But know with GWT I ended up in always trapping into the SOP (Same
(Single) Origin Policy)-trap,
because the soap interface should be reachable via http(s)://
soap.website.com.

So what is now best practise for this plan? Oh I forgot. I have NO
tomcat or jetty running on the productive server. Only Apache with
PHP.

How can I debug my GWT in Eclipse and not trapping into SOP?

May be somebody can give an hint, new idea(s) or best case a
solution. ;-)

Thanks

Bernhard

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to