KanikaVarma / sudzc

Automatically exported from code.google.com/p/sudzc
0 stars 0 forks source link

Recognizing response with faults #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. response with fault don't cause onFault call. some problems with finding 
soap:Fault tag in response.

<?xml version="1.0" encoding="utf-8"?><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>s
oap:Server</faultcode><faultstring>System.Web.Services.Protocols.SoapException: 
Server was unable to process request. ---&gt; System.NullReferenceException: 
Object reference not set to an instance of an object.
   at SIOnline.SIAppService.getSessionSponsorLogo(String code, String resolution, String deviceType)
   at SIOnline.SIAppService.GetSessionList(Int32 conferenceId, String email, String password, String resolution, String deviceType, String passCode)
   --- End of inner exception stack trace ---</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope>

Original issue reported on code.google.com by dude.fro...@gmail.com on 12 Apr 2011 at 12:40