Dear team,
We have a scenario in which we are publishing the request body message to Log service.
We added a pipeline pair with stage in request pipeline. In stage we added a Publish action. In the request Action we added a repalce activity.
The publish action will invoke the LogMangemetn proxy service.
The replace activity has "." as Xpath, Invaraible "body" and expression as Xquery with replace node contents.
We tested Xquery. it is working fine.
When we are trying to publish to log service.... Replace body is not happening and outbound to publish is not coming.
We checked logs.
No error is logged.
can you pelase suggest