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.
Copyright© 2002 Oracle Corporation. All Rights
Reserved.