Hi devs, There are two approaches for Error handling in Neethi/C
1. To add error codes to current Axis2/C error.h and use those inside Neethi/C 2. Adding separate error codes as in sandesha2/c and use them inside Neethi/C The first approach is OK if we are not going to move Neethi/C as a separate project in the future. And Current Axiom implementation also use the first approach. The problem with the second approach is modules like sandesha can init their error structs when the module is initializing. But Neethi is not a module and it has a behavior more like Axiom. so I am interested in approach 1. Please give your comments. Thanks -Manjula. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
