send different request id on each mso call 95/95095/5
authorEylon Malin <eylon.malin@intl.att.com>
Thu, 5 Sep 2019 20:57:37 +0000 (23:57 +0300)
committerEylon Malin <eylon.malin@intl.att.com>
Sun, 8 Sep 2019 12:24:31 +0000 (15:24 +0300)
commite25b88b5a7a0f3bf63ca7160a441b53145484bcc
tree484d6b437d159fea57f15fc7b31802010e3af98f
parenta855f8d76f3fbedcf7696eb91d34a4912d55114a
send different request id on each mso call

Don't use static headers for ECOMP_REQUEST_ID and ONAP_REQUEST_ID but
getting them from request / generate them each time

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I1be4e8e86195901975d613694acf0082cd555886
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
vid-app-common/src/main/java/org/onap/vid/mso/rest/MsoRestClientNew.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/OutgoingRequestHeadersTest.java