来自 AutoLISP/AutoCAD 宏内部的 SOAP 请求

发布于 2024-08-11 02:09:30 字数 252 浏览 8 评论 0原文

我们为使用 AutoCAD 的客户构建了一个 Web 服务。他们有一个在 AutoCAD 中运行的宏,用于构建 SOAP 请求。但他们还没有弄清楚如何实际send()向我们发送肥皂请求。

所以 XML 是正确的并且可以使用,他们只需要发送它即可。

有人熟悉 AutoLISP 并知道如何发送 SOAP 请求吗?

他们是否必须使用外部 COM 组件,或者 AutoLISP 是否具有本机 SOAP 对象/方法?

We have built a webservice for a client that uses AutoCAD. They have a macro that runs in AutoCAD that builds a SOAP request. But they have not figured out how to actually send() the soap request to us.

So the XML is all proper and ready to go, they just need to send it.

Anybody out there familiar enough with AutoLISP to know how to send a SOAP request?

Do they have to use an external COM component or does AutoLISP have native SOAP objects/methods?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很快妥协 2024-08-18 02:09:30

据我所知,AutoLISP 没有任何本机 SOAP 内容。然而它确实有一个相当完整的COM 接口。您应该能够连接到执行您需要的任何 SOAP 方法的任何 COM 模块。

To my knowledge AutoLISP does not have any native SOAP stuff. It does however have a fairly complete COM interface. You should be able to connect to any COM module that does whatever SOAP methods that you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文