oracle web service
Hello Everyone,
I have created a a web service for getting and inserting data into oracle server.The web service is working fine from the visual studio, but when i keep the web service in the iis server and run it from the browser it gives a System.NullReferenceException. The server has norton internet security ver7.6 installed in it.Will effect the web service in any way.I am sending the error details.Please help me out.
System.NullReferenceException: Object reference not set to an instance of an object.
at Oracle.DataAccess.Client.OracleException.get_Messa ge()
at System.Web.Services.Protocols.ServerProtocol.Gener ateFaultString(Exception e, StringBuilder builder)
at System.Web.Services.Protocols.ServerProtocol.Gener ateFaultString(Exception e, Boolean htmlEscapeMessage)
at System.Web.Services.Protocols.HttpServerProtocol.W riteException(Exception e, Stream outputStream)
at System.Web.Services.Protocols.WebServiceHandler.Wr iteException(Exception e)
at System.Web.Services.Protocols.WebServiceHandler.In voke()
at System.Web.Services.Protocols.WebServiceHandler.Co reProcessRequest()
|