Re: NullPointer in 1.1 Final

2003-07-09 Thread Timour_Mouratov
To: [EMAIL PROTECTED] cc: 07/07/2003 08:48 Subject: Re: NullPointer in 1.1 Final

Re: NullPointer in 1.1 Final

2003-07-07 Thread Davanum Srinivas
please open a bug report with a test case - http://nagoya.apache.org/bugzilla. -- dims --- [EMAIL PROTECTED] wrote: > Hello, > > > I'm getting a NullPointer exception in Axis 1.1 Final. This is what causes > the problem : > > 1) Inside of the rpc.Handler.handleRequest() method I'm replacing

NullPointer in 1.1 Final

2003-07-07 Thread Timour_Mouratov
Hello, I'm getting a NullPointer exception in Axis 1.1 Final. This is what causes the problem : 1) Inside of the rpc.Handler.handleRequest() method I'm replacing incoming SOAPMessage with new one (I decrypt it) by converting SOAPMessage -> DOM -> decrypting a tree -> SOAPMessage. I