Concept Framework 1.0 documentation Contents | Index

standard.net.soap.SOAPEnvPushItem

Name Version Deprecated
SOAPEnvPushItem version 1.0 no

Prototype:
number SOAPEnvPushItem(number soap_env, string type, string name)

Parameters:
soap_env      [in] the SOAP envelope as returned by SOAPEnvNewWithMethod or any SOAPEnvNew functions
type      [in] type of the parameter. Something like "xsd:string" or "xsd:int" or custom types.
name      [in] name of the xml node

Description:
Push the current xml node in the soap envelope one level deeper.

Returns:
Returns null if failed, or an XML node handle. (Check { SOAPXMLGetNodeArray} to get the node contents).

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:07 2009 GMT(c)2009 RadGs Software