Instead of trying to make two RPs that are both strings, try making
an array of strings instead. You can then make array[0] be your
first string and array[1] be your second string.
Charles
On Sep 4, 2007, at 2:48 AM, Francois Hornoy wrote:
Hello,
I'm creating a webservice that will launch some computations, and
need to store/update four values: 2 strings and 2 "myClass Object".
As i'm quite new with GLobus and Introduce, i have some
difficulties to create this, to create resources and so on..
I don't know if i must create *one* service context, with 4 RPs
(2 strings and 2 myClass ) ? But i can't succeed in putting 2 RP of
the same type... if i add one string RP, i can't add another one...
Or should i create 4 service contexts, each one for the 4 "values/
states" i want to store, with write/create methods?
Maybe i don't really understand what is that service context
concept. I did not find any documentation about this on Introduce
webpages.
Thank you for explanations, or useful link.
Best regards,
Francois.