Monthly Archives: March 2011

Reading WSDL

While SOA offers all the goodies of loose-coupling, it does require understanding of some basic concepts and formats. SOAP and WSDL are the prime candidates (or culprits, depending on your view) SOAP is just a protocol for passing information, important … Continue reading

Posted in Java, SOA | Tagged , , | Leave a comment

Call Oracle PL/SQL procedure with XMLType from Java using JDBC

Recently I needed to call a stored procedure which had Oracle’s XMLType as IN and OUT parameters. The first thing to do is add xdb.jar and xmlparserv2.jar file to your application lib. These contain the required class files for Oracle … Continue reading

Posted in Database, Integration, Java, Oracle | Tagged , , , , , | 1 Comment