Hi Dino,
this is continuation for below post.
I have captured payload from layer7 and apigee. I see there is a difference in headers and timestamp is missing from payload.
layer 7 payload:
APIGEE payload:
Solved! Go to Solution.
Splendid! ok that's progress. The output is in the right shape. Mostly!
I notice a couple differences between that and what you showed for Layer 7 output.
the Password element is PasswordDigest for Apigee, PasswordText for Layer7. That would be material, if the endpoint on the other side does not suport PasswordDigest. To fix this, you will need to use
<Property name="password-encoding">TEXT</Property>
...in place of
<Property name="password-encoding">DIGEST</Property>