Read SOAP Execute Response content which is in CSV and write into a DB table
I am trying to read the SOAP CSV response in Binary form and write each record into a table. The SOAP response in encoded in Binary for as “content” in one big “string” data type I want to write them into a table by breaking that string into multiple...