Hi, I have requirement where my mock service shoul...
# help
p
Hi, I have requirement where my mock service should address below logics : 1. wiremock needs to be listen to a request which has locationId as input and response should contain two mandatory fields servicename and districtname 2. These two mandatory has to be fetched by making rest api calls : one to do an authentication and using that access token need to trigger to address api 3. Addresss api has to respond back with city tag which will help in populating the mandatory values Is there any way other than extension? If extension can you please guide me how it can be done like what class has to be extended
Can anyone please help?