/Mirror

Trace you http clients

Sometimes it is helpful to visualize what a http client sends to a server. If your client application runs on your local machine you could use network sniffers, or if the client runs in the browser, you could use plugins to visualize the messages sent. However, this is difficult to setup and it won't work when the client application does not run on your local machine, for example, if it runs on any other machine on the web.

A Boomi Integration process runs on an ATOM, which is basically a JAVA web-service. There is no chance to visualize what goes out of the ATOM.

The MSPro. Mirror service is available here:

What you send to that endpoint it is responded, and it is temporarily saved (for one hour) under the Docs Service, using your chosen plan.

Show the mirrored documents

You can use the MSPro-Client to visualize documents. Alternatively, you can request all mirrored documents querying the docs endpoint:

GET https://msproservices.azurewebsites.net/SharedAccount/docs/query?Key=MSPro.Mirror&Context=*
Content-Type: application/json
Authorization: BASIC RGVtb1VzZXJATWFya3VzU2NobWlkdC5wcm86JD5tZUhXOSFWcExaSEgrTVUzZFdQd3VOaW9Idj09VmBqRXIjUStvRA==

This will return all recently mirrored documents from account SharedAccount:

Last updated