I have a soap webservice (not made by me) that uses in the .svc file that describes that webservice urls like:
<President xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ Zuga.net">
Does pinging schemas.datacontract.org
resulting in timeout explains the fact that calling the webservice results in a timeout?
Or is it normal if I can't ping schemas.datacontract.org
?