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 documentation takes me no where.

Thanks and Regards.

--
Feroz Zahid


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

2012-02-16 Thread Karl Wright
It's a POST to reset/outputconnections/connection_name.  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 feroz...@gmail.com wrote:
 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 documentation takes me no where.

 Thanks and Regards.

 --
 Feroz Zahid


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

2012-02-16 Thread Karl Wright
No, it's there already:
reset/outputconnections/encoded_connection_name   PUT Forget previous
indexing state  N/A { } OR {error:error_text}

Karl


On Thu, Feb 16, 2012 at 5:58 AM, Karl Wright daddy...@gmail.com wrote:
 It's a POST to reset/outputconnections/connection_name.  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 feroz...@gmail.com wrote:
 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 documentation takes me no where.

 Thanks and Regards.

 --
 Feroz Zahid


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 daddy...@gmail.com wrote:
 No, it's there already:
 reset/outputconnections/encoded_connection_name       PUT     Forget 
 previous
 indexing state  N/A     { } OR {error:error_text}

 Karl


 On Thu, Feb 16, 2012 at 5:58 AM, Karl Wright daddy...@gmail.com wrote:
 It's a POST to reset/outputconnections/connection_name.  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 feroz...@gmail.com wrote:
 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 documentation takes me no where.

 Thanks and Regards.

 --
 Feroz Zahid



-- 
--
Feroz Zahid