NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)
Managing the NSJMS Environment
NonStop Server for Java Message Service User’s Manual—522356-006
7-18
The XML Interface
This is an example of the previous sample request for information when you invoke the
administrative utility as a servlet through your web browser.
XML Request DTD
This sample request DTD is used internally to validate XML requests when the system
property Servlet.xmlvalidate is set to true:
<!ELEMENT AdminRequest (cmd, objname?, attvalue1*, attvalue2*, attvalue3*,
attvalue4*, attvalue5*,)>"
<!ELEMENT cmd (#PCDATA)>
<!ELEMENT objname (#PCDATA)>
<!ELEMENT attvalue1 (#PCDATA)>
<!ELEMENT attvalue2 (#PCDATA)>
<!ELEMENT attvalue3 (#PCDATA)>
<!ELEMENT attvalue4 (#PCDATA)>
<!ELEMENT attvalue5 (#PCDATA)>
VST003.vsd