SOUP Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
guint wsdl_soap_parse (const guchar *xmltext, const guchar *operation, const wsdl_param *const params, SoupEnv *env, gint flags); |
guint wsdl_soap_parse (const guchar *xmltext, const guchar *operation, const wsdl_param *const params, SoupEnv *env, gint flags); |
Parses xmltext, filling in the memory pointed to by elements of params by constructing C instances of typecodes.
xmltext : | a string containing an XML SOAP response |
operation : | a string containing the name of the operation being parsed |
params : | a pointer to an array of wsdl_param, terminated by a set of NULL elements |
env : | a pointer to a SoupEnv struct, which is expected to have been initialised previously by soup_env_new() |
flags : | an integer holding the bit flags WSDL_SOAP_FLAGS_REQUEST or WSDL_SOAP_FLAGS_RESPONSE |
Returns : | 0 |