Android and Magento Soap API - Part III
In this blog post, I will focus on handling errors in Magento SOAP API. There are two kinds of errors that can occur: server errors like HTTP 500 status code, and API errors like "Session expired. Try to relogin." Additionally, there may be (de)serialization errors that can occur if the Java model does not match with the response. I plan to explore these errors in more detail in the post.