Skip to main content

Default Behavior of InterSystems IRIS Web Services and Web Clients

Default Behavior of InterSystems IRIS Web Services and Web Clients

By default, an InterSystems IRIS web service behaves as follows:

  • If it receives a request in an MTOM package, the web service sends the response as an MTOM package.

    Also, the IsMTOM property of the web service instance is set to 1.

  • If it receives a request not in an MTOM package, the web service sends the response not in an MTOM package.

By default, an InterSystems IRIS web client behaves as follows:

  • It does not send requests as MTOM packages.

  • It processes the response regardless of whether the response is in an MTOM package.

    If the response is in an MTOM package, the IsMTOM property of the web client instance is set to 1. If the response is not in an MTOM package, the IsMTOM property is not changed.

FeedbackOpens in a new tab