Change password
This commit is contained in:
parent
735b732c7a
commit
9395c85c0f
|
@ -17,13 +17,13 @@ public class RetsGetMetadataExample {
|
|||
//Create a RetsHttpClient (other constructors provide configuration i.e. timeout, gzip capability)
|
||||
RetsHttpClient httpClient = new CommonsHttpClient();
|
||||
RetsVersion retsVersion = RetsVersion.RETS_1_7_2;
|
||||
String loginUrl = "***REMOVED***";
|
||||
String loginUrl = "";
|
||||
|
||||
//Create a RetesSession with RetsHttpClient
|
||||
RetsSession session = new RetsSession(loginUrl, httpClient, retsVersion);
|
||||
|
||||
String username = "***REMOVED***";
|
||||
String password = "***REMOVED***";
|
||||
String username = "";
|
||||
String password = "";
|
||||
|
||||
//Set method as GET or POST
|
||||
session.setMethod("POST");
|
||||
|
|
Loading…
Reference in New Issue