diashenrique / iris-history-monitor

IRIS History Monitor - For InterSystems IRIS
MIT License
15 stars 10 forks source link

SOAP Invoke Error #4

Closed sween closed 4 years ago

sween commented 4 years ago

Hello,

I am on 2020.1 and getting the following error when trying to invoke the soap method here https://github.com/diashenrique/iris-history-monitor/blob/master/src/cls/diashenrique/historymonitor/util/customSensors.cls#L38-L40 .

Screenshot-20200424105123-1694x230

I can invoke the method through the browser test page for the soap service successfully.

Was there something else that needed to be done to enable this or is there an issue with 2020 that you are aware of?

$ZV: IRIS for UNIX (Red Hat Enterprise Linux for x86-64) 2020.1 (Build 215U) Mon Mar 30 2020 20:23:13 EDT

sween commented 4 years ago

I figured this one out... digging into the generated line it was an authentication error.

Had to do client.Username, client.Password