方法:==(帮助 |参数)
<methods>
, <interface />
<help>
<parameters>
利用此元素,可定义SOAP方法。
SOAP方法可启用应用程序进程。
声明新方法(非本机)时需要使用“@library”:用于库的命名空间和名称与声明所在的架构的命名空间和名称无关。
“预订”开箱即用方法的定义:
<method name="Subscribe" static="true">
<help>Creation of update of a recipient's subscription to an information service</help>
<parameters>
<param desc="Name of the information service(s) (separated with commas)"
name="serviceName" type="string"/>
<param desc="Recipient to subscribe and possibly create" name="recipient"
type="DOMElement"/>
<param desc="Create the recipient if they don't exist" name="create" type="boolean"/>
</parameters>
</method>