方法:==(說明 |引數)
<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>