Search found 1 match
- Tue Apr 24, 2012 12:01 pm
- Forum: Common Lisp
- Topic: Handcrafting soap request
- Replies: 1
- Views: 4629
Handcrafting soap request
I've tried to use cl-soap, but the soap request needs namespace in every field, so I tried cxml and drakma. This is my toy example and I'm sure I'm doing a newbie mistake. Here goes: ;; http://soamoa.org:9292/artistRegistry?wsdl (defun soamoa-getall (pagesize pagenumber) (cxml:with-xml-output (cxml:...