SOAPServerDescription {SSOAP}R Documentation

Constructor for describing methods and data structures of a SOAP server

Description

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.

Usage

SOAPServerDescription(name, server, operations, types, obj = new("SOAPServerDescription"))

Arguments

name a string (character vector) giving the name of the SOAP server. This typically comes from
server
operations
types
obj

Value

The object obj returned with the relevant fields filled in with values

Author(s)

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

References

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

See Also

processWSDL

Examples



[Package SSOAP version 0.2-2 Index]