The possibility for autocorrelation with the Siebel CRM Recorder is great and I want to use it for non Siebel CRM Applications. I tried something on other applications but nothing happens.
Example Request:
<request>
<output local-name="UserID"/>
Example Response:
<data UserID="123" />
Siebel Correlation settings:
Reference name: UserID
Request Regex: UserID="(.+?)"
Response Regex: UserID="(.+?)"
Match Number: 1
Match Group: 1
Field To Check: Body
When I record the example request, no regex is added... Is there something wrong?
Most probably the issue is due to this line in the class that creates correlation rules:
If you content type is not HTML then no rule will be created.
You can try removing it and recompile code.