Hi, want to host a webservice with login on google app engine. I will be used as an interface to an admin tool that has to run on a desktop client. Java webservices are not supported on app engine. Any ideas on alternatives? The features I need are:
- java based on app engine
- .net based on the client
- client should be able to login
- "autogenerated" (at runtime) wrapper around service interface like in wpf and others ...
Thanks for your help ...