错误处理 CRM 4 Web 服务
使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
捕获 SoapException 并查看 Detail 属性。您会在那里找到有关错误的所有信息。
Catch SoapException and take a look at Detail property. You'll find everything about the error in there.