|
Listing 2: The client configuration for WS-Security
<port-info>
<runtime>
<security>
<outbound>
<username-token name="scott" password="tiger" password-type="Plain Text" add-nonce="false" add-created="false"/>
</outbound>
</security>
</runtime>
<operations>
<operation name='getEmpSalary'>
</operation>
</operations>
</port-info>
|