Hi!
I have this Business Object Application which is a COM+ that is made from Visual Basic. There is a method to this Business Object that I call from Web Service Application(made in C#). My question is.. Is there a way I can handle the custom exception which was generated from BusinessObject to make it not a COMException when it comes to webservice, and the only thing to do is to fixed it in the Web Service Application?
Any Idea would be of great help! Thanks!
I have this Business Object Application which is a COM+ that is made from Visual Basic. There is a method to this Business Object that I call from Web Service Application(made in C#). My question is.. Is there a way I can handle the custom exception which was generated from BusinessObject to make it not a COMException when it comes to webservice, and the only thing to do is to fixed it in the Web Service Application?
Any Idea would be of great help! Thanks!