- Create new mocky endpoint with following payload and replace line #35 in simple_cache_proxy with new mocky endpoint.
{
"key": "value"
}
- Deploy the simple_cache_proxy proxy service in ESB.
- Evoke the service with
curl -X GET http://localhost:8280/services/simple_cache_proxy.simple_cache_proxyHttpSoap12Endpoint
In case of SSL error while using curl, use -k option with curl command