|
How to connect to the server?
URL=https://secure5.fxcorporate.com/servlet/com.fxcm.web.fxpa.ui.FxpaServlet/
username=creativepragmatic
password=xxxxxxxxx
connection=U10D3
locale=eng
report=REPORT_NAME_CUSTOMER_ACCOUNT_STATEMENT
account=1234567890 (10 digit account number)
from=01/01/2007
till=03/31/2007
Using the above connection properties, I am trying to connect to the server. Of the above properties I am not sure what 'username', 'password' and 'account' should be. Am I correct in my assumption that 'account' should be set to the 10 digit client account number and the 'password' is the client account password? Also, where are the 'username' and 'connection' supposed to come from?
When I run the Sample class, it returns the following error:
Error: ERR_LOGON_FAILED
Thank you in advance for any helpful clarification.
|