Forum Discussion
AnandKiran
15 years agoFrequent Contributor
Hi,
Try this pattern,
1.First use your data source step to input all the requried values into the Request XML.
2.Then add the groovy script --to check whether the Request XML has any empty nodes, if so then remove them. (you can get hold of your XML using this
def request = context.expand( '${${operationname}#Request#//soapenv:Envelope}' )
3.At last comes your data sink step.
Sorry, I dont have any examples on this.
Regards
Anand
Try this pattern,
1.First use your data source step to input all the requried values into the Request XML.
2.Then add the groovy script --to check whether the Request XML has any empty nodes, if so then remove them. (you can get hold of your XML using this
def request = context.expand( '${${operationname}#Request#//soapenv:Envelope}' )
3.At last comes your data sink step.
Sorry, I dont have any examples on this.
Regards
Anand
Related Content
Recent Discussions
- 15 years ago