NonStop JMS User's Manual (NonStop JMS 2.0+)
Managing NSJMS
NonStop Server for Java Message Service User’s Manual—522356-002
5-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