• geomobility
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Has anyone ever tried  .Net Compact Framework 2.0 on WM5.0 or above to access Apex API 9.0?  I can not even pass "login" stage.  The following 2 lines of code are used in test:

apex.SforceService sfdc = new apex.SforceService();

apex.LoginResult lr = sfdc.login("username", "password");

When "login" is called, it fails with error message: "Unable to read data from the transport connection".  Greatly appreciate if anyone can help!