Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ReportNET SDK + Metadata

Status
Not open for further replies.

crystalCoder

Programmer
Oct 18, 2005
1
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top