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

/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP-service.tcl0 # SOAP-service.tcl - Copyright (C) 2001 Pat Thoyts <Pat.Thoyts@bigfoot.com>
4 # Provide a SOAP demo service.
7 # testing of HTTP requests (including SOAP requests). This is not meant
28 package require SOAP::Utils
29 package provide SOAP::Service 0.5
39 namespace eval SOAP::Service {
41 variable rcs_version { $Id: SOAP-service.tcl,v 1.7 2008/07/09 16:14:23 andreas_kupries Exp $ }
47 catch {namespace import -force ::SOAP::Utils::*}
52 proc SOAP::Service::start { {server_port {80}} } {
61 return -code error "SOAP servic
[all...]
H A DSOAP-CGI.tcl0 # SOAP-CGI.tcl - Copyright (C) 2001 Pat Thoyts <patthoyts@users.sf.net>
4 # A CGI framework for SOAP and XML-RPC services from TclSOAP
14 package require SOAP
16 package require SOAP::Utils
17 package require SOAP::http
19 package provide SOAP::CGI 1.0.1
21 namespace eval ::SOAP {
27 # soapdir - the directory searched for SOAP methods
48 $Id: SOAP-CGI.tcl,v 1.17 2009/02/26 23:45:35 andreas_kupries Exp $
70 proc ::SOAP
[all...]
H A Dhttp.tcl3 # The SOAP HTTP Transport.
12 package provide SOAP::http 1.0
14 if {[catch {package present SOAP}]} {
15 package require SOAP
20 namespace eval ::SOAP::Transport::http {
25 SOAP::register http [namespace current]
37 # Declare the additional SOAP method options provided by this transport.
57 # Implement the additional SOAP method configuration options provide
61 # SOAP methods. Argument should be a two element list made of
65 proc ::SOAP
[all...]
H A Dhttps.tcl8 # The SOAP HTTPS Transport.
17 package require SOAP
21 namespace eval ::SOAP::Transport::https {
26 ::SOAP::register https [namespace current]
38 # Declare the additional SOAP method options provided by this transport.
57 # Implement the additional SOAP method configuration options provide
61 # SOAP methods. Argument should be a two element list made of
65 proc ::SOAP::Transport::https::method:configure {procVarName opt value} {
86 proc ::SOAP::Transport::https::configure {args} {
117 proc ::SOAP
[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 $ }
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...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A Dsilab.tcl3 # Run the SOAP Interoperability Test Suite Round 2: Base tests.
18 # {{SOAP.py} http://208.177.157.221:9595/xmethodsInterop urn:soapinterop http://soapinterop.org/}
21 {{SOAP::Lite} http://services.soaplite.com/interop.cgi urn:soapinterop http://soapinterop.org/}
32 #{{SOAP RMI} http://www.extreme.indiana.edu:1568 http://soapinterop.org/ http://soapinterop.org/}
36 {{SOAP::Lite} http://services.soaplite.com/interop.cgi http://soapinterop.org/ http://soapinterop.org/}
40 {{SQLData SOAP} http://soapclient.com/interop/sqldatainterop.wsdl http://soapinterop.org/ http://soapinterop.org/}
44 {{White Mesa SOAP} http://www.whitemesa.net/interop/std http://soapinterop.org/ http://soapinterop.org/ {-encoding SOAP1.2}}
49 {{Apache SOAP} http://nagoya.apache.org:5049/soap/servlet/rpcrouter http://soapinterop.org/ http://soapinterop.org/}
54 {{SOAP::Lite} http://services.soaplite.com/interop.cgi http://soapinterop.org/ http://soapinterop.org/}
59 {{White Mesa SOAP} htt
[all...]

Completed in 140 milliseconds