Re: Unable to access the methods envolved in Reddot webservice.

2014-12-05 Thread Sami Dubey
Hi Bernd, We are unable to get the classes available in the CMS webservice. Could you please let us know how we can get that. It is failing in the first step itself. // RqlService is a class manually generated using Visual Stuio by pointing to the web service URL RqlService RqlServiceObj = new

Re: Unable to access the methods envolved in Reddot webservice.

2014-12-05 Thread Bernd Braun
Hi Samridhi, normally you receive a string and not a object, are you sure that you receive a object from the execute command? maybe this is the issue. Cheers Bernd > Am 05.12.2014 um 10:40 schrieb Sami Dubey : > > Dear All, > > We are trying to access the page's HTML using page GUID. Howev

Unable to access the methods envolved in Reddot webservice.

2014-12-05 Thread Sami Dubey
Dear All, We are trying to access the page's HTML using page GUID. However we are not able to achieve this using RQL in .Net 4.0 version. Please find the code below we are trying so far Webservice URL - http://ourdomain/cms/webservice/RDCMSXMLServer.WSDL - // lo