WSDLMethod-class {SSOAP}R Documentation

Description of a SOAP method

Description

This class is used to describe the elements of a SOAP method as described in a Web Service Description Language (WSDL) file.

Objects from the Class

Objects can be created by calls of the form new("WSDLMethod", ...). ~~ describe objects here ~~

Slots

name:
Object of class "character". The name of the method.
parameters:
Object of class "list". An ordered list of the parameter types for this method.
returnValue:
Object of class "SOAPType". The type of the return value.
action:
Object of class "SOAPAction". The SOAP action value associated with this method.
namespace:
Object of class "character". The namespace associated with this method.

Methods

No methods defined with class "WSDLMethod" in the signature.

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.3-0 Index]