Can you explain in more detail what you want to do:

- Is the Isis app calling the web service (is a client of the web service)?

or

- is the Isis app acting as the web services (to be called by other clients)


My guess is that you're asking about the second of these.  In which case,
you probably know that Isis provides an automatic REST API, conforming to
the Restful Objects spec [1]; section 2.10 describes how to format the body
for a POST or PUT.

For a demonstration of how to invoke an action that is non-idempotent (ie
invoke with HTTP POST), take a look at this screencast [2].

HTH
Dan


[1] http://restfulobjects.org
[2] https://youtu.be/_-TOvVYWCHc?t=3m28s



On 10 February 2016 at 17:03, Arturo Ulises Castañeda Estrada <
arturo.castan...@sisorg.com.mx> wrote:

> Hello i would like to know how to use up a web service for insert with
> post or put?
>

Reply via email to