Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Special characters in soap request

  1. #11
    Join Date
    Jan 2011
    Location
    UK
    Posts
    3

    Default

    we all are in the same boat lolx

  2. #12
    Join Date
    Jan 2011
    Posts
    2

    Default

    Hi,

    I'm using a web service that in my request includes a ¥ symbol (chr 0165). I have set the encoding on my soap client to:

    $soap = new MySoapClient('address.wsdl', array('trace' => 1, 'encoding'=>'ISO-8859-1'));

    But when I look at my outgoing soap package the "¥" is changed to "Â¥"

    I'm not good at encoding but I've tried a number of different combinations, using UTF8-ENCODE etc, to no avail....I just want my outbound soap package to show "¥" for every "¥" in my string variable.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •