Re: Another NullPointerException - Fixed

2004-05-24 Thread Enrico Goosen
Hi, I changed the methods on the business logic Class to static, so my Skeleton class no-longer throws a NullPointerException. Regards, Enrico

Another NullPointerException

2004-05-24 Thread Enrico Goosen
Hi guys, Just to put you in the picture, I've integrated Axis into our transaction server. So it can receive SOAP messages on a TCP/IP socket and invoke a public method on the server, and return a response SOAP message. Here's the problem When I invoke a method that calls a method on another obje