CatalogRequest DTD
The CatalogRequest DTD is:
<?xml encoding="UTF-8"?>
<!-- DXML Catalog
Document Type Declaration (DTD)
Version 3.0
01-April-01
Authors:
Comergent
Contact: (650) 232-6000
support@comergent.com
Comergent Proprietary and Confidential
-->
<!ENTITY % MessageHeader SYSTEM "MessageHeader.dtd">
%MessageHeader;
<!ENTITY % RemoteUser SYSTEM "RemoteUser.dtd">
%RemoteUser;
<!ENTITY % Catalog SYSTEM "Catalog.dtd">
%Catalog;
<!ELEMENT dXML (MessageHeader, RemoteUser?, Catalog)>
It is a standard Comergent eBusiness System dXML message envelope. The authentication information is provided by the RemoteUser element and the product catalog information is provided in the Catalog element. The user specified in the RemoteUser element must be granted the appropriate role to execute the CatalogRequest message type. By default, this message type is granted to the ProductManager role.