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
Post a Comment