Merge "AAI id mapping in SOL002 Adapter"
[so.git] / common / src / test / resources / __files / aai / bulkprocess / response-failure.json
1 {
2         "transaction": [
3                 {
4                         "put": [
5                                 {
6                                         "body": {
7                                                 "401": "{\"requestError\": {\"serviceException\": {\"messageId\": \"SVC3003\",\"text\": \"another error message\",\"variables\": []}}}"
8                                         }
9                                 },
10                                 {
11                                         "body": {
12                                                 "200": "test2"
13                                         }
14                                 }
15                         ]
16                 },
17                 {
18                         "put": [
19                                 {
20                                         "body": {
21                                                 "400": "{\"requestError\": {\"serviceException\": {\"messageId\": \"SVC3003\",\"text\": \"my great error\",\"variables\": []}}}"
22                                         }
23                                 },
24                                 {
25                                         "body": {
26                                                 "200": "test4"
27                                         }
28                                 }
29                         ]
30                 }
31         ]
32 }