Oracle JSP Tag Library for Web Services

Description :

This JSP Tag Library for XQuery prototype demonstration  invokes  a Microsoft .NET "doc/literal" type 
web service from  http://hosting.msugs.ch/cheeso9/books/books.asmx
This web service consists of a single method, GetInfo, with a single 
input param: ISBN (International Standard Book Number).  

The web service retrieves the name, title, publisher, author, and 
other data about the book. It  Also retrieves price data from multiple vendors. 

In this demo we  send a ISBN number as a part of SOAP request to the web service 
which returns a XML document in a SOAP response. 
The output response XML object is cached using Oracle Web Object cache based cacheXMLObj tag.

 

Books Web service:

Enter a valid book ISBN #:
Few bestsellers ISBN to try 0130307041, 0399148701, 0060652942, 
0130648841, 1861002777, 0201633612, 0735605629
 

 

Copyright© 2002 Oracle Corporation. All Rights Reserved.