Results 1 to 1 of 1

Thread: Working with soap and getting errors

  1. #1
    visnik is offline Junior Member
    Join Date
    Mar 2009
    Posts
    1

    Default Working with soap and getting errors

    I am trying to figure out how to get/pass information from/to Sugar.. I am completly unfamilar with soap, but I was doing the following tutorial from the Wiki page SOAP Intro and Practical Examples, URL here: http://www.sugarcrm.com/wiki/index.p...tical_Examples and recived the following error.

    Warning: SoapClient::SoapClient() expects parameter 2 to be array, boolean given in E:\xampplite\htdocs\joomsugartest\integration.php on line 11

    Fatal error: Uncaught SoapFault exception: [Client] SoapClient::SoapClient() [<a href='soapclient.soapclient'>soapclient.soapclient </a>]: Invalid parameters in E:\xampplite\htdocs\joomsugartest\integration.php: 11 Stack trace: #0 E:\xampplite\htdocs\joomsugartest\integration.php( 11): SoapClient->SoapClient('http://localhos...', true) #1 {main} thrown in E:\xampplite\htdocs\joomsugartest\integration.php on line 11

    What I don't seem to understand in the tutorial is that it clearly states a Boolean value of true for the second parameter here, $client = new soapclient('http://localhost/SugarCE/soap.php?wsdl',true); but then give the error for an array expected, but Boolean given. Am I just missing something?

    any help would be great, thanks.
    Last edited by visnik; 2009-03-03 at 02:07 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SOAP set_entry errors
    By ibutler in forum Developer Help
    Replies: 0
    Last Post: 2007-07-11, 08:33 PM
  2. Soap errors in v4.5.1
    By thierry.beeckmans in forum Developer Help
    Replies: 7
    Last Post: 2007-03-26, 06:32 PM
  3. Javascript errors, mail not working?
    By Hooijer in forum Help
    Replies: 1
    Last Post: 2006-06-08, 05:32 AM
  4. Sugar SOAP and MS .Net Framework errors
    By neilmcguigan in forum Developer Help
    Replies: 0
    Last Post: 2005-03-27, 11:53 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
  •