blob: 7f422a9e0a6d2f8dca1d60e590e2eea43dd2583f [file] [log] [blame]
<service name="PingPort">
<parameter locked="false" name="ServiceClass">org.apache.axis2.oasis.ping.PingPortSkeleton</parameter>
<!--Mounting the method Ping-->
<operation name="Ping">
<messageReceiver class="org.apache.axis2.oasis.ping.PingPortMessageReceiverInOut"/>
</operation>
<parameter name="InflowSecurity">
<action>
<items>Signature Encrypt Timestamp</items>
<passwordCallbackClass>org.apache.axis2.security.PWCallback</passwordCallbackClass>
<signaturePropFile>interop.properties</signaturePropFile>
</action>
</parameter>
<parameter name="OutflowSecurity">
<action>
<items>Signature Encrypt Timestamp</items>
<user>bob</user>
<passwordCallbackClass>org.apache.axis2.security.PWCallback</passwordCallbackClass>
<signatureKeyIdentifier>SKIKeyIdentifier</signatureKeyIdentifier>
<encryptionKeyIdentifier>EmbeddedKeyName</encryptionKeyIdentifier>
<encryptionSymAlgorithm>http://www.w3.org/2001/04/xmlenc#tripledes-cbc</encryptionSymAlgorithm>
<signaturePropFile>interop.properties</signaturePropFile>
<EmbeddedKeyCallbackClass>org.apache.axis2.security.PWCallback</EmbeddedKeyCallbackClass>
<EmbeddedKeyName>SessionKey</EmbeddedKeyName>
</action>
</parameter>
</service>