Oracle8i Application Developer's Guide - XML
Release 3 (8.1.7)

Part Number A86030-01

Library

Solution Area

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

B2B: How iProcurement Uses XML to Offer Multiple Catalog Products to Users, 16 of 16


Unauthenticated XML Schema

For the case when the userID sent from the external supplier is not valid, the following schema represents the generated XML:

iProcurement Example 15: Unauthenticated User -- XML Schema

<?xml version='1.0'?>
<s:schema id='InvalidUser>
  <elementType id="message">
  <string/>
  <description>Message generated when an invalid sessionID is sent</description>
  </elementType>

iProcurement Example 16: Unauthenticated User -- Sample XML document

This example illustrates a typical returned XML document generated for an unauthenticated user.

<InvalidUser>
 <message>Invalid user</message>
</InvalidUser>


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index