I'm trying to follow the page
http://code.google.com/intl/fr-FR/appengine/articles/soap.html
In the step 9, I get errors on the code like for the line
MimeHeaders headers = getHeaders(req);
the error is
javax.xml.soap.MimeHeaders is not supported by Google App Engine's
Java runtime environment
Same error for the MessageFactory type.
I'm using the SDK 1.4.3
(Google App Engine for Java 1.4.3 SDK Bundle for Eclipse 3.5)
Any advice?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en.