Go to new doc!

+49 228 5552576-0


info@predic8.com

clusterNotification

Can be used in

serviceProxy, soapProxy

Syntax

				<clusterNotification validateSignature="[true, false]"
					keyHex="string" timeout="integer" />
			
Listing 1: clusterNotification Syntax

Sample

				<serviceProxy port="2000">
					<request >
						<clusterNotification validateSignature="true"
							keyHex="6f488a642b740fb70c5250987a284dc0" timeout="5000" />
					</request>
				</serviceProxy>						
			
Listing 2: clusterNotification Example

Attributes

Name Mandatory Default Description Example
validateSignature no false Set Push Interface to encrypted mode. false
keyHex no Key used by encryption as hex string 6f488a642b740fb70c5250987a284dc0
timeout no 0 Timestamp invalidation period.(0=unlimit) 5000