Skip to main content

Is there anything we can generate xml using XMLmaps and capture the xml message without sending to outbound system ?.

 

business purposes :

  1. we wanted to use this xml for creation another entity record with similar date using one entity
  2. use this xml to send sync response with customized perform definition.

any possible options ? 


I believe you could create a Message Routing or Monitor Schedule using the flat file or XML file connector to save the output to a file for testing.


I also asked a member of the development team who said:

 

I think what you have mentioned is correct. A routing rule based on the baseline FileExtractHandler can be created to capture the XML output to a flat file.  Alternatively, HttpExtractHandler can also be used with and address such as putsreq.com for examine the XML output.


@Jon Reid ,

 

this is not satisfy our business purpose .i want to capture xml maps message and use this for other purpose (mentioned in original requirement) . 


Reply