|
Posted by Sebastian Araya on 04/04/06 18:34
Hello,
I'm running PHP 5.2 on gentoo distribution. I'm testing SOAP new
extensions, but I'm facing a strange problem... I built a little class
and used setClass() and handle() to make PHP handle interconnectivity,
but for some ugly reason when I update a public method, the SOAP
envelope changed from:
HTTP/1.1 200 OK
....
Content-Type: text/xml; charset=utf-8
to:
HTTP/1.1 200 OK
....
Content-Type: text/html; charset=ISO-8859-1
In other words, the Content-Type changed from XML to HTML !! Has
anyone hit with this ??
Thanks,
Sebastián Araya
Navigation:
[Reply to this message]
|