Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Parminder SembiParminder Sembi(Deactivated)Priority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Parminder Sembi
Parminder Sembi(Deactivated)Priority
Fix versions
Pull Request URL
Created February 11, 2022 at 2:49 PM
Updated February 17, 2022 at 3:41 PM
Resolved February 17, 2022 at 3:41 PM
Multiple SOAPCALL invocations with same request appear when only a single one is expected.
Example:
The module concerned are
UKServices_V10D.MapViewPerilsDirectSearchService
UKServices_V10D.MapViewPerilsAmbientalAALService
UKServices_V10D.MapViewPerilsFloodREService
The behaviour/evaluations are correct but looking at the roxie logs I see multiple SOAPCALL invocations with the same request and appears service is getting called multiple times.
Possibly multiple evaluations are happening in the following section of code:
For the Ambiental call, if call with UPRN does not return a result it will do another call with Postcode search.
For floodRe, should only ever be one call at most.
I have attached a ZAP and roxie log.
Please check and advise how we can suppress the additional calls.
If required I can elaborate/demo interactively.