Hi All,
I am calling a Java web service which is throwing some exception which the
catch block is trapping successuly. I can see the "javax.ejb.EJBE xception:"
in ex.message. but after this function i am getting the following exception
in IDE window like
An unhandled exception of type
'System.Runtime .Serialization. SerializationEx ception' occurred in Unknown
Module.
Additional information: The type System.Web.Serv ices.Protocols. SoapException
in Assembly System.Web.Serv ices, Version=1.0.500 0.0, Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a is not marked as serializable
suppose the function contains the hit to the Web service
ds = obj.GetState(st rParam)
it throw the error and going to the catch block
Catch ex As Exception
ObjTrans.Rollba ck()
Throw
Finally
obj = Nothing
End Try
After this catch and finally i am getting that error which it shows in popup
IDE window.
Thanks in advace
..net Guy
I am calling a Java web service which is throwing some exception which the
catch block is trapping successuly. I can see the "javax.ejb.EJBE xception:"
in ex.message. but after this function i am getting the following exception
in IDE window like
An unhandled exception of type
'System.Runtime .Serialization. SerializationEx ception' occurred in Unknown
Module.
Additional information: The type System.Web.Serv ices.Protocols. SoapException
in Assembly System.Web.Serv ices, Version=1.0.500 0.0, Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a is not marked as serializable
suppose the function contains the hit to the Web service
ds = obj.GetState(st rParam)
it throw the error and going to the catch block
Catch ex As Exception
ObjTrans.Rollba ck()
Throw
Finally
obj = Nothing
End Try
After this catch and finally i am getting that error which it shows in popup
IDE window.
Thanks in advace
..net Guy
Comment