SOAPType-class {SSOAP}R Documentation

Classes for representing types for SOAP values

Description

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 from the Class

Objects can be created by calls of the form new("SOAPType", ...). More typically, however, these are created by reading a WSDL file using processWSDL.

Slots

name:
Object of class "character". The name for the type of value being described.
ns:
Object of class "character". The shorthand for the XML namespace associated with this type.
nsuri:
Object of class "character". The URI/identifier that identifies the XML namespace associated with this type.

Methods

toSOAP
signature(obj = "vector", con = "ANY", type = "SOAPType"): convert an R object to its SOAP representation for the specified SOAP type.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.

See Also

processWSDL

Examples



[Package SSOAP version 0.4-1 Index]