![]() | ![]() | ![]() | SOUP Reference Manual | ![]() |
---|
void wsdl_emit_soap_skels (const guchar *outdir, const guchar *fileroot, const wsdl_definitions *const definitions);
void wsdl_emit_soap_skels (const guchar *outdir, const guchar *fileroot, const wsdl_definitions *const definitions);
Creates the file outdir/fileroot-skels.c, and writes C code containing 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. "-skels.c" will be appended to this name. |
definitions : | a pointer to a wsdl_definitions structure, containing a set of WSDL elements. |
<<< wsdl-soap-headers | wsdl-soap-stubs >>> |