SOAPType-class {SSOAP} | R Documentation |
These classes are for representing types from SOAP-related schema. They are used in describing SOAP methods read from a Web Service Description Language (WSDL) file.
Objects can be created by calls of the form new("SOAPType", ...)
.
More typically, however, these are created by reading a WSDL file
using processWSDL
.
name
:"character"
. The name for the type of value being described.ns
:"character"
. The shorthand for the XML namespace associated with this type.nsuri
:"character"
. The URI/identifier that identifies the XML namespace associated with this type.signature(obj = "vector", con = "ANY", type = "SOAPType")
: convert an R object to its SOAP representation for the
specified SOAP type
. Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.