Friday, January 02, 2004


JAX-RPC Handlers

I wrote a quick and easy JAX-RPC handler tutorial over the holidays.  It is meant to be combined with an unpublished Oracle Magazine article I wrote (for context) sometime in February (but the tutorial is available now).  It is a combination of a number of other how-tos on OTN and elsewhere but in a different use case (a Web service JDBC query) inside of an IDE (JDeveloper) and a bit of a story in the article of why handlers might be interesting. 

For the samples it is derivative from, see:

  1. Headers with JAX-RPC (Oracle):
    http://otn.oracle.com/sample_code/tech/java/codesnippet/webservices/soapheader/index.html
  2. JAX-RPC Handler Chains (Oracle):
    http://otn.oracle.com/sample_code/tech/java/codesnippet/webservices/handler/index.html
  3. JAX-RPC Handlers (IBM):
    http://www-106.ibm.com/developerworks/webservices/library/ws-tipjax2.html


comment []
5:51:27 PM