Zend Framework

Zend_Soap_Client has problem encoding a certain string

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: N/A N/A
  • Resolution: Not an Issue
  • Affects Version/s: 1.10.5
  • Fix Version/s: None
  • Component/s: Zend_Soap_Client
  • Labels:
    None

Description

When passing a certain string "yw202" to a member function of a Zend_Soap_Client, it throws this exception:
SOAP-ERROR: Encoding: string '\xff...' is not a valid utf-8 string

"yw202" is a room code. It's passed to a soap server that returns data about that room. It was very difficult to track. When I finally tried to use the string directly in the call to the function:

$this->client->getRoomno("yw202");

I began to think this is a bug in the Zend_Soap_Client code. I'm guessing "yw202" represents some other character in another encoding?

Activity

Hide
Simon added a comment -

I think I may have jumped the gun on this one. Will report back soon. For now ignore it.

Show
Simon added a comment - I think I may have jumped the gun on this one. Will report back soon. For now ignore it.
Hide
Simon added a comment -

Yes, definitely not an issue. This can be closed.

Show
Simon added a comment - Yes, definitely not an issue. This can be closed.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: