Results 1 to 3 of 3

Thread: Soap连接Accounts module出问题

  1. #1
    frankhuang is offline Member
    Join Date
    Dec 2010
    Posts
    8

    Question Soap连接Accounts module出问题

    各位兄弟姐妹,本人在使用SugarSoap的时候碰到一个非常棘手的问题, 发布出来希望得到大家的帮助,如果有遇到类似问题或是有什么想法的,请不吝赐教.
    我先call get_available_modules(),可以得到下面这些modules name:

    Contacts
    Accounts
    Campaigns
    Emails
    Reports
    ....

    然后我拿contacts fields:
    $result = $sugarClientProxy->get_module_fields($session_id, 'Contacts');
    正常
    再拿Accounts fields:
    $result = $sugarClientProxy->get_module_fields($session_id, 'Accounts');
    没有任何结果出现,print_r($result),页面显示为空,什么返回值都看不到.
    去查httpd的log文件,发现没有写进任何log信息,在access log文件中看到:

    [29/Mar/2011:12:29:58 +0800] "GET /AHCRM/soap.php?wsdl HTTP/1.1" 200 99032 "-" "NuSOAP/0.7.3 (1.114)"
    [29/Mar/2011:12:30:00 +0800] "POST /AHCRM/soap.php HTTP/1.0" 200 809 "-" "NuSOAP/0.7.3 (1.114)"
    [29/Mar/2011:12:30:01 +0800] "POST /AHCRM/soap.php HTTP/1.0" 200 340652 "-" "NuSOAP/0.7.3 (1.114)"

    并且连不同modules出现的都是这样的log,却只有Accounts module不能正常返回结果,觉得非常奇怪,在available modules里面可以看到"Accounts",但是取Account module数据的时候却什么都拿不到,而且也没有返回error信息

    因为问题比较紧急,希望有点思路或是经验的朋友能够施以援手,非常感谢!!

  2. #2
    siyang is offline Senior Member
    Join Date
    Apr 2010
    Posts
    46

    Default Re: Soap连接Accounts module出问题

    因该不会的 ,正常是会返回Accouts Obj的 , 你用什么版本的sugar
    qq:35519656

  3. #3
    sc09 is offline Sugar Community Member
    Join Date
    Jul 2009
    Posts
    39

    Default Re: Soap连接Accounts module出问题

    试着把custom/accounts删除然后试试

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 升级出现问题
    By hh520cn in forum Chinese
    Replies: 0
    Last Post: 2010-11-29, 06:40 AM
  2. Replies: 0
    Last Post: 2010-09-27, 02:19 AM
  3. 上传ftp出现问题
    By f1171717 in forum Chinese
    Replies: 2
    Last Post: 2009-09-27, 01:22 AM
  4. 关于sugarcrm中accounts list 导出问题
    By zhouyq in forum Chinese
    Replies: 3
    Last Post: 2009-04-22, 12:44 PM
  5. sugarcrm 弹出问题
    By zhudansheng in forum Chinese
    Replies: 6
    Last Post: 2009-03-03, 11:48 PM

Tags for this Thread

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
  •