[INDENT]I am writing a test service,
to test a service that takes a canonical as input, and transforms the data and passes it via an XI adapter call.
To check that the right transformation has been done I need to intercept the internal document that is used to pass on the data to the XI.
The internal document is not published.
Is there a way of intercepting the pipeline at runtime and getting the contents of the internal document.
Anyone who has done this before, or any suggestions please. [/INDENT]
If the IS version is 8.x then set the service property pipeline debug to true, this will capture the data at the entry point to this service. If you want to capture pipeline at one particular step in the flow then use the suggestion mentioned above.
One option is to step through the flow with the debugger. Then you can save the pipeline at will at any step within Developer/Designer. Might be bit tedious but you can visually inspect the mapping as it occurs and save or copy/paste variable contents as needed.