Can anyone please guide me, "how to send xml from asp.net to ODK aggreagte"

Noman,

See http://opendatakit.org/use/aggregate/data-transfer/#APIs

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Fri, Jan 24, 2014 at 12:58 PM, Noman Saleem noman.saleem.4@gmail.com wrote:

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks Yaw,yet i am confused!

··· On Friday, January 24, 2014 12:58:37 PM UTC-8, Noman Saleem wrote:

Noman,

If you are confused, then you need to ask a more specific question
before anyone can help. Alternatively, hire help from
http://opendatakit.org/help/help-for-hire/.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Sat, Jan 25, 2014 at 2:48 AM, Noman Saleem noman.saleem.4@gmail.com wrote:

On Friday, January 24, 2014 12:58:37 PM UTC-8, Noman Saleem wrote:

Thanks Yaw,yet i am confused!

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Actually i am developing a "Form Generator" like "ODK Build" that will send
a form to ODK Aggregate for Survey through ODK Collect.
I just need to know how can i send this form(xml) to ODK Aggregate.

P.S. I am using ASP.Net

··· On Sat, Jan 25, 2014 at 8:12 AM, Yaw Anokwa wrote:

Noman,

If you are confused, then you need to ask a more specific question
before anyone can help. Alternatively, hire help from
http://opendatakit.org/help/help-for-hire/.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sat, Jan 25, 2014 at 2:48 AM, Noman Saleem noman.saleem.4@gmail.com wrote:

On Friday, January 24, 2014 12:58:37 PM UTC-8, Noman Saleem wrote:

Thanks Yaw,yet i am confused!

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/XCdqFLPsvfA/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Noman,

Submitting a form definition requires an HTTP post of the form def
(under the form_def_file parameter) to /formUpload (I think /upload
also works). I believe you can use HTTP Basic auth or OAUth.

See the Java example with basic auth in ODK Briefcase:
https://code.google.com/p/opendatakit/source/browse/src/org/opendatakit/briefcase/util/ServerUploader.java?repo=briefcase#267

Or see the Ruby example with OAuth in ODK Build:
https://github.com/clint-tseng/odkbuild/blob/master/odkbuild_server.rb#L213

Or see https://groups.google.com/d/msg/opendatakit-developers/Km99Tq_W3WM/dTyhoO-6ZUcJ
for a PHP example.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Sat, Jan 25, 2014 at 11:28 AM, Noman Saleem noman.saleem.4@gmail.com wrote:

Actually i am developing a "Form Generator" like "ODK Build" that will send
a form to ODK Aggregate for Survey through ODK Collect.
I just need to know how can i send this form(xml) to ODK Aggregate.

P.S. I am using ASP.Net

On Sat, Jan 25, 2014 at 8:12 AM, Yaw Anokwa yanokwa@nafundi.com wrote:

Noman,

If you are confused, then you need to ask a more specific question
before anyone can help. Alternatively, hire help from
http://opendatakit.org/help/help-for-hire/.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sat, Jan 25, 2014 at 2:48 AM, Noman Saleem noman.saleem.4@gmail.com wrote:

On Friday, January 24, 2014 12:58:37 PM UTC-8, Noman Saleem wrote:

Thanks Yaw,yet i am confused!

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/XCdqFLPsvfA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thank you very much,I acknowledge your help :slight_smile:

··· On Sun, Jan 26, 2014 at 8:37 AM, Yaw Anokwa wrote:

Noman,

Submitting a form definition requires an HTTP post of the form def
(under the form_def_file parameter) to /formUpload (I think /upload
also works). I believe you can use HTTP Basic auth or OAUth.

See the Java example with basic auth in ODK Briefcase:

https://code.google.com/p/opendatakit/source/browse/src/org/opendatakit/briefcase/util/ServerUploader.java?repo=briefcase#267

Or see the Ruby example with OAuth in ODK Build:
https://github.com/clint-tseng/odkbuild/blob/master/odkbuild_server.rb#L213

Or see
https://groups.google.com/d/msg/opendatakit-developers/Km99Tq_W3WM/dTyhoO-6ZUcJ
for a PHP example.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sat, Jan 25, 2014 at 11:28 AM, Noman Saleem noman.saleem.4@gmail.com wrote:

Actually i am developing a "Form Generator" like "ODK Build" that will
send
a form to ODK Aggregate for Survey through ODK Collect.
I just need to know how can i send this form(xml) to ODK Aggregate.

P.S. I am using ASP.Net

On Sat, Jan 25, 2014 at 8:12 AM, Yaw Anokwa yanokwa@nafundi.com wrote:

Noman,

If you are confused, then you need to ask a more specific question
before anyone can help. Alternatively, hire help from
http://opendatakit.org/help/help-for-hire/.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sat, Jan 25, 2014 at 2:48 AM, Noman Saleem <noman.saleem.4@gmail.com wrote:

On Friday, January 24, 2014 12:58:37 PM UTC-8, Noman Saleem wrote:

Thanks Yaw,yet i am confused!

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/XCdqFLPsvfA/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/XCdqFLPsvfA/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.