Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
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?
I think I may have jumped the gun on this one. Will report back soon. For now ignore it.