You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Tim Johnson <Ti...@Sunquest.com> on 2001/09/21 18:50:37 UTC

.NET error when using AddressBook.wsdl

I created a .NET Application and I tried to use the AddressBook.wsdl as a
Web Reference:
	1) Created a Windows Application
	2) Under Project - Add Web Reference
	3) Pointed to http://mybox:8080/axis/AddressBook.wsdl
	4) .NET was able to read it in
	5) Clicked on 'Add Reference'  
	6) Got the following error: "Value null was found where an instance
of an object was required"

Is there something I can change by hand in the WSDL file to make .NET
happy????
Note: I also tried using GLUE's java2wsdl to generate the .wsdl file and I
got the same error.