Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
Try changing the xpath for the initial property-transfer from
declare namespace ns2='http://ws.licensing.amp.avocent.com';
//ns2:activateLicensesResponse/out
to
declare namespace ns2='http://ws.licensing.amp.avocent.com';
concat( '', //ns2:activateLicensesResponse/out, '' )
which should result in a valid XML string being created which can then be used as the source for your other property-transfer..
does that help?
regards!
/ole
eviware.com
Try changing the xpath for the initial property-transfer from
declare namespace ns2='http://ws.licensing.amp.avocent.com';
//ns2:activateLicensesResponse/out
to
declare namespace ns2='http://ws.licensing.amp.avocent.com';
concat( '', //ns2:activateLicensesResponse/out, '' )
which should result in a valid XML string being created which can then be used as the source for your other property-transfer..
does that help?
regards!
/ole
eviware.com