方法:==(幫助) |參數)
<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>