summaryrefslogtreecommitdiff
path: root/ext/soap/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/TODO')
-rw-r--r--ext/soap/TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/soap/TODO b/ext/soap/TODO
index 1e73c31665..c4ebc94cf2 100644
--- a/ext/soap/TODO
+++ b/ext/soap/TODO
@@ -13,6 +13,7 @@ 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 headers
- actor attribute
- mustUnderstend attribute
@@ -121,9 +122,9 @@ Schema
? support for user defined complex types
? full support for content model encoding/decoding
? simpleContent restriction
- - simpleContent extension
- ? complexContent restriction
- - complexContent extension
+ + simpleContent extension
+ + complexContent restriction
+ + complexContent extension
+ all
+ choice
+ sequence
@@ -131,7 +132,7 @@ Schema
+ element
+ attribute
+ attributeGroup
- - SOAP 1.2 array encoding/decoding (itemType, arraySize)
+ - SOAP 1.2 array encoding (itemType, arraySize)
Error Handling
--------------