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!

Oracle PL/SQL consume SOAP Webservice using XML (WSDL)

Aj09Oct 25 2019 — edited Nov 21 2019

Hello Experts, My Name is Aj currently working with APEX and Oracle DB:

Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production

PL/SQL Release 12.1.0.2.0 - Production

I have explored (Googling) PL/SQL to consuming webservices. Most of the samples I found (which I tried and worked) are for REST using ACL, and has parameters within the URL. I did find one for SOAP which using APEX Schema and ACL (link pasted below). However, I am striving to consume a webservice for which I was provided with various WSDL XML files like Input.xsd, inputspecificaton.xsd, output.xsd and more. I never had a chance to work in consuming a webservice using all these WSDL XML files with BASE64 encoding. Can the experts given me few sample Programs or links which emulates this approach of webservice consumption. On Java end they seem to have WSDL XML schema (as they call it) and Jackson/pojo that converts to BYTE Array. I am not sure how all this translates to PL/SQL. Kindly provider samples if any.

Thank you All.

Link for SOAP XML Sample that I tried: https://oracle-base.com/articles/misc/apex_web_service-consuming-soap-and-rest-web-services

This post has been answered by Billy Verreynne on Oct 28 2019
Jump to Answer
Comments
Post Details
Added on Oct 25 2019
4 comments
6,673 views