You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/10/19 13:53:18 UTC

svn commit: r465586 - /webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java

Author: chinthaka
Date: Thu Oct 19 04:53:18 2006
New Revision: 465586

URL: http://svn.apache.org/viewvc?view=rev&rev=465586
Log:
Was sending the request thru my tcpmon. Changing the request URI. Careless one :(.

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java

Modified: webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java?view=diff&rev=465586&r1=465585&r2=465586
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java Thu Oct 19 04:53:18 2006
@@ -47,7 +47,7 @@
     public String searchYahoo(String query, String format) {
         try {
             snippet = beginHTML;
-            String epr = "http://localhost:8080/WebSearchService/V1/webSearch";
+            String epr = "http://api.search.yahoo.com/WebSearchService/V1/webSearch";
 
             ServiceClient client = new ServiceClient();
             Options options = new Options();



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org