Thanks for your reply. I think this answer describes the client side. I need information on how to handle the SOAP request on the server side with username and password.
- Log in to post comments
Thanks for your reply. I think this answer describes the client side. I need information on how to handle the SOAP request on the server side with username and password.
issue resolved thank you
I'm using a class that extends EnsLib.REST.Service, and it looks like %request is not available. This might be causing a 500 Internal Server Error when I try to access it.
I tried this check:
If '$IsObject($Get(%request)) {
Set debugInfo.error = "%request object is NOT available"
Write debugInfo.%ToJSON()
Quit $$$OK
}
Thanks!
Thank you very much — it's working.