http://qs321.pair.com?node_id=410828


in reply to soap object reference error

A google search on "Object reference not set to an instance of an object" yields "about 39,400" hits. Judging by the first page of results, this error is common to .NET applications. Is a .NET application running server-side?

Replies are listed 'Best First'.
Re^2: soap object reference error
by ctaustin (Sexton) on Nov 28, 2004 at 20:41 UTC
    In fact it is a .NET framework. I have already run into trouble with this with regards to the headers. Thus the
    on_action(sub { sprintf '"%s/%s"', shift,shift });
    portion. The people running the service seem to be pretty new to this whole process as well and haven't been as helpful as I would have liked.

    Tony