Re: PHP5 SOAP Extension - Request Header Elements with Attributes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Dmitry,

Dmitry Stogov wrote:
Why do you need ext/soap on server side if you like work with dom?

You can do just
$dom = dom_import_string($HTTP_RAW_POST_DATA);

That I want some more control on the output, without reloading it into a dom document doesn't mean I don't need ext/soap. I want to manipulate the response send back to the client, or the request send to the server after ext/soap has created it. This post processing the request/response can be anything from adding some nodes manually, to xml encryption.

I'll try to make a patch using php_libxml_register_export / php_libxml_import_node when I get to it.


Kind regards,

David

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux