SOAPServerDescription {SSOAP} | R Documentation |
This function creates an instance of the class
SOAPServerDescription
(or the value of obj
)
and populates it with the specified collections of
SOAP operations and data structure types, and
information about the location of the SOAP server.
This description can then be used to
generate code to interface to the server's methods
(see genSOAPClientInterface
).
The information is typically generated by reading the WSDL
file, e.g. via processWSDL
.
SOAPServerDescription(name, server, operations, types, obj = new("SOAPServerDescription"))
name |
a string (character vector) giving the name of the SOAP server. This typically comes from |
server |
|
operations |
|
types |
|
obj |
The object obj
returned with the relevant
fields filled in with values
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP