Hi, looking for some help/guidance on below query ...
# help
a
Hi, looking for some help/guidance on below query - 1. Is there a way we can echo back some of the tags from HL7 based request messages from to response. (We are using Standalone jar of Wiremock) For Example - Request Payload contains -
MSH|^~\&|*samedata1*|*somedata2*||*somedata3*|20200618000000||ORU^R01|202303210115PM|P|2.3
Then the response payload needs to have below information (echoing somedata tags from request) -
MSH|^~\&||*somedata3*|*somedata1*|*somedata2*|20200618000000||ACK|202303210115PM|P|2.3
2. We are trying to leverage Wiremock using EKS cluster in kubernetes. The helm chart I have shared with our DevSecOps to create the EKS cluster is - (· https://github.com/wiremock/helm-charts). They are saying "It has very poor code quality which makes them concern the stability of wiremock since holomekc made modifications. They would not recommend using this version. instead look for an alternative. Since anyone can access the mappings and nothing prevent someone modify it. The mapping should be locked down by our team." Please suggest if we have any other help chart to refer. Thanks in advance for your help