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]

# 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