Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to get value from Body response in tXMLMap.
I am using tSoap -> tXMLMap--------Succsess---------> tFileOutputDelimited1
Falied---------------------->tFileOutputDelimited2
i am not doing output in Document in tSoap, so response coming into body and i have to get some field/element for condition , so based on condition need to to be sent file to respective tFileOutputDelimited
Hello @Pratap31 ,
The return result of web service is a string with XML format, you can use tExtractXMLField component to extract the value. The work flow should be:tSOAP--main--tExtactXMLField--main--Output.
Best regards
Sabrina