Skip to content

Commit

Permalink
XML Schema support was improved
Browse files Browse the repository at this point in the history
	suport for type extension
  • Loading branch information
dstogov committed Jan 23, 2004
1 parent ad1ccd6 commit 6277204
Show file tree
Hide file tree
Showing 7 changed files with 286 additions and 213 deletions.
9 changes: 5 additions & 4 deletions ext/soap/TODO
Expand Up @@ -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
Expand Down Expand Up @@ -121,17 +122,17 @@ 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
+ group
+ element
+ attribute
+ attributeGroup
- SOAP 1.2 array encoding/decoding (itemType, arraySize)
- SOAP 1.2 array encoding (itemType, arraySize)

Error Handling
--------------
Expand Down

0 comments on commit 6277204

Please sign in to comment.