SOUP Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
void wsdl_emit_soap_stubs (const guchar *outdir, const guchar *fileroot, const wsdl_definitions *const definitions); |
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. |