Results 1 to 2 of 2

Thread: SOAP calls not returning special characters correctly

  1. #1
    jmkobus is offline Junior Member
    Join Date
    Nov 2010
    Posts
    2

    Default SOAP calls not returning special characters correctly

    I am looking for some help or direction on an issue we are having with the get_entry_list call. When there are special characters in one of the fields they are displayed wrong. Here is an example.

    We have a call to pull the Case matching $CaseID and then set the Description to $Description.

    Code:
    $result = $client->call('get_entry_list', array($session_id, 'Cases', $search_filter,'','','','',''));
    $search_filter = "cases.id = '" . $CaseID . "'";
    
    $Description = $result['entry_list'][0]['name_value_list'][9]['value'];
    The problem is when we print out Description special characters come out wrong.
    This is what it should look like.
    Code:
    We can’t get it working. Here are the logs.
    
    [2010-09-27 21:13:49] [WARN]   <11> #===============================================
    [2010-09-27 21:13:49] [DEBUG]  <11> [29241] Ran SNMP Discovery Rules for ==> Device
    This is how it come out
    Code:
    We can?t get it working. Here are the logs.
    
    
    [2010-09-27 21:13:49] [WARN]   lt;11gt; #===============================================
    [2010-09-27 21:13:49] [DEBUG]  lt;11gt; [29241] Ran SNMP Discovery Rules for ==gt; Device
    Any assistance or a point in the right direction would be extremely helpful.

    Sugar Version 5.2.0e (Build 5626)

  2. #2
    jmkobus is offline Junior Member
    Join Date
    Nov 2010
    Posts
    2

    Default Re: SOAP calls not returning special characters correctly

    Does anyone have any advice on this? We are still seeing this problem

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SOAP calls never returning
    By quickdry in forum Developer Help
    Replies: 3
    Last Post: 2007-05-14, 05:56 PM
  2. Replies: 3
    Last Post: 2004-09-30, 02:10 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
  •