Re-ingest all associated documents Programmatically using Web Service

2012-02-16 Thread Feroz Zahid
Hi All, I am developing an application which uses manifoldcf web services to communicate to the manifoldcf for creating, editing, deleting jobs etc in PHP. I want to programmatically call re-ingest all associated documents for an output connector using the web service, how's is it possible? online

Re: Re-ingest all associated documents Programmatically using Web Service

2012-02-16 Thread Karl Wright
It's a POST to reset/outputconnections/. Let me see if it's in the doc; if not I'll create a ticket. Karl On Thu, Feb 16, 2012 at 5:29 AM, Feroz Zahid wrote: > Hi All, > I am developing an application which uses manifoldcf web services to > communicate to the manifoldcf for creating, editing, d

Re: Re-ingest all associated documents Programmatically using Web Service

2012-02-16 Thread Karl Wright
No, it's there already: reset/outputconnections/ PUT Forget previous indexing state N/A { } OR {"error":} Karl On Thu, Feb 16, 2012 at 5:58 AM, Karl Wright wrote: > It's a POST to reset/outputconnections/.  Let me see > if it's in the doc; if not I'll create a ticket. > > Karl >

Re: Re-ingest all associated documents Programmatically using Web Service

2012-02-16 Thread Feroz Zahid
Thanks a lot. Regards. On Thu, Feb 16, 2012 at 4:00 PM, Karl Wright wrote: > No, it's there already: > reset/outputconnections/       PUT     Forget > previous > indexing state  N/A     { } OR {"error":} > > Karl > > > On Thu, Feb 16, 2012 at 5:58 AM, Karl Wright wrote: >> It's a POST to reset