SOAPServerDescription-class {SSOAP} | R Documentation |
This represents a complete description of the methods and associated data types for inputs and outputs of a SOAP server.
Objects can be created by calls of the form new("SOAPServerDescription", ...)
.
More typically, however, one will use processWSDL
to create
such an object.
name
:"character"
. The name of the server.server
:"SOAPServer"
. The details of how to identify or connect to the server object.operations
:"list"
. A list of the sets of operations/methods. A server may have
more than one collection of methods. This list is the top-level container and each element
is itself a list containing WSDLMethod
objects.types
:"list"
. The named collection of data types defined within the WSDL for the server.No methods defined with class "SOAPServerDescription" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.
serverDesc = processWSDL(system.file("examples", "KEGG.wsdl", package = "SSOAP"))