I'm connecting to LiveCycle through a VB.NET webservice. One of the
things that we're doing is pulling out XDP templates which we then use
to build PDFs. In our database, we store which template version we want
to use for the pdf. If I use the RepositoryServices.getHistory function,
I can loop through all the versions of the template and find the one
with the major and minor version that I need and work with that.What I
would like to do, however, is to use either the ReadResource or
ReadResource...