diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-01-26 15:13:45 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-01-26 15:13:45 +0000 |
commit | fbead642ad2cf31d4295cbbce503abbbdc214c3c (patch) | |
tree | 1a54d1e8a50d46b91810f1a4009c252151d32669 /ext/soap/TODO | |
parent | adb3562d8eba449437a61df7fc71acf857e804d1 (diff) | |
download | php-git-fbead642ad2cf31d4295cbbce503abbbdc214c3c.tar.gz |
Support for SOAP 1.2 RPC binding (<rpc:result>)
Diffstat (limited to 'ext/soap/TODO')
-rw-r--r-- | ext/soap/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/soap/TODO b/ext/soap/TODO index ab232f1ad2..efa3f150af 100644 --- a/ext/soap/TODO +++ b/ext/soap/TODO @@ -13,7 +13,8 @@ SOAP - SOAP message MUST NOT contain Processing Instructions <?xml-stylesheet ... ?> (XML_PI_NODE) + SOAP 1.1 fault codes ("client","server"), SOAP 1.1 fault codes ("Sender","Receiver") + SOAP 1.1 Content-Type - "text/xml", SOAP 1.2 - "application/soap+xml" -- support for SOAP 1.2 <rpc:result> (ignore it???) ++ support for SOAP 1.2 <rpc:result> (ignore it) +- SOAP 1.2 uses the element names env:Code and env:Reason, respectively, for what used to be called faultcode and faultstring in SOAP 1.1. - support for SOAP headers - actor attribute - mustUnderstend attribute |