Download Programming WebLogic Web Services

Transcript
E l e m e nt R e f e r e n c e
Table A-10 Attributes of the <operation> Element
Attribute
Description
Datatype
Required?
component
Name of the component that implements this
operation.
String
No
String
No
String
No.
The value of this attribute corresponds to the name
attribute of the appropriate <component> element.
handler-chain
Name of the SOAP message handler chain that
implements the operation.
If you specify this attribute along with the
component and method attributes, then the
operation is implement with both the method and the
handler chain. If, however, you do not specify the
component and method attributes, but rather
specify handler-chain on its own, then the
operation is implemented with just a SOAP message
handler chain.
The value of this attribute corresponds to the name
attribute of the appropriate <handler-chain>
element.
in-security-spec
Specifies the name of the security specification that
describes the message-level security of the client
application’s SOAP request when it invokes the
operation. The security specification describes what
part of the SOAP request should be encrypted or
digitally signed.
If you do not specify this attribute, the default security
specification, if it exists, is applied to the SOAP
request. If there is no default security specification,
then no message-level security is applied to the SOAP
request.
The value of this attribute corresponds to the Id
attribute of the appropriate
<spec:SecuritySpec> element.
Programming WebLogic Web Services
A-13
Related documents