开发者

Error Handling CRM 4 Webservice

开发者 https://www.devze.com 2023-01-14 23:06 出处:网络
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 cr

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消