HI ALl,
i have following code, where i am keeping the below code in a text file and reading text file for further flow, the value PP_00000 should be passed dynimaically and i tried to pass the whole snip in assign activity keeping in double qoutes but thats not working
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:prov=“Choose your country and language | smart”>
soapenv:Header/
soapenv:Body
prov:DDLookupCriteria
PP_000000
</prov:DDLookupCriteria>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:prov=“Choose your country and language | smart”>
soapenv:Header/
soapenv:Body
prov:DDLookupCriteria
+var+
</prov:DDLookupCriteria>
</soapenv:Body>
</soapenv:Envelope>
