方法:==(help |參數)
<methods>
, <interface />
<help>
<parameters>
此元素可讓您定義SOAP方法。
SOAP方法可啟用應用程式程式。
宣告新方法(非原生)時,必須使用「@library」:namespace和用於庫的名稱獨立於聲明所在的架構的名稱空間和名稱。
「訂閱」現成可用方法的定義:
<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>