Comments
-
Hi all, Sorry i've sorted this, passing null instead of an empty dataset for parameters fixed the problem
-
Haha thanks Tim, and in my example i've used the query from the VBClient example that comes with the SDK but it's currently causing an exception. Your authentication comment was valid so i'm now using an 'orion' account - thanks for that. This line: XmlElement ele = client.QueryXml("SELECT TOP 1 A.AlertDefID,…
-
Sorry if i'm seeming Dense at this point, below is my very simple c# sample - and i'm currently getting and exception on the QueryXML line saying "The HTTP request was forbidden with client authentication scheme 'Basic'." Any ideas? namespace solarwinds { class Program { static void Main(string[] args) {…
-
I might be showing my ignorance here but if Metadata Publishing isn't enabled doesn't that mean I can't add it as a service reference from Visual Studio, in the same way I can't load it and see the available methods from the test client? Is :17777 actually intended to be used? Should I be pointing my .NET app at the soap…
-
Cheers for clarifying the net.tcl url Tim When I try and load the :17777 link in wcf test client I get: Error: Cannot obtain Metadata from net.tcp://orion:17777/SolarWinds/InformationService/Orion/ssl If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled…
-
I was trying to use 17777 because i'm in the .net wcftestclient, however i can connect to 17778 using wcfstorm client lite. The only problem is when i execute an SDK example command (VBClient) using the wcf storm test client (Calling QueryXml with the 'query' field value of SELECT TOP 1 A.AlertDefID, A.ActiveObject,…
-
Thanks aLTeReGo that's really interesting - we're running 4.2 but the latest version of the Apache script we have is tagged as coming from 2.0 - any idea why it might not have come with our install? Thanks, Henri
-
Even if I prefix this with a net.tcp:// it doesn't pop anything up - any ideas?
-
Hmm it looks like it shipped with APM, I haven't downloaded anything special? I have attached template I exported (had to zip it to meet upload rules)
-
This is strange, i am trying to add the service through the WCF test client with the URL orion:17777/SolarWinds/InformationService/OrionBasic and i'm not getting anything back it says could not find metadata/a service endpoint? I also get a strange closure when telnet'ing to that port from non-localhost - is there anything…