方法:==(帮助) |参数)
<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>