addFault(
fault any-type,
wsaaction STRING )
|
Adds a fault to the current Web Operation definition. |
addInputHeader(
header any-type )
|
Adds an input header for the current Web Operation
definition. |
addOutputHeader(
header any-type )
|
Adds an output header for the current Web Operation
definition. |
initiateSession(
ok INTEGER )
|
Defines the Web Operation as session initiator. |
setComment(
comment STRING )
|
Sets the comment for the Web Operation object. |
setInputAction(
action STRING )
|
Sets the WS-Addressing action identifier of the input
operation. |
setInputEncoded(
val INTEGER )
|
Defines the encoding mechanism for Web Operation input
parameters. |
setOutputAction(
action STRING )
|
Sets the WS-Addressing action identifier of the output
operation. |
setOutputEncoded(
val INTEGER )
|
Defines the encoding mechanism for Web Operation output
parameters. |