Forum Discussion
mwsrosso
14 years agoNew Contributor
If it helps anyone I managed to resolve this using a DataGen step and capturing the data with Groovy using it's Xpath with the code below. I was then able to plugh the myGUID into the next Soap call.
Mark Smith.
def myGUID = context.expand( '${Get-GUID#Response#declare namespace ns4=\'http://services.rt.fs.documentum.emc.com/\'; //ns4:registerResponse[1]/return[1]}' )Mark Smith.