Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The type 'anyType' is apparently a base simple type. At least defining it makes some server happy [554877fd21]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e9780565f6635d1d984e313cf905e3f0 |
User & Date: | oehhar 2016-11-03 09:26:18.360 |
References
2016-11-03 09:26 | • Ticket [554877fd21] xsd:anyType doesn't work in the respone status still Review with 2 other changes artifact: 9c75137d65 user: oehhar | |
Context
2016-11-03 09:28 | Removed exec file property from tcl files check-in: dbd1245897 user: oehhar tags: trunk | |
2016-11-03 09:26 | The type 'anyType' is apparently a base simple type. At least defining it makes some server happy [554877fd21]. check-in: e9780565f6 user: oehhar tags: trunk | |
2016-11-03 09:14 | ClientSide provided old version 2.3.8. Is now 2.3.9. check-in: a82d4a352d user: oehhar tags: trunk | |
Changes
Changes to Utilities.tcl.
︙ | ︙ | |||
69 70 71 72 73 74 75 76 77 78 79 80 81 82 | array set ::WS::Utils::importedXref {} set nsList { w http://schemas.xmlsoap.org/wsdl/ d http://schemas.xmlsoap.org/wsdl/soap/ xs http://www.w3.org/2001/XMLSchema } array set ::WS::Utils::simpleTypes { string 1 boolean 1 decimal 1 float 1 double 1 duration 1 dateTime 1 | > | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | array set ::WS::Utils::importedXref {} set nsList { w http://schemas.xmlsoap.org/wsdl/ d http://schemas.xmlsoap.org/wsdl/soap/ xs http://www.w3.org/2001/XMLSchema } array set ::WS::Utils::simpleTypes { anyType 1 string 1 boolean 1 decimal 1 float 1 double 1 duration 1 dateTime 1 |
︙ | ︙ |