Change the XML Request tags using the Groovy Scripts.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2009
05:35 AM
12-17-2009
05:35 AM
Change the XML Request tags using the Groovy Scripts.
Hi,
I have Date node
2009-12-16T00:00:00.000-06:00
which accepts datetime now in some case i want to send the null value to this date tag i pass it like this
2009-12-16T00:00:00.000-06:00
Now this I do manually, but I want to automate my Script and now I want to change the Tag using the Groovy script then how should I acheive it.
Regards,
Kiran K
I have Date node
which accepts datetime now in some case i want to send the null value to this date tag i pass it like this
Now this I do manually, but I want to automate my Script and now I want to change the Tag using the Groovy script then how should I acheive it.
Regards,
Kiran K
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010
12:09 PM
01-22-2010
12:09 PM
I see that there is no reply to this inquiry. I am having a similar question. How do i represent nil = true using groovy script.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2011
01:07 AM
11-22-2011
01:07 AM
JPMorganChase wrote: I see that there is no reply to this inquiry. I am having a similar question. How do i represent nil = true using groovy script.
+1 also need to update a node value to be nil e.g.
<ns1:Title xsi:nil="true"/>
