Skip to content

Latest commit

 

History

History

1-simple-cache-mediator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  1. Create new mocky endpoint with following payload and replace line #35 in simple_cache_proxy with new mocky endpoint.
{
   "key": "value"
}
  1. Deploy the simple_cache_proxy proxy service in ESB.
  2. 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