dGetRequestXMLAsDict (server-side)
Use this routine to retrieve the XML in a request as a Dictionary object.
Definition
dGetRequestXMLAsDict
Parameters
None.
Return Value
A Dictionary object containing the values expressed using XML in the request.
Remarks
This routine expects XML in the form that is posted by the client routine xmlPostFormViaXML. The Dictionary object returned can be treated like the Internet Information Services (IIS) Request object.
This routine is available in the include file HTTPXMLUtil.asp.
See Also
xmlGetRequestXML (server-side)