| SOUP Reference Manual |
|---|
void wsdl_emit_soap_headers (const guchar *outdir, const guchar *fileroot, const wsdl_definitions *const definitions);
void wsdl_emit_soap_headers (const guchar *outdir,
const guchar *fileroot,
const wsdl_definitions *const definitions);Creates the file outdir/fileroot.h, and writes C code containing typecode declarations, and function prototypes for client stubs, server skeletons and common code.
| 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. ".h" will be appended to this name. |
| definitions : | a pointer to a wsdl_definitions structure, containing a set of WSDL elements. |
| <<< wsdl-soap-emit | wsdl-soap-skels >>> |