I have my own custom ASP.NET page which shows a form to the user, and then uses AddItemExternal from DragnetWebService to post it to the dragnet subsystem. This has been working well until I upgraded to Fortress. I noticed there's been changes in the API, for example, before I used a property called DragnetAuthValue which is now called VaultAuthValue. However, AddItemExternal looks like it hasn't changed at all.
I can connect to the service and call several methods (ListProjects, ListCategories, etc.), but when I need to use AddItemExternal, it always throw an exception saying something like this:
Message: "1: Failure ---> Data is Null. This method or property cannot be called on Null values."
Source: System.Web.Services
Type: System.Web.Services.Protocols.SoapException
Any ideas on what changed? or how can I work over this?
Any help would be appreciated. Thank you.
Mario Vasquez
AddItemExternal throwing exceptions
Moderator: SourceGear