Searched +refs:SOAP +refs:setLogLevel (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP.tcl0 # SOAP.tcl - Copyright (C) 2001 Pat Thoyts <patthoyts@users.sourceforge.net>
4 # Provide Tcl access to SOAP 1.1 methods.
19 package require SOAP::Utils; # TclSOAP
24 namespace eval ::SOAP {variable domVersion}
28 namespace eval ::SOAP {
31 variable rcs_version { $Id: SOAP.tcl,v 1.51 2008/07/09 16:14:23 andreas_kupries Exp $ }
41 # Register the namespace for handling SOAP methods using 'scheme' as a
44 # A SOAP transport package requires an 'xfer' method for performing the
45 # SOAP method call and a 'configure' method for setting any transport
46 # specific options via SOAP
[all...]

Completed in 125 milliseconds