I haven't used this api yet, although, the java api is a wrapping up the parameters into a post to the docs service in xml. In this case, what I might do is sniff the http post out and get the config. Usually I can figure out the api's intentions and get it to work for me. In this case I can see some classes are restricted, and a sniff of the post, copy and configure it to your liking would do the job. You can stream the bytes ouf of the blob into a post request to the doc api.
Brandon http://gwt-examples.googlecode.com -- 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.
