SLA xparams not available when parameter are not tunneled
Hi,
As per platform develeopment studio guide, we can get xparam by calling
RequestContext.getCurrent().getXparam("xparam")
If there are any xparams in available in soap request they would become available. And if same xparams are defined in SLA, they will override request xparams. The problem is that SLA xparams only become available when we send atleast one xparam in the soap request. I think it looks like a bug.
Please help resolve.
0