Hello,
I have a SWIS Query running as shown below that will only work if I do not add the "RETURN XML AUTO" (takes 2.4 seconds to run) - How can I add this in my C# app without this?
SELECTA.NodeID,B.Caption,A.Script,A.GroupFROMOrion.NodesCustomPropertiesAINNERJOINOrion.NodesBONA.NodeID=B.NodeIDWHEREA.Group<>'N/A'RETURNXMLAUTO
It seems to be a timing issue with the InformationService v3. Is there a way to increase the timeout on this service over https?
I also get weird errors inside the SWQL Studio where it says communication is in a Failed State for System.ServiceModel.Channels.ServiceChannel
Thanks