REOC-72 Process Key and Value to fix the issue login URL not set to object
This commit is contained in:
parent
d15ef22e34
commit
28e9137666
|
@ -19,7 +19,9 @@ import java.util.List;
|
||||||
import static com.ossez.reoc.rets.client.CapabilityUrls.LOGIN_URL;
|
import static com.ossez.reoc.rets.client.CapabilityUrls.LOGIN_URL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Process key and Value
|
||||||
*
|
*
|
||||||
|
* @author YuCheng Hu
|
||||||
*/
|
*/
|
||||||
abstract public class KeyValueResponse {
|
abstract public class KeyValueResponse {
|
||||||
protected static final String CRLF = "\r\n";
|
protected static final String CRLF = "\r\n";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# RETS SESSION INFO
|
# RETS SESSION INFO
|
||||||
rets_loginUrl=http://neren.rets.paragonrels.com/rets/fnisrets.aspx/NEREN/login
|
rets_loginUrl=http://neren.rets.paragonrels.com/rets/fnisrets.aspx/NEREN/login
|
||||||
rets_username=username
|
rets_username=prurets1
|
||||||
rets_password=password
|
rets_password=boyd070110
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue