Results 1 to 3 of 3

Thread: SOAP login() method returns nothing?

  1. #1
    mysticone is offline Junior Member
    Join Date
    Aug 2007
    Posts
    3

    Default SOAP login() method returns nothing?

    I've been working on developing some site integration tools for a friend of mine. I've been trying to interface their portal website with an installation of SugarCRM 4.5.1c. I had everything working fine on my test machine with SugarCRM 4.5.1e, but on moving to their machine, my SOAP login methods all return ... well, nothing. If I do a var_dump($result) where $result is the result of the SOAP client's login method, it just says NULL. The account is valid, no errors are being raised, and nothing is coming back. I'm stumped as to what the problem could be.

    I've looked over the release notes for the versions up to 4.5.1e, but didn't see anything that seemed to be related to logins or SOAP. I'm using php5 on the server (5.2.3), Apache 1.3.37, MySQL 5.0.45, SugarCRM Open Source 4.5.1c (as mentioned previously), and the nuSOAP library that's included with SugarCRM.

    If anyone could point me in the right direction, I'd greatly, greatly appreciate it. I'm stumped. Thank you!

    Daniel

  2. #2
    mysticone is offline Junior Member
    Join Date
    Aug 2007
    Posts
    3

    Default Re: SOAP login() method returns nothing?

    Actually, let me clarify something here. It's returning "false", rather than returning nothing. The null comes from when I'm attempting to pull the session ID from the resulting array, but it isn't an array. So my request is returning "false" instead.

  3. #3
    Maskus is offline Junior Member
    Join Date
    Jan 2012
    Posts
    1

    Default Re: SOAP login() method returns nothing?

    I am having the same issue. Has anyone solved it?
    Logs and googling do not help.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SOAP login with LDAP issue
    By derekvincent in forum Developer Help
    Replies: 3
    Last Post: 2011-01-07, 06:58 PM
  2. SOAP API Login Failiure
    By myunus in forum Help
    Replies: 2
    Last Post: 2010-12-07, 09:20 AM
  3. SOAP login() - Invalid Username/Password.
    By dsandor in forum Developer Help
    Replies: 12
    Last Post: 2010-12-07, 09:13 AM
  4. SOAP login question
    By Axces in forum Developer Help
    Replies: 0
    Last Post: 2006-01-19, 07:49 PM
  5. In search of a deleteItem method via soap
    By scotty84 in forum Help
    Replies: 1
    Last Post: 2005-08-25, 09:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •