| SOUP Reference Manual |
|---|
void wsdl_soap_initialise (const wsdl_param *const params); void wsdl_soap_free (const wsdl_param *const params);
void wsdl_soap_initialise (const wsdl_param *const params);
Clears the pointers within the params array that point to memory
that will be filled in by wsdl_soap_parse().
| params : | a pointer to an array of wsdl_param, terminated by a set of NULL elements |
void wsdl_soap_free (const wsdl_param *const params);
Frees the memory pointed to within the params array that contains C instances of typecodes.
| params : | a pointer to an array of wsdl_param, terminated by a set of NULL elements |
| <<< wsdl-typecodes |