method:==( help | 매개 변수)
<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>