I've been given the URI of a WSDL file, but when I try to add a reference to it, Visual Studio complains about a number of things.
The error message in VS is the subject line above, while in the body of the file, these 2 lines have blue squiggly lines beneath them:
<xsd:import namespace="http://xml.apache.org/xml-soap" /> "imported schema for namespace http://xml.apache.org/xml-soap was not resolved"
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" /> "imported schema for namespace http://schemas.xmlsoap.org/soap/encoding was not resolved"
Still learning about web services and I can't seem to find any useful info about resolving these errors.
Any suggestions greatly appreciated.
David