1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
|
2006-01-05 17:24 scaekenberghe
* Makefile, test/all-tests.lisp:
some support for releases (incl asdf-install)
2005-10-06 13:09 scaekenberghe
* src/xsd.lisp, test/test-google-adwords.lisp, test/test-xsd.lisp:
added a solution to the 'subtype' problem: using a special purpose member called xsi:|type| to indicate a concrete subtype for abstract types
2005-10-06 13:07 scaekenberghe
* src/lxml.lisp:
actual-name will leave symbols alone
2005-10-06 13:06 scaekenberghe
* src/namespaces.lisp:
exporting 'type' from :xsi
2005-10-06 10:07 scaekenberghe
* src/soap.lisp:
OK, the last changed introduced some nasty bug - sorry
2005-10-05 15:24 scaekenberghe
* src/: http-client.lisp, soap.lisp, wsdl.lisp, xsd.lisp:
added some code to handle non 200 http responses
2005-10-03 14:29 scaekenberghe
* src/lxml.lisp:
added example sexpr-get, (setf sexpr-getf), sexpr-select and sexpr-remove
2005-10-03 14:24 scaekenberghe
* src/xsd.lisp:
forgot multiplicity for empty elements in describe-xsd
2005-10-03 11:40 scaekenberghe
* src/: soap.lisp, wsdl.lisp, xsd.lisp:
soap output headers are now interpreted in the document case
2005-10-01 10:48 scaekenberghe
* src/wsdl.lisp, src/xsd.lisp, test/development.lisp:
describe-xsd has been rewritten using the new template system
2005-09-30 21:59 scaekenberghe
* src/development.lisp, test/development.lisp:
moved from src to test
2005-09-30 21:58 scaekenberghe
* src/xsd.lisp:
various bugfixes
2005-09-30 21:57 scaekenberghe
* test/test-xsd.lisp:
removed some obsolete tests
2005-09-30 21:56 scaekenberghe
* src/soap.lisp:
better fault parsing
2005-09-30 21:56 scaekenberghe
* src/lxml.lisp:
added lxml-get-content as proper way to access lxml content (1st child)
2005-09-30 21:21 scaekenberghe
* src/xsd.lisp:
fixed repeating submember representation in sexpr in resolve-xsd-template and friends
2005-09-30 19:12 scaekenberghe
* src/development.lisp, src/wsdl.lisp, src/xsd.lisp,
test/test-google-adwords.lisp, test/test-xsd.lisp:
first version of xsd bind-element/resolve-element based on the new concept of 'xsd templates' - so far input/output symmetry has been reached and initial testing looks good; awaits further/more/deeper testing and some more cleanup/integration
2005-09-28 11:26 scaekenberghe
* test/test-google-adwords.lisp:
updated test code
2005-09-28 11:00 scaekenberghe
* src/xsd.lisp:
fixed a typo
2005-09-27 20:22 scaekenberghe
* src/xsd.lisp:
some refactoring
2005-09-27 18:25 scaekenberghe
* src/namespaces.lisp, src/xsd.lisp, test/test-google-adwords.lisp,
test/test-xsd.lisp:
added basic support for XSD complexContent combined with an extension
more test code
2005-09-27 07:41 scaekenberghe
* src/xsd.lisp:
bugfix: solitary primitive tags, like <name/> or empty tags like <name></name> where not handles correctly as primitive; now using lxml-* accessors
changed behavior of primitive string handling: NIL -> ""
2005-09-27 07:39 scaekenberghe
* test/test-google-adwords.lisp:
added get-all-adgroups
2005-09-26 16:40 scaekenberghe
* src/xsd.lisp:
we now return repeatable elements as full lists
2005-09-26 13:17 scaekenberghe
* cl-soap.asd, src/package.lisp:
some code cleanup, more exports
2005-09-26 13:15 scaekenberghe
* src/soap.lisp:
added report-soap-call debugging tool
2005-09-26 13:14 scaekenberghe
* src/wsdl.lisp, test/test-google-adwords.lisp:
incorporated wsdl caching to main code
2005-09-26 13:08 scaekenberghe
* src/http-client.lisp:
some code reformatting
2005-09-26 12:52 scaekenberghe
* src/wsdl.lisp:
renamed bind-header to bind-input-headers
now using bind-element in bind-input-headers
2005-09-26 12:41 scaekenberghe
* src/: wsdl.lisp, xsd.lisp:
removed old resolve/bind -element and replaced them by new-* versions
2005-09-26 10:43 scaekenberghe
* src/xsd.lisp:
fixed xsd primitive handling of false boolean
2005-09-25 14:44 scaekenberghe
* src/: lxml.lisp, xsd.lisp:
added 'plural' member handling to new-resolve-type
added nillable element attribute to use as optional indication in sequences
2005-09-23 23:33 scaekenberghe
* src/wsdl.lisp, src/xsd.lisp, test/test-google-adwords.lisp:
added new, better structured new-bind-element & new-resolve-element functions to xsd to bind wsdl-soap-call document-style input/output binding
2005-09-23 10:41 scaekenberghe
* src/xsd.lisp:
bugfix
2005-09-23 10:39 scaekenberghe
* src/: wsdl.lisp, xsd.lisp:
moved bind-element & resolve-element from wsdl.lisp to xsd.lisp
preparing for refactoring/rewriting
2005-09-23 10:06 scaekenberghe
* src/: namespaces.lisp, wsdl.lisp, xsd.lisp:
some code refactoring/cleanup
2005-09-23 10:03 scaekenberghe
* test/test-google-adwords.lisp:
made file loadable
moved all manual calls to #+NIL
indicated better which methods are supposed to work
2005-09-22 22:37 scaekenberghe
* src/: wsdl.lisp, xsd.lisp:
now using xsd element/type description in describe-wsdl-soap
2005-09-22 21:58 scaekenberghe
* cl-soap.asd:
fixed dependencies
2005-09-22 17:29 scaekenberghe
* src/wsdl.lisp, src/xsd.lisp, test/test-google-adwords.lisp:
more work on xsd type handling in wsdl-soap-call
more specifically type element multiplicity
added some simple experimental wsdl caching
2005-09-21 19:08 scaekenberghe
* src/lxml.lisp, src/wsdl.lisp, src/xsd.lisp,
test/test-google-adwords.lisp:
added more code to actually implement wsd-soap-call for document oriented soap calls with xsd type descriptions
2005-09-19 20:26 scaekenberghe
* src/wsdl.lisp:
restructured wsdl-soap-call in preparation of extentions
2005-09-19 19:54 scaekenberghe
* test/test-google-adwords.lisp:
fixed wsdl spec
2005-09-19 18:56 scaekenberghe
* src/soap.lisp, test/test-google-adwords.lisp:
added return header parsing to soap-call
2005-09-19 18:27 scaekenberghe
* src/xsd.lisp:
1st implementation of date,time&datetime conversions
2005-09-16 14:54 scaekenberghe
* src/wsdl.lisp, test/test-google-adwords.lisp:
1st actual (manual) google adwords api call
2005-09-16 09:51 scaekenberghe
* src/: lxml.lisp, wsdl.lisp, xsd.lisp:
basic integration of xsd primitive type handling in wsdl-soap-call
2005-09-15 15:37 scaekenberghe
* cl-soap.asd, src/namespaces.lisp, src/wsdl.lisp, src/xsd.lisp:
added first step towards partial XML Schema Definition implmentation to support WSDL types schema
2005-09-15 15:34 scaekenberghe
* test/test-google-adwords.lisp:
newly created; google adwords specific tests
testing parsing of all wsdl file
2005-09-15 15:32 scaekenberghe
* src/lxml.lisp:
added comments
2005-09-15 15:31 scaekenberghe
* test/test-wsdl.lisp:
marked which function don't work and why
2005-09-15 15:31 scaekenberghe
* src/package.lisp:
added exports to define the public API
2005-09-15 15:30 scaekenberghe
* src/http-client.lisp:
added https support for lispworks
2005-09-14 09:30 scaekenberghe
* src/http-client.lisp:
renamed close to close-all-connections to prevent conflict function<>generic-function
added open-socket-stream implementations for multiple CL implementations (from s-xml-rpc/sysdeps.lisp)
2005-09-13 21:23 scaekenberghe
* src/wsdl.lisp:
added describe-wsdl-soap to print a human readable description of a wdsl-document-definition
first, very limited, implementation of wsdl-soap-call (works in limited cases)
2005-09-12 16:28 scaekenberghe
* src/soap.lisp, src/wsdl.lisp, test/test-basic.lisp,
test/test-wsdl.lisp:
unimplemented API for making SOAP calls supported by WSDL
2005-09-12 13:24 scaekenberghe
* src/: namespaces.lisp, wsdl.lisp:
added parsing of WSDL SOAP extension elements
2005-09-10 21:57 scaekenberghe
* src/soap.lisp:
making clear that we only handle a single soap body elementCVS: ----------------------------------------------------------------------
2005-09-10 21:56 scaekenberghe
* test/test-basic.lisp:
added the random.org example (contributed by carlos.ungil@bluewin.ch)
2005-09-10 21:55 scaekenberghe
* src/lxml.lisp:
single symbols are also lxml
2005-09-09 16:18 scaekenberghe
* src/namespaces.lisp:
more exports
2005-09-09 16:17 scaekenberghe
* src/: lxml.lisp, namespaces.lisp, wsdl.lisp:
first code to parse generic (non-soap-binding) wsdl into a lisp model
2005-09-09 13:21 scaekenberghe
* src/: http-client.lisp, soap.lisp:
some changed to allow more (optional) customization options
to envelope/header/body attributes and some changes to the header itself
2005-09-08 17:39 scaekenberghe
* src/http-client.lisp, src/namespaces.lisp, src/soap.lisp,
test/test-basic.lisp:
some bugfixes (thx to carlos.ungil@bluewin.ch)
2005-09-05 10:35 scaekenberghe
* cl-soap.asd, src/development.lisp, src/http-client.lisp,
src/lxml.lisp, src/namespaces.lisp, src/package.lisp,
src/soap.lisp, src/wsdl.lisp, test/test-basic.lisp:
Code copied from internal CVS repository
|