Discussions
NetFlex faults descriptions
Hi All!
A short introduction first - our team is working on NetSUite-Outlook integration, invilving NetFlex web services. Sometimes we face issues that are likely to appear on this forum
Thus the first one follows...
NetFlex fault descriptions seem to be processed ambiguously.
It appeared that NetSuite could response using different types of objects while writing elements nested inside detail element.
For example in case of supplying wrong credentials it responds like this:
<invalidCredentialsFault xmlns="urn:faults_1_3.platform.webservices.netsuite.com">
<code>INVALID_LOGIN_CREDENTIALS</code>
<message>....</message>
</invalidCredentialsFault>