Results 1 to 2 of 2

Thread: using SOAP nusoap for outside lead generation

  1. #1
    lanx is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    37

    Question using SOAP nusoap for outside lead generation

    I have installed the oscommerce/sugarcrm integration which uses SOAP nusoap found here:

    http://www.sugarforge.org/projects/osc-sugar-integ/

    I have gone through all of the steps and when someone creates an account from create_account.php it does NOT get put into sugarCRM. Can someone please help me diagnose the problem? I have double and triple checked everything and still cannot even see if I am making a correct successful SOAP connection (new to SOAP and nusoap).

    When I use the modules and then "Syncronise all data" and pick "oscommerce" I get the following error (not sure if this shows that I am not connecting successfully to the oscommerce site)

    Code:
    Fatal error: Cannot instantiate non-existent class: nusoapclient in /var/www/html/crm/modules/OsCommerceCustomers/SyncWithOsCommerce.php on line 508
    which line 508 has the following code:
    Code:
        $client = new nusoapclient($sys_config->settings["OsCommerce_end_point"]);

    Any help please?!!?!? How can I determine whether or not the SOAP between oscommerce and sugarcrm is being successful?
    Last edited by lanx; 2006-12-25 at 03:06 AM.

  2. #2
    Kel
    Kel is offline Junior Member
    Join Date
    Feb 2007
    Posts
    3

    Default Re: using SOAP nusoap for outside lead generation

    Did you use the existing nusoap library included with SugarCRM or download a fresh one? I still haven't gotten mine working correctly but I did get rid of these errors by downloading nusoap (http://sourceforge.net/projects/nusoap/), installing it onto an arbitrary location on the server, and pointing the config file in my OSC/admin/includes/ directory to it.
    Last edited by Kel; 2007-02-11 at 09:30 PM.

Thread Information

Users Browsing this Thread

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

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
  •