J# Url problem
Hi!
I'm using a code in java to login to a site. I suppose the java code should work in j# (the port looks ok). However, when I try to login with a java sdk it logs in (i used java 1.5) but when I try with J# I get all the xml like in the java version but it fails.
The code I'm using is the "Step 2" available here:
http://wiki.hattrick.org/CHPP_Development/Java/Login_examples
(i just cut the connection.close() method).
Any idea of what may be wrong? Apparently, the url seems ok..
Thanks in advance.
RR

