AXIS and Exception "Object reference not set to an instance of an object"

HiWe developed a web service based IDM adapter (using Apache AXIS API) for some .Net systems. The adapter is working fine, however, receiving "Object reference not set to an instance of an object" from .Net side. Any suggestion is highly appreciated.Thanks in
[299 byte] By [jxxe] at [2007-11-26 8:44:48]
# 1
Never mind, something goopy on .net side fixed. Thanks for reading
jxxe at 2007-7-6 22:27:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

This is positivley an error from the .NET WebService framework.

Specifically, it is an unhandled NullPointerException that makes it's way back to Axis as a SoapFault.

Here's a blog entry outlining my experience with it: http://www.sunboxstudio.com/mt/dee/archives/apache_axis_troubles_with_net_soap. html

darrenhicks at 2007-7-6 22:27:54 > top of Java-index,Web & Directory Servers,Directory Servers...