Lisp肥皂客​​户 [英] Lisp soap client

查看:51
本文介绍了Lisp肥皂客​​户的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用Apache CXF为SOAP Web服务开发客户端非常容易.我所要做的就是调用wsdl2java,并且所有必需的类都存在.是否有这样的客户对Lisp感兴趣?如果没有,我该怎么做才能为Lisp写一个Soap Client?唯一的限制是我无法使用franz/lispworks或macs之类的商业实现.

It was very easy to use Apache CXF to develop a client for a SOAP web service. All I had to do was call wsdl2java and all the required classes were present. Is there such a client for lisp? If not, what can I do to write a soap client for lisp? The only restriction is that I don't have access to commercial implementations such as franz/lispworks or macs.

推荐答案

CL-SOAP 我在今年早些时候尝试过.关于它的好处是,它可以读取WSDL文件并使用该文件生成客户端代理.我无法使其针对我的SOAP服务起作用,并在某个时候放弃了该尝试(我使用了SBCL). CL-SOAP本身感到有点被抛弃,最近一次更新是2005年.它可能对您来说是开箱即用的.如果不是这样,代码将很简单,并且可以做一些修改即可完成您需要的工作.

There's CL-SOAP which I tried earlier this year. The nice thing about it is that it can read a WSDL file and use that to generate the client proxy. I couldn't get it to work against my SOAP service, and gave up that attempt at some point (I used SBCL). CL-SOAP itself feels a little abandoned, with the last update dated 2005. It might work for you out of the box. If not, the code is straightforward and may do what you need with some modification.

CL-XML 据说有一个"SOAP模块",而我没有尝试一下.

CL-XML is said to have a "SOAP module", which I didn't try out.

该问题似乎是在comp.lang.lisp上定期提出的,并带有

The question appears to be asked periodically on comp.lang.lisp, with more-or-less similar answers. You may find more pointers there.

这篇关于Lisp肥皂客​​户的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆