Hi All
I am trying to call PowerServer Open Interface. In the help I found the below code for using a Webservice to call the open interface but Soap is not supported in 2019R3. How do I call PS Open Interface using HTTTP Client ??
soapconnection ieon_soap
wsappeonservice ieon_ws //the Web service proxy object generated by the .NET engine
wsauthsoapheader ieon_head
long ll_return
string ls_return, ls_server, ls_app
ieon_soap = create soapconnection
ieon_head = create wsauthsoapheader
ll_return = ieon_soap.createinstance (ieon_ws, 'wsappeonservice')
ieon_head.username = "admin"
ieon_head.password = "admin"
ieon_ws.setauthsoapheadervalue (ieon_head)
ls_server ='localhost'
ls_app = ''
ls_return = ieon_ws.getAllSessions (ls_server, ls_app)
ls_return = ieon_ws.getAllClients (ls_server, ls_app)
Regards
Benjamin
Regards
Benjamin