Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
SOAPEnvAddItem | version 1.0 | no |
number SOAPEnvAddItem(number soap_env, string type, string name, string value) |
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 |
value | [in] the value of the xml node |
Add a new XML node under the current parent. |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:22 2011 GMT | (c)2011 RadGs Software |