<method> element

Top  Previous  Next

This element defines a method of a Web service. Children must appear in the order listed.

 

parents

methods

children

documentation[0:1] headers[0:1] parameters[0:1] transactionControl[0:1] request[1] replies[1]

Attributes

attribute name

data type

usage

default value

description

 

name

xsd:NCName

required

 

The name of the method. Must be unique within <methods>.

 

server

xsd:NCName

required

 

The name of the <server> element that is associated with this method.

 

encoding

xsd:token

optional

document/literal

The method encoding format. Must be "document/literal" or "rpc/encoded".

 

ipmDump

xsd:integer

optional

*

Controls diagnostic ipmDump logging. Must be 0 (off) or 1 (on). *default value inherited from <service> ipmDump setting. See Using ipmDump for Troubleshooting for more information.

 

wireDump

xsd:integer

optional

*

Controls diagnostic wireDump logging. Must be 0 (off) or 1 (on). *default value inherited from <service> wireDump setting. See Using wireDump for Troubleshooting for more information.

Remarks

Example