You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Dhanush Gopinath <dh...@altair.com> on 2010/01/21 08:59:44 UTC

listInstances API

Hi,

 

Is the listInstances Web service API's input order wrong? The limit and
filter parameters are reversed I think. 

 

When I pass the SOAP request like this 

 

<pmap:listInstances>

         <limit>pid =
{http://www.test.com/bpel/ProjectProcess/ProjectProcess}ProjectProcess-6
2  started >= 2010-01-20T20:18:20.197+05:30</limit>

         <order>-started</order>

         <filter>2</filter>

      </pmap:listInstances>

 

It returns the correct output, but when I give the following input

 

<pmap:listInstances>

         <limit>2</limit>

         <order>-started</order>

         <filter> pid =
{http://www.test.com/bpel/ProjectProcess/ProjectProcess}ProjectProcess-6
2  started >= 2010-01-20T20:18:20.197+05:30</filter>

      </pmap:listInstances>

 

It throws a Number Format Exception. I am using ODE 1.3.3. Is this a
known issue?

 

Thanks & Regards

Dhanush Gopinath