Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrected document links. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2f21fba30be5a55af3d0680bae864d59 |
User & Date: | gerald 2012-11-08 19:18:28.202 |
Context
2012-11-08 19:26 | Replace spaces in html file names with underscores. check-in: 100da64630 user: gerald tags: trunk | |
2012-11-08 19:18 | Corrected document links. check-in: 2f21fba30b user: gerald tags: trunk | |
2012-11-06 17:03 | Documented Embedded and server user interface change check-in: 164e7224e1 user: oehhar tags: trunk | |
Changes
Changes to docs/index.html.
︙ | ︙ | |||
18 19 20 21 22 23 24 | currently works only with TclHttpd or embedded into an application. The server side provides all services as document/literal over HTTP Soap transport. Documentation for the package, including examples can be found here. </p> <UL> | | | | | | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | currently works only with TclHttpd or embedded into an application. The server side provides all services as document/literal over HTTP Soap transport. Documentation for the package, including examples can be found here. </p> <UL> <LI> <A HREF="Calling_a_Web_Service.html">Calling a Web Service from Tcl</A> <LI> <A HREF="Creating_a_Tcl_Web_Service.html">Creating a Tcl Web Service</A> <LI> <A HREF="Creating_a_Web_Service_Type.html">Creating a Web Service Type</A> <LI> <A HREF="Using_Options.html">Using Web Service Options</A> <LI> <A HREF="Embedded_Web_Service.html">Embeding a Web Service into an application</A> <LI> <A HREF="Tcl_Web_Service_Example.html">Tcl Web Service Example</A> </UL> <p> The client is known to work with #C and Java based Web Services (your mileage may very). </p> |
︙ | ︙ |