Tag: SoapException
-
Getting the Restriction Codes
If you ever come across errors 1092, 1387, or 1633, you need to look at the restriction codes to figure out what the problems are. Basically these codes are telling you, “We can’t fully describe the problem with a single error code so we provided extra information.”
-
Errors and Restrictions
Update: A better version of the below code has been provied in another article. The new code gets both the error code and any restriction codes. Errors You are probably reading the error code incorrectly. I'm guessing that you are getting it from the Message text of an Exception that gets thrown when you make…

You must be logged in to post a comment.