Hi
I am trying to use the ORIAN SDK to query SWIS using the InformationServiceClient.QueryXML method in c#.
I looked at the VBClient example which also uses the QueryXML method but its method just takes one string parameter but the method defined within the InformationServiceClient I am using takes two parameters: query and parameters (a dataset type).
I understand the purpose of the query but how must my Dataset be set up before passing it on in the method call. An example would be a great help.
This is my first attempt trying to prove concept. Any help appreciated.
Paul