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

/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DXMLRPC.tcl15 package require SOAP::Utils
16 package require SOAP 1.4
23 namespace export create cget dump configure proxyconfig export
25 catch {namespace import -force ::SOAP::Utils::*}
30 # Delegate all these methods to the SOAP package. The only difference between
31 # a SOAP and XML-RPC call are the method call wrapper and unwrapper.
36 [namespace parent]::SOAP::xmlrpc_request] \
38 [namespace parent]::SOAP::parse_xmlrpc_response]]
39 return [uplevel 1 "SOAP::create $args"]
43 return [uplevel 1 "SOAP
[all...]
H A Djsonrpc.tcl17 package require SOAP::Utils
18 package require SOAP 1.4
29 namespace export create cget dump configure proxyconfig export
31 # catch {namespace import -force ::SOAP::Utils::*}
68 # Delegate all these methods to the SOAP package. This does not mean
69 # all the options for SOAP are supported or meaningful for JSON-RPC but
71 # SOAP method call wrapper and unwrapper functions.
80 return [uplevel 1 "SOAP::create $args"]
84 return [uplevel 1 "SOAP::configure $args"]
87 proc ::JSONRPC::cget { arg
[all...]
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 $ }
33 namespace export create cget dump configure proxyconfig export
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 metho
[all...]

Completed in 123 milliseconds