Skip to content

Instantly share code, notes, and snippets.

@mahmoudelbachir
Created April 22, 2010 17:21
Show Gist options
  • Save mahmoudelbachir/375509 to your computer and use it in GitHub Desktop.
Save mahmoudelbachir/375509 to your computer and use it in GitHub Desktop.
soapFault on lookupAccount
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault xmlns:axis2ns114="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>axis2ns114:DAS-100</faultcode>
<faultstring>Remote exception occured at Account Service [Reason:]</faultstring>
<detail>
<ser:AccountServicesDAOException xmlns:ser="http://services.das.ivr.comcast.com" type="com.comcast.ivr.das.exception.dao.AccountServicesDAOException">
<faultCode>DAS-100</faultCode>
<faultMessage type="com.comcast.ivr.das.exception.FaultMessage">
<code>DAS-100</code>
<message>Remote exception occured at Account Service [Reason:]</message>
<serviceName xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
</faultMessage>
</ser:AccountServicesDAOException>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment