zendframework / zend-soap

Soap component from Zend Framework
BSD 3-Clause "New" or "Revised" License
75 stars 43 forks source link

Soap server client send special chars #23

Open GeeH opened 8 years ago

GeeH commented 8 years ago

This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html


Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7637 User: @roeimishori Created On: 2015-10-14T07:02:04Z Updated At: 2015-10-14T18:28:33Z Body tried to send with cdata but didn't work.

$val = '<![CDATA['.$row['desc'].']]>';


Comment

User: @Ocramius Created On: 2015-10-14T18:23:53Z Updated At: 2015-10-14T18:23:53Z Body @roeimishori check that you are using UTF-8 for your data.


Comment

User: @Ocramius Created On: 2015-10-14T18:24:29Z Updated At: 2015-10-14T18:24:29Z Body Also, please report this issue in https://github.com/zendframework/zend-soap


Comment

User: @roeimishori Created On: 2015-10-14T18:28:33Z Updated At: 2015-10-14T18:28:33Z Body Thanks


weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-soap; a new issue has been opened at https://github.com/laminas/laminas-soap/issues/18.