openBackhaul / ExecutionAndTraceLog

List of records of service requests
Apache License 2.0
1 stars 7 forks source link

v1/regard-application service sending /v1/redirect-service-request-information to all registered application #364

Closed ManasaBM1 closed 2 months ago

ManasaBM1 commented 3 months ago

issue description : while executing regard-application as a call back /v1/redirect-service-request-information service will execute . as per specification /v1/redirect-service-request-information service should send from **EATL to regarded application but it is sending /v1/redirect-service-request-information to all applications exist in the EATL config file .

Explanation : we are using forwarding-name called "RegardApplicationCausesSequenceForInquiringServiceRecords.RequestForInquiringServiceRecords" to get regarded-application-list and to initiate a /v1/redirect-service-request-information, but we are initiating this service request to all the application which having port-direction as output so it is initiating request to all application, but it should send to only regarded- application