Skip to content

Instantly share code, notes, and snippets.

@mtheoryx
Created July 20, 2012 16:48
Show Gist options
  • Save mtheoryx/3151828 to your computer and use it in GitHub Desktop.
Save mtheoryx/3151828 to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>System.Web.Services.Protocols.SoapException: Invalid Passcode - Please try again.
at GoIUWebServiceV02.Encode(String passCode, String longURL)</faultstring>
<faultactor>GoIU</faultactor>
<detail/>
</soap:Fault>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment