wsdl-soap-stubs

Name

wsdl-soap-stubs -- 

Synopsis



void        wsdl_emit_soap_stubs            (const guchar *outdir,
                                             const guchar *fileroot,
                                             const wsdl_definitions *const  definitions);

Description

Details

wsdl_emit_soap_stubs ()

void        wsdl_emit_soap_stubs            (const guchar *outdir,
                                             const guchar *fileroot,
                                             const wsdl_definitions *const  definitions);

Creates the file outdir/fileroot-stubs.c, and writes C code containing client stubs.

outdir :

a string containing the path to a directory. This function expects the string to have a trailing '/'.

fileroot :

a string containing the root of a filename. "-stubs.c" will be appended to this name.

definitions :

a pointer to a wsdl_definitions structure, containing a set of WSDL elements.