diff --git a/wst/trunk/ide/lazarus/wst_design.lpk b/wst/trunk/ide/lazarus/wst_design.lpk index 5533fe1d9..bf3449297 100644 --- a/wst/trunk/ide/lazarus/wst_design.lpk +++ b/wst/trunk/ide/lazarus/wst_design.lpk @@ -29,7 +29,7 @@ The "Web Service Toolkit” (WST) is a web-services consumption and authoring toolkit for FPC/Lazarus and Delphi developers. WST has support for SOAP,XMLRPC, JSON-RPC, a custom binary serialization formats and WSDL for services description. The supported transport protocols include HTTP, TCP and a library-base (for an in-process communication) tranport."/> - + @@ -175,17 +175,86 @@ The "Web Service Toolkit” (WST) is a web-services consumption and author + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - - + diff --git a/wst/trunk/ide/lazarus/wst_design.pas b/wst/trunk/ide/lazarus/wst_design.pas index fc9e15f88..17e9a6392 100644 --- a/wst/trunk/ide/lazarus/wst_design.pas +++ b/wst/trunk/ide/lazarus/wst_design.pas @@ -11,7 +11,11 @@ uses wstimportdlg, wst_register, uwsttypelibraryedit, uabout, udm, ubindingedit, ueditoptions, ufarrayedit, ufclassedit, ufEnumedit, ufpropedit, ufrecordedit, ufrmsaveoption, uftypealiasedit, uinterfaceedit, umoduleedit, - uprocedit, view_helper, uargedit, LazarusPackageIntf; + uprocedit, view_helper, uargedit, command_line_parser, generator, + generatorbase, generatorj, locators, logger_intf, metadata_generator, + parserdefs, parserutils, pascal_parser_intf, source_utils, ws_parser_imp, + wsdl_generator, wsdl_parser, wst_resources_utils, xsd_consts, xsd_generator, + xsd_parser, LazarusPackageIntf; implementation