| WSDLMethod-class {SSOAP} | R Documentation |
This class is used to describe the elements of a SOAP method as described in a Web Service Description Language (WSDL) file.
Objects can be created by calls of the form new("WSDLMethod", ...).
~~ describe objects here ~~
name:"character". The name of the method. parameters:"list". An ordered list of the parameter types for this method.returnValue:"SOAPType". The type of the return value.action:"SOAPAction". The SOAP action value associated with this method.namespace:"character". The namespace associated with this method.No methods defined with class "WSDLMethod" 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.