Has anybody ever tried to monitor a URL with a query-string in it? ex. http://sapSID.yourdomain:8080/somewebservice?wsdl
I've tried going through the Diagnostic Agent -> SAP URL Availability check, but that just breaks off as soon as the query string starts. Leaving the query string out, just results in it hitting the actual logon page, and throwing a return code 500 because not authorized.
I've tried going through the RFC -> HTTP Availability check and using SM59 to create an http connection for that. But that only checks whether a connection is possible, doesn't take into account the HTTP return code.
Thanks for any help in advance.