Differences From Artifact [357659fc60]:
- File
docs/Creating a Tcl Web Service.html
— part of check-in
[12835ca719]
at
2008-01-04 23:30:25
on branch proposed-main
—
git-svn-id: http://tclws.googlecode.com/svn/trunk@2 4eab59b1-ed42-0410-973d-ab9b78d4c8bc (user: gerald.lester@4eab59b1-ed42-0410-973d-ab9b78d4c8bc size: 6970)
To Artifact [ea50e12e79]:
- File
docs/Creating a Tcl Web Service.html
— part of check-in
[c64b7f832c]
at
2009-09-30 18:42:38
on branch proposed-main
— 2009 commit
git-svn-id: http://tclws.googlecode.com/svn/trunk@55 4eab59b1-ed42-0410-973d-ab9b78d4c8bc (user: gerald.lester@4eab59b1-ed42-0410-973d-ab9b78d4c8bc size: 8159)
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | <HTML lang=en dir=ltr xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <HEAD> |
| ︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | - - - - - - + + + + + + + + + + + + + + + + + + + + + - + |
<LI class=toclevel-1><A href="#Declaring_Complex_Types"><SPAN
class=tocnumber>4</SPAN> <SPAN class=toctext>Declaring Complex
Types</SPAN></A> </LI></UL></TD></TR></TBODY></TABLE>
<A name=Loading_the_Webservices_Server_Package></A>
<H2>Loading the Webservices Server Package </H2>
|
| ︙ | |||
84 85 86 87 88 89 90 91 92 93 94 95 96 97 | 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | + + + + + + + + + + |
The signature of the command must be:
cmd \
service \
operation \
caller_ipaddr \
http_header_list \
soap_header_list
-mode - Mode that service is running in. Must be one of:
tclhhtpd -- running inside of tclhttpd or an
evironment that supplies a
compatilbe Url_PrefixInstall
and Httpd_ReturnData commands
embedded -- using the ::WS::Embedded package
-ports - List of ports for embedded mode. Default: 80
NOTE -- a call should be to
::WS::Embedded::Listen for each port
in this list prior to this call
</PRE>
<P><B>Returns</B> : Nothing </P>
<P><B>Side-Effects</B> : None </P>
<P><B>Exception Conditions</B> : </P><PRE> <I>MISSREQARG</I> -- Missing required arguements
</PRE>
<P><B>Pre-requisite Conditions</B> : None </P>
<HR>
|
| ︙ |