summaryrefslogtreecommitdiff
path: root/ext/soap/TODO
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-26 16:19:29 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-26 16:19:29 +0000
commit9387d78fd05771971d3831ab45f52b1945fd3ed0 (patch)
tree42497d1b475f181b777ec73a584e7c3c36fd2a2a /ext/soap/TODO
parent6fe26e966d2e44992050debad15b79109356aefd (diff)
downloadphp-git-9387d78fd05771971d3831ab45f52b1945fd3ed0.tar.gz
SOAP 1.2 Fault support (Code,Reason,Datail instead of faultcode,faultstring,...)
Diffstat (limited to 'ext/soap/TODO')
-rw-r--r--ext/soap/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/TODO b/ext/soap/TODO
index efa3f150af..80cbea48eb 100644
--- a/ext/soap/TODO
+++ b/ext/soap/TODO
@@ -14,7 +14,7 @@ SOAP
+ 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)
-- 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.
++ 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