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", ...).

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.
use:
a character vector with elements for input and output indicating whether the parts of the message are encoded using some encoding rules, or definte the schema. Each value is either “literal” or “encoded”. See http://www.w3.org/TR/wsdl, section 3.5.
documentation:
a string providing a human-readable (or more specifically arbitrary formed text) supposed to describe the method
bindingStyle:
the format/protocol of the XML messages sent to invoke and reply to a method, e.g. document and RPC are the most common ones. But others are possible.

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.4-4 Index]