Title: RE: .NET error when using AddressBook.wsdl
Thanks for the tip!!!!!!
I got the following error:
C:\Program Files\Microsoft.NET\FrameworkSDK\Bin>wsdl.exe /protocol:SOAP http://s
qnklab02:8080/axis/AddressBook.wsdl
Microsoft (R) Web Services Description Language Utility
[Microsoft (R) .NET Framework, Version 1.0.2914.16]
Copyright (C) Microsoft Corp. 1998-2001. All rights reserved.
 
ERROR: Cannot find definition for http://schemas.xmlsoap.org/wsdl/:AddressBookSO
APBinding.  Service Description with namespace http://schemas.xmlsoap.org/wsdl/
is missing.
The wsdl generated by GLUE didn't get an error. So I went ahead and use it instead.
I had to change the namespaces so that Axis could process the requests.
Thanks again for the help.
-----Original Message-----
From: Andrew Fawcett [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 9:58 AM
To: '[EMAIL PROTECTED]'
Subject: RE: .NET error when using AddressBook.wsdl

Note sure what the problem is. But it sometimes helps if you run the WSDL.EXE tool from the command line. You seem to get more detailed information that way. Good luck.

-----Original Message-----
From: Tim Johnson [mailto:[EMAIL PROTECTED]]
Sent: 21 September 2001 17:51
To: [EMAIL PROTECTED]
Subject: .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.

Reply via email to