A.75 Creating a Trusted Application Record

JSON Request:
POST https://localhost:9710/gwadmin-service/system/trustedapps
  NMAPEnabled=true
  enabled=false
  archiveServiceAddress=127.0.0.1
  queuingDisabled=false
  archiveServiceRequiresSsl=true
  providesRetentionService=true
  name=testTrustedApp1
  requiresSsl=true
  ipPort=123
  allowArchiveService=true
  nmapenabled=true
  archiveServicePort=456
  ipAddress=127.0.0.1

XML Request:
POST https://localhost:9710/gwadmin-service/system/trustedapps
<trustedapp>
  <name>testTrustedApp1</name>
  <forceNullOnAttrs/>
  <allowArchiveService>true</allowArchiveService>
  <archiveServiceAddress>127.0.0.1</archiveServiceAddress>
  <archiveServicePort>456</archiveServicePort>
  <archiveServiceRequiresSsl>true</archiveServiceRequiresSsl>
  <providesRetentionService>true</providesRetentionService>
  <ipAddress>127.0.0.1</ipAddress>
  <ipPort>123</ipPort>
  <requiresSsl>true</requiresSsl>
  <enabled>false</enabled>
  <NMAPEnabled>true</NMAPEnabled>
  <queuingDisabled>false</queuingDisabled>
</trustedapp>

Response Status: 
201 - Created

Trusted App Key is = 3E52134109EF0000B83CF42E441DDB433E52134209EF0000B5CEAD10E8D9F721