Skip to content
pcmnac edited this page Feb 4, 2014 · 1 revision

This is a simple tool used to generate PL/SQL clients for a SOAP Webservice from its WSDL. Follow some considerations and issues:

  • All WSDL elements must be in a single document (without imports);
  • Objects and exceptions are mapped to PL/SQL Record types;
  • Exceptions are also mapped to a PL/SQL exception;
  • Operations are mapped to PL/SQL Functions or Procedures;
  • All types, functions, procedures and exceptions are grouped in a package;
  • Support SOAP 1.1 and 1.2;
  • User can choose which operations should be generated;
  • User can split the operations in several packages (for very large services because PL/SQL has a size limit to packages)

Clone this wiki locally