WSDL & XSD files for WFS and WMS services deployed on ArcGIS Server

630
0
12-02-2019 12:11 AM
ElieRizk
Occasional Contributor

I am working on creating a proxy for OGC WFS and WMS services deployed on ArcGIS server using C#.Net WCF service. For that purpose, I need to create a reference to a WFS service so that I can get its classes and data types (Or download its WSDL and schema files). Given that WFS or WMS services do not expose their WSDL, I tried to download the WSDL and XSD schema files from OGC online links but those files contain a lot of errors if I try to create reference out of them using SVCUTIL or WSDL.exe or XSD.exe or even if trying to add them from Visual Stuido as a reference. I tried to edit these files and make them work but I am not successful so far. Too many errors are being generated and they are never compiling into code.
Is there any way to retrieve WSDL of an online WFS or WMS deployed on top of ArcGIS server? If not, is there any other alternative to reach a working proxy?

Thanks in advance!

Tags (2)
0 Kudos
0 Replies