{
  "application": {
    "type": "initiator",
    "name": "test_http-client",
    "http": {
      "options": [
        {
          "name": "UserReq",
          "value": {
            "method": "POST",
            "uri": "http://localhost:2434/authorise",
            "json":true,
            "resolveWithFullResponse": true,
            "headers": {
              "User-Agent": "jspurefix-client",
              "authorization": "_token"
            }
          }
        },
        {
          "name": "default",
          "value": {
            "method": "GET",
            "uri": "http://localhost:2434/query",
            "json": true,
            "resolveWithFullResponse": true,
            "headers": {
              "User-Agent": "jspurefix-client",
              "authorization": "_token"
            }
          }
        }
      ]
    },
    "protocol": "fixml",
    "dictionary": "repofixml",
    "attributes": {
      "v": "5.0 SP2",
      "s": "20090815",
      "xv": "109",
      "cv": "CME.0001"
    }
  },
  "Username": "http-server",
  "Password": "http-server",
  "EncryptMethod": 0,
  "SenderCompId": "accept-comp",
  "TargetCompID": "init-comp",
  "TargetSubID": "INC",
  "SenderSubID": "user123"
}