Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file docs/Creating_a_Tcl_Web_Service.html version 3a4f4b651a
|
2021-03-23
| ||
| 14:22 | Embedded.tcl 3.3.1 Fix bug: pfx subject had added ")". Ticket [bbfbe4faa6] check-in: aa19d1e7ed user: oehhar tags: trunk | |
|
2021-03-19
| ||
| 18:13 | embedded: undefined variable in wrong method error check-in: 2dd8f63964 user: oehhar tags: trunk, Release_3.3.0 | |
| 17:26 | Embedded: Cure the error case, that the request line is wrong check-in: 281665b83c user: oehhar tags: trunk | |
| 10:15 | embeded 3.3.0: Rewrite to use non-blocking communication (Ticket [feddc70ff3]): - Add timeout parameter to close non-communicating sockets (example: tls sender to non tls receiver) - Add Close and CloseAll procedures to close receiver socket and all running communications. - Fix [908bf0e172]: ::WS:Embeded::Listen clears regsitered handlers. check-in: 175c3559a6 user: oehhar tags: trunk | |
|
2021-03-17
| ||
| 18:12 | Restructure embedded server communication interface: - any data communication between embedded server and server side routines goes by command parameters and return values. - any data communication within embedded server now by parameters. The global dict per socket id is not used any more. - the value of parameter "-checkheader" may now be the empty string. The new default value is the empty string and not the empty function "::WS::Server::ok". - The result return in ::WS::Server::callOperation is not protected any more by a catch. - Removed procs: - ::WS::Embeded::AddHandlerAllPorts : never called - ::WS::Embeded::ReturnData : replaced by command return value - ::WS::Server::ok : default value of parameter "-checkheader" is now the empty string and was this default function check-in: 4ed7d3d25e user: oehhar tags: trunk, Release_3.2.0 | |
|
2020-11-06
| ||
| 12:57 | pass port from embedded server with prefix "-port", Rename service->serviceName, restore validHttpStatusCodes and move to only usage check-in: 7d57e638cc user: oehhar tags: trunk, Release_3.1.0 | |
| 08:59 | Merged alternate trunk by J Cone 2018-10-08 to 2019-11-06 from chpseal: http://chiselapp.com/user/gwlester/repository/tclws/info/e687bd3994c17b2f The original comments are: - Add version support for tclws services, data members, wsdl and documentation. Add an example field to tclws data members - Use optional args instead of cmdline arg processing - Use -version arg for generateInfo check-in: 05648f54dc user: oehhar tags: trunk | |
|
2020-11-05
| ||
| 09:26 | Integrate changes from TCLWS 2.7.1 from AndroWish including: All files: formatting changes WS::Client 3.0.1 : error text corrections WS::Server 3.0.1: Newlines in html answers corrected (line continuation was missing) WS::Utils 3.1.0: - Version check code from J.Cone - WSDL include also includes XML namespace ::w:import - Wrong variable in error message ($Type->$type) check-in: 22cd801111 user: oehhar tags: trunk | |
|
2020-10-30
| ||
| 12:12 | Correct tcl version and many links. check-in: 99769ebf7e user: oehhar tags: trunk, Release_3.0.0 | |
| 10:47 | Ticket [70a5c5c435] Server Side: new parameter -hostProtocol allows to give the protocol of the WSDL location string. check-in: e350590ca4 user: oehhar tags: trunk | |