2006-08-26 00:35:42 +00:00
|
|
|
{
|
2014-05-03 16:34:30 +00:00
|
|
|
This file is part of the Web Service Toolkit
|
|
|
|
Copyright (c) 2006-2014 by Inoussa OUEDRAOGO
|
|
|
|
|
|
|
|
This file is provide under modified LGPL licence
|
|
|
|
( the files COPYING.modifiedLGPL and COPYING.LGPL).
|
2006-08-26 00:35:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2014-05-03 16:34:30 +00:00
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
2006-08-26 00:35:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
program ws_helper;
|
|
|
|
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
|
|
|
|
uses
|
2007-09-02 19:05:47 +00:00
|
|
|
Classes,
|
|
|
|
SysUtils,
|
|
|
|
wst_resources_utils,
|
|
|
|
generator,
|
|
|
|
parserutils,
|
|
|
|
source_utils,
|
|
|
|
command_line_parser,
|
|
|
|
metadata_generator,
|
|
|
|
binary_streamer,
|
|
|
|
DOM,
|
|
|
|
XMLWrite,
|
|
|
|
XMLRead,
|
|
|
|
wst_fpc_xml,
|
|
|
|
pastree,
|
|
|
|
pparser,
|
|
|
|
pascal_parser_intf,
|
2007-09-09 22:30:50 +00:00
|
|
|
logger_intf,
|
|
|
|
xsd_parser,
|
|
|
|
ws_parser_imp,
|
2007-09-16 00:31:45 +00:00
|
|
|
wsdl_parser,
|
2009-11-23 17:55:10 +00:00
|
|
|
xsd_generator, wsdl_generator,
|
|
|
|
locators;
|
2007-09-09 22:30:50 +00:00
|
|
|
|
2007-06-24 23:33:51 +00:00
|
|
|
|
2007-09-02 19:05:47 +00:00
|
|
|
{$INCLUDE ws_helper_prog.inc}
|