Imposter:
{
"port": 4545,
"protocol": "tcp",
"name": "DAPI_DEMO",
"mode": "binary",
"recordRequests": "true",
"stubs": [
{
"responses": [
{
"proxy": {
"to": "tcp://tcpserverip:tcpport",
"mode": "proxyAlways",
"addWaitBehavior": "true"
}
}
]
}
],
"endOfRequestResolver": {
"inject": "function (requestData, logger) { var messageLength = requestData.readInt32BE(0); logger.info('Message length: ' + messageLength + ', so far: ' + requestData.length); return requestData.length === messageLength; }"
},
"_links": {
"self": {
"href": "http://localhost:2525/imposters/4545"
}
}
}
In XML request defining below
<SO_SITE_SI_SERVER_IP>my system IPV4 or default gateway i tried both</SO_SITE_SI_SERVER_IP><SO_SITE_SI_SERVER_PORT>4545</SO_SITE_SI_SERVER_PORT>
Can you please help how can i resolve the issue ?
--
You received this message because you are subscribed to the Google Groups "mountebank-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mountebank-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/mountebank-discuss/b5af2a10-4198-47db-a805-5224e9c48a2an%40googlegroups.com.