Previous Topic: XML Data StructureNext Topic: XML Request Attribute Mappings for Java Proxy and .NET Proxies


Request XML

A request for a server named MYPSTEP1 in an XML document looks like this:

<?xml version=”1.0”?>
<MYPSTEP1	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:noNamespaceSchemaLocation="MYPSTEP1.xsd">
	<request …>
		<id>1</id>
	</request>
</MYPSTEP1>

The XML Schema is referenced in the topmost element, MYPSTEP1. The contents on the <request> element shown by “...” are the control/system attributes. If a system attribute is specified, the syntax is:

<request command=”LIST” nextLocation=”TEST”>