wwSoap::ParseSOAPParameters

Retrieves an array for all the parameters in a SOAP Request package.

Array format:

[1] - Name of the parameter
[2] - Value of the parameter
[3] - XML type of the parameter (if available)

The value will be converted to the proper type if XML type information is available as part of the SOAP package. Otherwise the value is returned as a string.

This method is typically used on the server only to parse out the parameters sent by the client. As such this is more of an operational method.

o.ParseSOAPParameters(lcRequestXML, @aParameters)

Return Value

numeric - count of parameters. aParameters contains methods.

Parameters

lcRequestXML
XML of the incoming SOAP Request.

@aParameters
This array receives the parameters. Array is 3 dimensional:

[1] - Parameter name
[2] - Value (if available this value is typed)
[3] - XML type (if available)


See also:

Class wwSoap

© West Wind Technologies, 1996-2024 • Updated: 08/20/00
Comment or report problem with topic