When calling a service how can I pass in the form UUID.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

When calling a service how can I pass in the form UUID.

paul8226
Thanks for any help in advance.  I'm calling a service when a user clicks on a specific button on the form.  I am able to pass to the service the values of UI elements but I have a need to pass in the generated form UUID.  The UUID will later be used to retrieve the saved form.

Paul
Reply | Threaded
Open this post in threaded view
|

Re: When calling a service how can I pass in the form UUID.

Erik Bruchez
Administrator
Paul,

This might change in the future, but the document id is available with:

xxforms:instance('fr-parameters-instance')/document

-Erik

On Wed, Feb 3, 2010 at 9:17 AM, paul8226 <[hidden email]> wrote:

>
> Thanks for any help in advance.  I'm calling a service when a user clicks on
> a specific button on the form.  I am able to pass to the service the values
> of UI elements but I have a need to pass in the generated form UUID.  The
> UUID will later be used to retrieve the saved form.
>
> Paul
> --
> View this message in context: http://n4.nabble.com/When-calling-a-service-how-can-I-pass-in-the-form-UUID-tp1461446p1461446.html
> Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: When calling a service how can I pass in the form UUID.

paul8226
Thanks Erik, worked perfectly!