Results 1 to 3 of 3

Thread: SOAP/WebService access - extremely slow

  1. #1
    anztenney is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    18

    Default SOAP/WebService access - extremely slow

    I'm using Sugar Version 5.0. I've got the following simple lines of code that don't seem to be working, or are working extremely slow.

    require_once('nusoap/nusoap.php');
    $url="http://www.theamericanacademy.com/sandbox_sugar/soap.php?wsdl";
    $client = new soapclient($url,true);
    $ret = $client->call('test','asasp');
    printf($ret);


    Debugging, I see that it is continually calling the function: getmicrotime() in the nusoap.php class.

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: SOAP/WebService access - extremely slow

    Hi, anztenney

    Can you follow the sample in examples/SoapTest.php?

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    anztenney is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    18

    Default Re: SOAP/WebService access - extremely slow

    Thanks. My apache server wasn't running correctly.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help Wanted: MS Access conversion?
    By stephenmchugh in forum Classifieds
    Replies: 2
    Last Post: 2011-04-10, 07:27 AM
  2. Access Control in SugarCRM5 CE Full
    By dhanukanaveen in forum Help
    Replies: 0
    Last Post: 2007-12-15, 09:31 AM
  3. Slow Access To Module Loader
    By jnovak in forum Help
    Replies: 16
    Last Post: 2007-09-27, 08:32 AM
  4. Very slow access to the bugs site
    By george_bbch in forum Site feedback
    Replies: 1
    Last Post: 2006-09-26, 08:46 AM

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
  •