메서드:==( 도움말 | 매개 변수)
<methods>
, <interface />
<help>
<parameters>
이 요소를 사용하면 SOAP 메서드를 정의할 수 있습니다.
SOAP 메서드를 사용하면 응용 프로그램 프로세스를 사용할 수 있습니다.
@library은 새 메서드(비기본)를 선언하는 데 필요합니다. 네임스페이스와 라이브러리에 사용되는 이름은 선언이 있는 스키마의 네임스페이스 및 이름과 독립적입니다.
기본 제공 "Subscribe"에 대한 정의:
<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>