-
The RetsUpdate.executeUpdate method indicates that it will return a RetsUpdateResult after completion. When the RETS server returns an update error (i.e. Field x is invalid), the method throws an exception instead of returning a "RetsUpdateResult" (which prevents us from checking the ErrorBlock/WarningBlock data for the failed field(s))
2009-06-26 16:50:28 UTC by mikeg91
-
No content being POSTed when using RetsTransactionHandler.setMethod("POST");
Example:
.....
String dmqlUpdate = "Resource=Property&ClassName=3&Type=Add&Delimiter=|&Record=123=FHNST|456=OPTIO|789=2009";
RetsTransactionHandler rth = auth.getUpdateHandler();
rth.setMethod("POST");
rth.executeTransaction(dmqlUpdate);
RetsResponse resp = rth.executeTransaction(dmqlUpdate);...
2009-06-25 22:42:13 UTC by mikeg91
-
Hi there,
I've been using JRETSC for posting RETS Update transactions for the past few weeks now (excellent work, by the way.)
I may have stumbled across a bug in the "setMethod" method of the RetsTransactionHandler class. After I successfully login to our RETS server, I use the following code to perform an update transaction:
....
String dmqlUpdate =...
2009-06-19 16:07:45 UTC by mikeg91
-
mrisrets added the jretsc_2.4.0_602.tar.gz file.
2009-02-20 18:15:22 UTC by mrisrets
-
mrisrets created the JRETSC 2.4.0_602 file release.
2009-02-20 18:11:46 UTC by mrisrets
-
mrisrets committed patchset 28 of module retstransaction to the RETS Open Source Projects CVS repository, changing 21 files.
2003-08-11 19:11:36 UTC by mrisrets
-
mrisrets committed patchset 27 of module retstransaction to the RETS Open Source Projects CVS repository, changing 73 files.
2003-08-11 19:11:35 UTC by mrisrets
-
mrisrets committed patchset 26 of module retstransaction to the RETS Open Source Projects CVS repository, changing 3 files.
2003-08-11 18:57:45 UTC by mrisrets
-
mrisrets committed patchset 25 of module retstransaction to the RETS Open Source Projects CVS repository, changing 2 files.
2003-08-11 18:47:48 UTC by mrisrets
-
mrisrets committed patchset 24 of module retstransaction to the RETS Open Source Projects CVS repository, changing 1 files.
2003-08-11 18:42:40 UTC by mrisrets