wsdl-soap-emit

Name

wsdl-soap-emit -- 

Synopsis



void        wsdl_emit_part_list             (FILE *out,
                                             const GSList *const  parts,
                                             const guchar *fmt);

Description

Details

wsdl_emit_part_list ()

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