Hi,
I am using MSN Search Web service in my Asp.net 2005 Application .
When i call Search method of MSNSearchService class i get the following error-->
The remote name could not be resolved: 'soap.search.msn.com'.
Windows Sample is working fine but when i add web reference
http://soap.search.msn.com/webservices.asmx wsdl
in Asp. net application
i am getting the above metioned error.
Kindly help me in this regard.
Regards,
Nishant Sharma

Error while using MSN Search Web Service SDK
vakman
I was having a similar problem and it turned out to be an incorrectly constructed request object. In my particular case, I had accidentally omitted the culture info field.