Hi,
I'm looking for a way to parse a web service SOAP response.
The response begins with --MIMEBoundary string. In the document (response) I have six --MIMEBoundary tags with different Content-type values.
First "part" contain XML document and all others contain PDF documents. Is there a way to parse this kind of response with PLSQL?
Here is my example of SOAP response: https://drive.google.com/open?id=1MNC3PcyMkd5VPTom2a14emglDCfUXJBJ
thank you for any information.
p.s: would like to avoid using Java stored procedure on DB (if possible)..