错误处理 CRM 4 Web 服务

发布于 2024-09-17 10:09:16 字数 156 浏览 7 评论 0原文

使用 CRM 4 Web 服务捕获错误/异常的最佳方法是什么?有没有办法从网络服务获取更详细的错误消息?有一个创建订单的自定义应用程序,当从 Web 服务获取错误消息时,它不是很详细或有用。有没有更好的方法可以在用 python 编写的自定义应用程序中从 CRM 4 Web 服务获取更详细的消息。

What is the best way to trap errors/exceptions with the CRM 4 Web service. Is there a way to get more detailed error messages from the web service? There is a custom application that creates orders and when the get a error message from the web service it is not very details or useful. Is there a better way to get more detailed message from the CRM 4 web service in a custom application written in python.

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

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

发布评论

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

评论(1

情未る 2024-09-24 10:09:16

捕获 SoapException 并查看 Detail 属性。您会在那里找到有关错误的所有信息。

Catch SoapException and take a look at Detail property. You'll find everything about the error in there.

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