|
|
@ -80,10 +80,10 @@ public class Requestor {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
String body = hresp.body();
|
|
|
|
String body = hresp.body();
|
|
|
|
Log.get(Requestor.class).debug("targetMessage:\n{}", body);
|
|
|
|
Log.get(Requestor.class).debug("targetMessage:\n{}", body);
|
|
|
|
|
|
|
|
/*
|
|
|
|
if (WebClient.Request.SUCCESS != hresp.statusCode())
|
|
|
|
if (WebClient.Request.SUCCESS != hresp.statusCode())
|
|
|
|
throw new RuntimeException(intfInfo.interfaceID() + ": " + hresp.statusCode());
|
|
|
|
throw new RuntimeException(intfInfo.interfaceID() + ": " + hresp.statusCode());
|
|
|
|
|
|
|
|
*/
|
|
|
|
intfInfo
|
|
|
|
intfInfo
|
|
|
|
.json(json)
|
|
|
|
.json(json)
|
|
|
|
.parseTargetMessage(body);
|
|
|
|
.parseTargetMessage(body);
|
|
|
|