Calling a REST service without committing

Previous Next

It is interesting to be able to run input data against the Rules Engine without committing. This allows you to see what WOULD happen to the data IF they were committed.

In a predefined REST service built with the USoft Table Resource functional type, you can add the USoft-specific X-US-Transaction custom HTTP header to let clients send data without committing.

If you have written a custom REST service, you can manually implement this custom HTTP header in a similar way.

 

 

collapseThe "X-US-Transaction" HTTP header
collapseImplementing X-US-Transaction in custom REST services
collapseCalling the service without committing