Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-11-01
| ||
20:57 | TCL 9 compatibility, tdom 0.9 acceptance and ticket [b41fe0846b]: set SOAPAction header also for async call. Sorry, local fossil did not sync, so those are multiple commits in one. Leaf check-in: 4c6a2d1740 user: oehhar tags: trunk, Release_3.5.0 | |
2023-11-30
| ||
10:14 | Update all package require commands to also allow TCL 9 check-in: 940f1b929d user: oehhar tags: trunk | |
2021-10-18
| ||
16:48 | Correct two comment issues check-in: 9e9012477f user: oehhar tags: trunk | |
13:12 | Bug [a4678bbd83]: split server side -host option in 4 options (-host, -hostlocation, hostlocationserver, -hostcompatibility32) to allow to separate XML namespace and WSDL host location. This avoids to update the WSDL when IP changes (like no network connection). check-in: 44415c787c user: oehhar tags: trunk, Release_3.4.0 | |
08:03 | Ticket [9254392138]: added wibble examples check-in: a776ee8dba user: oehhar tags: trunk | |
2021-03-24
| ||
16:40 | Embedded.tcl 2.7.2 Fix bug: pfx subject had added ")". Ticket [bbfbe4faa6] Leaf check-in: ad845b9acd user: oehhar tags: release-2-branch | |
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 | |
10:10 | Add a migration when a preparsed WSDL is loaded of an older version, where a new option is not present jet. check-in: 200fa70aad user: oehhar tags: trunk | |
09:36 | Add TWAPI TLS to client side. Remove options from tcltls call. They are not needed any more. check-in: b56bcc94bd user: oehhar tags: trunk | |
2020-10-27
| ||
12:57 | Embedded server: Ticket [53f35f55f7]: fix memory leak. Replace socket state array by a dict. check-in: 813cd3cd78 user: oehhar tags: trunk | |
12:51 | Ticket [53f35f55f7]: fix memory leak in embedded server. check-in: 2aff37215d user: oehhar tags: Release_2.7.1, release-2-branch | |
2020-10-26
| ||
18:07 | Server Side/Embedded: Replace some arrays by dicts, use TCL 8.6 features like {*} and "in". check-in: 66b61fb69d user: oehhar tags: trunk | |
16:52 | Ticket [f614f366c9]: Changes: - add -timeout parameter to any geturl call - add option queryTimeout to client and utility package - trap timeout http status - start to use TCL 8.6 only feature {*} and require TCL 8.6 check-in: fdd9042a38 user: oehhar tags: trunk | |
08:57 | For embedded server, use https for location when TLS is used. Ticket [70a5c5c435] partly resolved. check-in: 99fea512e2 user: oehhar tags: trunk, Release_2.7.0 | |
2020-10-24
| ||
16:42 | Embedded server: Ticket [36a1bc3c8d]: introduced error corrected: method get has no request Content-Type header field. In addition, TWAPI TLS support was added to the embedded server. check-in: dae721d01c user: oehhar tags: trunk | |
2020-10-22
| ||
14:33 | Ticket [36a1bc3c8d]: embedded server: use received charset value to recode request string. check-in: 3a2e7bad35 user: oehhar tags: trunk | |
2020-05-06
| ||
14:53 | Remove redundant line and document server options -htmlhead and -author check-in: 7e685e6108 user: oehhar tags: trunk | |
2019-12-03
| ||
19:39 | Release 2.6.3 preparation. Update version of only changed package "ClientSide" to release version 2.6.3. check-in: 690ad6e282 user: oehhar tags: trunk, Relelase_2.6.3 | |
2019-11-26
| ||
18:36 | Fix variable error in error message for a response without the announced xml node check-in: cff5cb8be8 user: oehhar tags: trunk | |
2019-11-20
| ||
18:44 | Rework client async callback to log an error on call failures. Allow empty argument to disable functionality. check-in: 69e06af316 user: oehhar tags: trunk | |
2019-11-06
| ||
17:57 | Use -version arg for generateInfo Leaf check-in: e687bd3994 user: JCone tags: trunk | |
16:31 | Fix tabbing check-in: 59a012b0fd user: JCone tags: trunk | |
16:29 | Use optional args instead of cmdline arg processing check-in: 4a667d4141 user: JCone tags: trunk | |
2019-10-08
| ||
22:09 | Add version support for tclws services, data members, wsdl and documentation. Add an example field to tclws data members check-in: 465b84fb88 user: JCone tags: trunk | |
2018-12-06
| ||
13:06 | Revert an optimisation which limits the argument list. The method may set multiple arguments. check-in: 58072a102f user: oehhar tags: trunk, Release_2.6.2 | |
12:17 | (WSDL)Support type with namespace definition in tag. Ticket [6fbee3208e] check-in: a1cf727fd3 user: oehhar tags: trunk | |
2018-11-05
| ||
13:41 | Fail in case of a node local namespace, which is not found globally. Before, an identical global prefix (with other namespace) may be picked. Closed-Leaf check-in: 12bb39fa7a user: oehhar tags: ticket-6fbee320-local-ns-prefix | |
08:48 | Patch to support ns prefix defined in the element. Ticket [6fbee3208e] check-in: 62c4dae5f1 user: oehhar tags: ticket-6fbee320-local-ns-prefix | |
2018-09-03
| ||
17:55 | Replaced stderr error print by error log (::WS::Utils::ProcessImportXml). Plus some documentation and ticket numbers. check-in: 07f65e990e user: oehhar tags: trunk | |
17:26 | Changed WS:Utils package version to 2.6.1 check-in: 2a9f30c6aa user: oehhar tags: trunk | |
2018-07-24
| ||
04:47 | Preliminary hacks working towards custom SOAP headers. Ticket [7c2ae385da] Leaf check-in: ecbb5e058a user: andy tags: soap-header | |
02:47 | Remove extra colon in namespace delimiter check-in: 01f9053e79 user: andy tags: trunk | |
02:42 | Clean up end-of-line whitespace check-in: 178aaf8434 user: andy tags: trunk | |
2018-07-20
| ||
16:50 | Add change history message (assuming next version is 2.6.1) and clean up whitespace check-in: 667c024d14 user: andy tags: trunk | |
16:02 | Avoid debug [puts] check-in: 8d89b3237b user: andy tags: trunk | |
15:55 | Spelling correction, though keep old name for compatibility check-in: 77d58d723c user: andy tags: trunk | |
15:54 | Correct which document is being imported. Ticket [61fd346dc3] check-in: 867828f03a user: andy tags: trunk | |
15:46 | Add missing variable import. Ticket [7bb1cd7b43] check-in: 1fb2ffad2d user: andy tags: trunk | |
15:25 | Removed execute flags (again) check-in: 50b6c37ac6 user: andy tags: trunk | |
15:21 | Debug log spelling check-in: dd05a23974 user: andy tags: trunk | |
15:17 | Minor spelling fix check-in: f041a75d3a user: andy tags: trunk | |