Hi I am working on Web Services where I found that aggregation is sucess but account are not coming. Can any please suggest what would be possible reason
Hi @Faizan9097
Could you please verify if your account schema aligns with the response mapping?
Some values are not coming in aggregation so I am not adding in my aggregation response
Could you kindly elaborate on this scenario? If possible, could you also attach a snapshot for reference?
There are some attributes whose value clients are not storing in their database so that attributes value are also not coming so I have removed all that attributes from aggregation response mapping
So is it working as expected or are you still experiencing issue with account aggregation?
If possible, can you provide more details about the issue?
-Mehul
Possibilities:
- Root path (Under Get HTTP Operations -Response information tab) is incorrect. Validate it in https://jsonpath.com/
- Response mapping in http operation Get is incorrect - Validate it by attaching #WebServiceBeforeOperationRule# rule and print the body by adding below lines in the rule: It will be printed in ccg log
Map body = requestEndPoint.getBody();
log.error("WS body: " + body);
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.