The sample is timing out for me when I run a simple search. Any ideas I've tried passing proxy server info and adding a custom GetWebRequest with no keepalives.
System.Net.WebException: The operation has timed-out
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at WindowsSearchFormVB.MSNSearch.MSNSearchService.Search(SearchRequest Request)
at WindowsSearchFormVB.WindowsSearchForm.frmSearchSample.btnSearch_Click(Object sender, EventArgs e)

Sample Timeouts
Trevor Damster
Thanks!
Mok4402
I've added my AppID value...
JDiego
Aleks Spacca
Jose Valim
Hopefully it will be available soon. I was hoping to spend my lunch getting to know the api a little better.
Christian38
AYK
Probably best to just wait this out.
Julian Keith Loren MCSD MCAD
ahives
Hey folks --
With respect to potential firewall issues, I've hoisted the following comments from our documentation:
If MSN Search Web Service is being called from behind a proxy server that enforces limits on SOAP packet size, you may experience issues with sending and receiving large SOAP packets. For example, a call to the MSN Search Web Service that returns a large number of results may result in a large SOAP packet being sent. You may need to bypass the proxy, set the SOAP packet size limit very high, or limit the amount of data you are requesting.
With respect to the latency issues folks are seeing, we're looking into these now. As soon as I hear anything, I'll post what I've learned on the forum.
Seth...
Chris Richner
Rulery
The timeout issues should have been resolved Friday evening. Please let us know if you are still experiencing them.
jchan