I've successfully used some SOAP Services using the WSC library : http://code.google.com/p/sfdc-wsc/
Francois On 3 sep, 10:27, moissinac <[email protected]> wrote: > No true/false response possible. > > 1) Response time: if a GAE application calls web services, each call > must be ended in the limited response time offered by Google; so if > there is some delay in the response of the called web service, you > need to manage this finely; it could be a bit complex > > 2) Web service framework: if you implement web services by using a > framework/library (Axis,...), it's possible/common that the framework > uses a database and so that the framework is not directly compatible > with GAE > > But, it's POSSIBLE to implement anf use web services with GAE -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
