Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Parse multipart SOAP response with attachments in PLSQL (MimeBoundary)

PeterValencicMay 7 2018 — edited May 8 2018

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)..

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 5 2018
Added on May 7 2018
6 comments
1,482 views