Hi Listers!

I was wondering whether or not is possible to pre-process all the fields in a 
Webservice response in order to take a bunch of them (the number of them is not 
fixed) and then marshall them into one field. For example:

Take this:

<param1>
        <label>Car</label>
        <value>yes</value>
</param1>
<param2>
        <label>House</label>
        <value>no</value>
</param2>

And convert it to:

<param>Car;yes/House;no/</param>

So I can map the contents of that only field to a field in remedy form and 
parse it

I can“t modify the alredy published web service to add a new field with all the 
data so I have to process it somehow ... Any ideas?

Thanks in advance,

Alvaro

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Reply via email to