![]() | ![]() | ![]() | SOUP Reference Manual | ![]() |
---|
void wsdl_emit_soap_common (const guchar *outdir, const guchar *fileroot, const wsdl_definitions *const definitions);
void wsdl_emit_soap_common (const guchar *outdir, const guchar *fileroot, const wsdl_definitions *const definitions);
Creates the file outdir/fileroot-common.c, and writes C code containing typecode definitions, memory management functions, and any other generated code that is common to both client stubs and server skeletons.
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. "-common.c" will be appended to this name. |
definitions : | a pointer to a wsdl_definitions structure, containing a set of WSDL elements. |
<<< wsdl-parse | wsdl-soap-emit >>> |