I believe this got to do with a either character encoding problem for example when i click on the example In
http://developer.yahoo.com/search/web/V1/s...Suggestion.html url given in the help API page for spell checker is
Sample Request Url:
http://search.yahooapis.com/WebSearchServi...mp;query=madnnaThis works perfectly in my browser too and returns the correct output as expected, BUT in my application when call
http://search.yahooapis.com/WebSearchServi...mp;query=maddna THIS RETURNS incorrect malformed return
<ResultSet xsi:schemaLocation="urn:yahoo:srch
http://api.search.yahoo.com/WebSearchServi...ot;/><!-- ws04.ydn.gq1.yahoo.com compressed/chunked Wed Apr 20 23:12:46 PDT 2011 -->
TWO URL exactly match each other and correctly executed
Any idea why ? my keyword is url encoded and website (www.sasrutha.com) is in UTF-8 so not sure wht the hell is going on ..!!!
any help is greatly appreciated
mahen