Results 1 to 3 of 3

Thread: SOAP reply not working

  1. #1
    clutton is offline Junior Member
    Join Date
    Dec 2009
    Posts
    2

    Default SOAP reply not working

    I am experimenting with the SOAP interface in Sugar 5.5 and am getting an odd reply from the server. I am new to the SOAP concepts so have been using soapUI in order to do some testing. The responses I get back do not seem to be working. I assume I must have something configured incorrectly. Here is an example reply headers from the server, the content itself is all sorts of crazy characters and will not let me paste it in but they appear to be high ASCII characters.

    HTTP/1.1 200 OK
    Date: Wed, 30 Dec 2009 20:56:19 GMT
    Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 PHP/5.2.11
    X-Powered-By: Zend Core/2.6.6 PHP/5.2.11
    X-SOAP-Server: NuSOAP/0.7.2 (45763)
    Content-Type: text/xml; charset=UTF-8
    Vary: Accept-Encoding
    Content-Encoding: gzip
    Transfer-Encoding: chunked

    Thanks in advance for any ideas as to what I should look into.

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: SOAP reply not working

    Perhaps you have the zlib issue of php.

    Change in file /include/utils.php in function setPhpIniSettings():
    // zlib module
    if(function_exists('gzclose') && headers_sent() == false) {
    ini_set('zlib.output_compression', 'true');
    }

    In most cases there is a 1, a true or an 'On', but only 'true' works.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  3. #3
    clutton is offline Junior Member
    Join Date
    Dec 2009
    Posts
    2

    Default Re: SOAP reply not working

    Thank you very much, that was indeed the issue. Seems to work great now.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. soap + query not working
    By lauren198 in forum Help
    Replies: 5
    Last Post: 2009-05-25, 06:47 AM
  2. email reply doesn't honor reply-to header
    By rogersugarsugar in forum Help
    Replies: 2
    Last Post: 2007-08-28, 10:34 PM
  3. Soap Not working on one system but with another
    By takudzwa in forum Developer Help
    Replies: 2
    Last Post: 2007-07-03, 01:11 AM
  4. soap search API not working
    By sugarcare in forum Developer Help
    Replies: 0
    Last Post: 2006-06-08, 03:55 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
  •