In order for the web link to work, I think that the owner of this service needs to publish a WSDL file for .Net to read and create local objects. Then you call these local objects in your project, and they are populated with data from the other end of the service using SOAP.
I was looking for a WSDL file that describes a W3C WAP file for verification on my site, but so far no luck. Which is odd if the W3C manages the WSDL protocol. You really expected them to use it!
If anyone knows:
- A way to work with a web link without WSDL or ...
- Where is the WSDL file of the W3C Validator ...
Then please let me know ...
Otherwise, the W3C installed a link to the C # library on their website ( http://validator.w3.org/docs/api.html#libs ), which is simple enough to download and build. But it uses LINQ to create the SOAP-based object returned by the W3C, which seems a bit heavy for my purposes ... This is a useful starting point, if nothing else.
Dave grarrard
source share