Since I can't find a separate space for the Web Services Consumer SDK and I'm using .NET to access it, I guess I'll post here... Please let me know if this needs to go somewhere else.
I'm playing with some things in this SDK and I've run into a small issue. In the sample code I've found for instantiating a ReportEngine (from the Java API docs, I'm translating code to C#) I see a call to Session.GetAssociatedServicesURL("ReportEngine"). However, even though this call will compile, the GetAssociatedServicesURL method has been deprecated in 4.0, so I'm trying to find another way to do this. I have been unable to find any information about how to replace this method. Can someone point me in the right direction on this? I don't want to do something that will just have to be recoded with next version.
Thanks!
-Dell