diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-01-16 07:55:27 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-01-16 07:55:27 +0000 |
commit | 9bf8d5bfe9e076177991e9a9ee737ecb0395dbcf (patch) | |
tree | 5c63dcf0aecdcc7e78bf9791dfa2f133346e11af /ext/soap/TODO | |
parent | 7e19a6724757b0104ef30c4572aa989f12217e6c (diff) | |
download | php-git-9bf8d5bfe9e076177991e9a9ee737ecb0395dbcf.tar.gz |
faultcode/faultstring mismatch was fixed
Diffstat (limited to 'ext/soap/TODO')
-rw-r--r-- | ext/soap/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/TODO b/ext/soap/TODO index fcd61548d6..02b3f3aaa7 100644 --- a/ext/soap/TODO +++ b/ext/soap/TODO @@ -11,7 +11,7 @@ SOAP + SOAP versioning model + SOAP message must not contain a Document Type Declaration - 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 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 headers - actor attribute |