Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can't Connect to RMS Web Service within C# App

26 views
Skip to first unread message

Charles

unread,
May 23, 2010, 4:13:01 AM5/23/10
to
We are trying to connect to the RMS Web Service on a 2008 Server with no luck.
It appears that no matter what we try we get this exception when running
this method AquireTemplateInformation.
http://msdn.microsoft.com/en-us/library/bb309049(VS.85).aspx

When we run it on the server we get a “500 Internal Server Error”.
When we run it on our C# client we get either get an
1. UnsupportedDataVersionException
2. Or a MalformedDataVersionException

Specficically, we get this error message back:
<ServerInfo RequestId="">
<ServerException
Name="Microsoft.DigitalRightsManagement.Core.UnsupportedDataVersionException">
<ErrorCode>-2146233088</ErrorCode>
</ServerException>
</ServerInfo>

We are setting the Min and Max value of the VersionDataValue.
How do we figure out the correct VersionDataValue to send in the SOAP Header
to the request.
Any help would be greatly appreciated.
-c

Charles

unread,
Jun 7, 2010, 5:09:29 AM6/7/10
to

Update:
If I set VersionDataValue.MinimumVersion and VersionDataValue.MaximumVersion
to "1.0.0.0" I can get the results from the webservice.

How do I know what VersionDataValue.MinimumVersion and
VersionDataValue.MaximumVersion should be so as not to hard code it?

Please advise.
-c

0 new messages