Page 1 of 1

xml cgi problems

PostPosted: Sat Sep 27, 2003 8:49 am
by David Clarke
Hi:

When calling db_xml.cgi

This works:
..com/cgi-bin/store/ss/db_xml.cgi?startorder=32000")
returns all orders from 32000 on.

This works:
..com/cgi-bin/store/ss/db_xml.cgi?startorder=32000&endorder=32001")
returns 1 order - 32000.

This dosen't work:
..com/cgi-bin/store/ss/db_xml.cgi?startorder=32000&maxorders=1")
returns all orders from 32000 on rather than 1 order.

Also db_xml.cgi is ALWAYS returning the pay data. However we are on an SSL
connection.

didn't try all the other methods ie - startdate / enddate

Thanks
David Clarke

Re: xml cgi problems

PostPosted: Thu Oct 02, 2003 9:03 am
by David H
Instead of "maxorders" try "maxorder" (looks like the on-line doc was wrong)

-David H.

"David Clarke" <dc@dcinterconnect.com> wrote in message
news:bl4bjg$40a$1@support.shopsite.com...
Hi:

When calling db_xml.cgi

This works:
.com/cgi-bin/store/ss/db_xml.cgi?startorder=32000")
returns all orders from 32000 on.

This works:
.com/cgi-bin/store/ss/db_xml.cgi?startorder=32000&endorder=32001")
returns 1 order - 32000.

This dosen't work:
.com/cgi-bin/store/ss/db_xml.cgi?startorder=32000&maxorders=1")
returns all orders from 32000 on rather than 1 order.

Also db_xml.cgi is ALWAYS returning the pay data. However we are on an
SSL
connection.

didn't try all the other methods ie - startdate / enddate

Thanks
David Clarke