What steps will reproduce the problem?
ApiConnection con = new ApiConnection(new URL(url), key, "FB FM");
con.setDebug(true);
Client c = new Client();
c.setFirstName(first_name);
c.setLastName(last_name);
c.setEmail(email_address);
c.setOrganization(org);
long res = con.createClient(c);
return res;
What is the expected output? What do you see instead?
client id returned
What version of the product are you using? On what operating system?
latest build, ported to Java 5 Mac OS 10.5.8
Please provide any additional information below.
Console shows proper XML returned. I must be missing something.
Original issue reported on code.google.com by angelo.l...@gmail.com on 22 May 2010 at 4:02
Original issue reported on code.google.com by
angelo.l...@gmail.com
on 22 May 2010 at 4:02