Automate export-publish process

Hello All,

I am very new to ODK. I have the following versions of Build (v0.85)
and Aggregate (v1.0.6) installed on my machine. I would like to know
if I can export the xml and automatically (behind the scenes) publish
to aggregate server? Meaning, I would like to automate process of
export the xml file from the build application and import the same
file to the aggregate application.

If that is possible, can some direct me to a resource or an example
that guides me on how to implement this?

Thanks a lot in advance !!

If ODK Aggregate is installed on Google AppEngine, ODK Build's
"File/Publish to Aggregate" works (ODK Aggregate 0.9.x and ODK Aggregate
1.0.6 and later). This uses OAuth 1.0.

Publishing to a Tomcat instance doesn't because the OAuth 1.0
authentication leverages Google's OAuth infrastructure. You would need to
modify Build to use OAuth 2.0 tokens (we use these in an unconventional way
-- we obtain a Google OAuth 2.0 token to the user's e-mail, and use that
token to authenticate to ODK Aggregate). The "OAuthTestWebClient" in the
"Aggregate Components" project is the reference implementation for OAuth
1.0 and the unconventional OAuth 2.0 access to ODK Aggregate. You should
look at that code.

Mitch

ยทยทยท On Wed, Jun 27, 2012 at 7:35 PM, Rohit Shinde wrote:

Hello All,

I am very new to ODK. I have the following versions of Build (v0.85)
and Aggregate (v1.0.6) installed on my machine. I would like to know
if I can export the xml and automatically (behind the scenes) publish
to aggregate server? Meaning, I would like to automate process of
export the xml file from the build application and import the same
file to the aggregate application.

If that is possible, can some direct me to a resource or an example
that guides me on how to implement this?

Thanks a lot in advance !!

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com