Chris Richmond wrote:

Does anyone know how to submit a complex type on the URL to the REST endpoint?

For instance how to submit a User object that has 3 string types and 3 long types on the URL for the REST GET submit?


In theory, you should use a POST for this. Doing this with GET is not "RESTful".
So why not use a POST?

Samisa...

Thanks,


Chris



--
Samisa Abeysinghe

http://people.apache.org/~samisa/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to