crystalCoder
Programmer
Hello,
I am attempting to utilize the ReportNet SDK. I am using Cognos ReportNet 1.1 MR2. I am using C# and I want to retrieve all the Metadata from the content store for either an anonymous or authenticated user. It seems like no matter what I do I can't use the SDK and it doesn't provide a detailed enough answer to help me.
Can someone help me, here is my code:
CognosWebService cognosWebService = new CognosWebService();
cognosWebService.Url = "string requestXML = "<request><Metadata start_atPath=\"\"><Properties><Property name=\"querySubject/@*\" /></Properties></Metadata></request>";
string responseXML = cognosWebService.getMetadata(requestXML);
When I run the code, I get a SoapException with a message that says: "Client Error". i have no idea what the problem is. Any help is greatly appreciated.
Thank you!
I am attempting to utilize the ReportNet SDK. I am using Cognos ReportNet 1.1 MR2. I am using C# and I want to retrieve all the Metadata from the content store for either an anonymous or authenticated user. It seems like no matter what I do I can't use the SDK and it doesn't provide a detailed enough answer to help me.
Can someone help me, here is my code:
CognosWebService cognosWebService = new CognosWebService();
cognosWebService.Url = "string requestXML = "<request><Metadata start_atPath=\"\"><Properties><Property name=\"querySubject/@*\" /></Properties></Metadata></request>";
string responseXML = cognosWebService.getMetadata(requestXML);
When I run the code, I get a SoapException with a message that says: "Client Error". i have no idea what the problem is. Any help is greatly appreciated.
Thank you!