summaryrefslogtreecommitdiff
path: root/ext/soap/TODO
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-26 15:13:45 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-26 15:13:45 +0000
commitfbead642ad2cf31d4295cbbce503abbbdc214c3c (patch)
tree1a54d1e8a50d46b91810f1a4009c252151d32669 /ext/soap/TODO
parentadb3562d8eba449437a61df7fc71acf857e804d1 (diff)
downloadphp-git-fbead642ad2cf31d4295cbbce503abbbdc214c3c.tar.gz
Support for SOAP 1.2 RPC binding (<rpc:result>)
Diffstat (limited to 'ext/soap/TODO')
-rw-r--r--ext/soap/TODO3
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