I have to develop a windows application module(.Net 2.0 - Visual Studio 2005), searching the CMS Items through the Rhytmyx web services and displaying the found item’s URL (the published document url).
Searching items is not a problem using the contentSOAP.FindItems() webmethod.
But I wondered if it’s possible to get the Published Item’s URL, and How? And in different environement(internet & intranet)
Which web method do I have to call?
I would assume to use the contentSOAP.GetAssemblyUrls() web method, but I could only get the Assembly Url…
Does anybody knows how to do that?
Thanks.