| Concept Framework 2.2 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: Sun Jan 27 18:15:19 2013 GMT | (c)2013 Devronium Applications |