c# - Why is my web server making calls to the URL in the TargetNamespace? -


we have c# webservice running on iis, , part of wsdl definition have following:

targetnamespace='http://myappname.com' 

recently, networks team have told me there thousands of attempts being made web server, trying connect via our proxy server 'http://myappname.com' - bogus site doesn't exist.

is correct? should iis making connection each time makes call our web service?


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -