| SOUP Reference Manual |
|---|
void wsdl_emit_part_list (FILE *out,
const GSList *const parts,
const guchar *fmt);For each wsdl_message_part structure in parts, fmt is printed to out with the following formatting codes expanded:
%p: the name of each wsdl_message_part
%t: the name of the typecode of each wsdl_message_part
%n: the namespace reference of the typecode of each wsdl_message_part
%N: the namespace URI of the typecode of each wsdl_message_part
| out : | a stdio FILE pointer |
| parts : | a GSList of wsdl_message_part structs |
| fmt : | a printf-style format string, but with non-standard formatting codes |
| <<< wsdl-soap-common | wsdl-soap-headers >>> |