Our company is doing a project for the City of Chicago and we are trying to communicate with their servers using web services. Their environment is java based but we are using .NET on our end. The problem we are currently facing right now is that we are not able to generate a proxy class using the wsdl they have provided us. This is the WSDL contract:
https://192.168.1.45/DataLink/ReceiveInterfaceAppUpdates.wsdl
wsdl.exe spits the following error when generating a proxy class out of this wsdl:
---
Microsoft (R) Web Services Description Language Utility
[Microsoft (R) .NET Framework, Version 1.0.3705.0]
Copyright (C) Microsoft Corporation 1998-2001. All rights reserved.
Schema validation warning: Namespace 'http://www.cityofchicago.org/csrinterface/request' is not available to be referenced in this schema.
Schema validation warning: The 'http://www.cityofchicago.org/csrinterface/request[IMG]http://www.thescripts.com/forum/images/smilies/biggrin.gif[/IMG]ocument' element is not declared.
Warning: Schema could not be validated. Class generation may fail or may produce incorrect results.
---
What is the reason for this error message and what is going wrong here?