If I understand correctly, are you trying to POST from within the servlet code? If so, there are restrictions on the way you are allowed to open a network connection from within your application. There is a special Google provided class to make a network connection that way. Maybe that's your problem?
-- 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.
