How to implement google search in portal application

Hi,
  I am using  "http://api.google.com/GoogleSearch.wsdl" file to implement google search in portal application. but i am not able to get the search result. how to implement google search. is this "http://api.google.com/GoogleSearch.wsdl" is vaild now ?. how to achieve the soultion.
Regards,
Shanthakumar.

Hi Shanthakumar,
The "GoogleSearch.WSDL" is no longer available as google has replaced it with the new AJAX based searching and they have eventually removed it from public use as well from 7th September 2009. So, I would imagine you would not be able to use the earlier WSDL file for google search. You might have to look in using the new "AJAX Search API". For more information have a look the following links. You can notice "No Longer Available" at the top of the page.
http://googlecode.blogspot.com/2009/08/well-earned-retirement-for-soap-search.html
http://code.google.com/apis/soapsearch/api_faq.html#tech15
I hope this helps you.
Regards,
Gopal.

Similar Messages

  • Implementing Google Search into Apex Application

    Hello everyone
    I've recently been moved to handling Apex at work so I've been creating applications in my free time. At the moment, I'm working on a game wishlist application, where users can add games to a wishlist, get email updates upon release, etc.
    I had the idea that a user can click on a game's title and be brought to a overview of that games details, including a news section where you could see recent news around the title. What I'd like is to integrate Google News into my application and have the search term dynamically change depending on which game the user is viewing.
    Would this be possible and what would be the best way of doing it?

    Not something I've ever done, but perhaps create a URL based region and define the source as the relevant google URL with your search field substituted in
    ie, taking the URL example from 4.1
    http://quote.yahoo.com/q?d=b&s=ORCLAnd try changing it to
    http://quote.yahoo.com/q?d=b&s=&P1_SEARCH.
    Scott

  • Error in implementing google search in webdynpro application

    Hi all,
    I downloaded google apis and created a web service model (have a valid license key) and mapped the controller with the model and view to controller .
    I am just having one inputfield that is bound to request.....q context attribute and a button that is calling the doGoogleSearch method in controller which in turn is calling a model object so when I am executing this I'm getting this error -
    1)Service call exception; nested exception is: java.net.ConnectException: Connection timed out: connect
    2)no search found'http://www.google.com'
    So can u please tell me what to do?
    Thank you,
    -sirisha

    Hi Sirisha,
    U r using Proxy to connect Internet. Is this proxy using any authentication of user to access net or u r directly connected to internet when u open any aplication through proxy? If proxy asks for some user name and password to connect to internet then do same thing manually on server on which WAS is installed. When once connection to internet on server is ready then this error won't come.
    Your WAS is on the same PC from where you r deploying your application or at remote place?
    Just do one thing. Go to your WAS server and there access any one site on internet and then deploy and run your application from anywhere. It should work.
    Let me know the status.
    Kindly rewards points if it works.
    Regards,
    Bhavik

  • How to employ google search in webdynpro java

    hello all
    im working on sample application how to employ google search in web dynpro. i dont clearly follow the steps im confused what to do after model creation.steps for context mapping and UI binding is not clear kindly help me complete this sample application

    Mohana,
    Please gothrough this Link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0f/134540631d6f13e10000000a1550b0/frameset.htm
    Regards,
    Ramganesan K.

  • How to confirm if Web Logic Portal Application is using NETUI PageFlow?

    How to confirm if Web Logic Portal Application is using NETUI PageFlow?

    One easy way is:
    View Page Source via Browser and search for Javascript method getNetuiTagName.

  • How to implement fuzzy search in Query variables

    Dear Experts,
    Fuzzy search is eazy implemented in the abap  , but I do not know how to implement fuzzy search in Query variables
    our company have  a report,with input variable of customer code,   the user want to input 3 bits as fuzzy search. for example,
    the customer code  have 10 bit,  she want to only  input 3 bits before-- EAE *
    and hope the results will  be displayed.  if you have any solution , please advise. 
    ManyTthanks.
    Best Regards.
    Steve

    closed

  • How to implement alphabetic search in combo box

    Hi all,
    how to implement alphabetic search in combo box through coding.
    Thanks for any replies

    Im not sure if I undestand correctly, but example is
    sCFL_ID = oCFLEvento.ChooseFromListUID
                        Dim oCFL As SAPbouiCOM.ChooseFromList
                        oCFL = oFormKontrolaMZ.ChooseFromLists.Item(sCFL_ID)
                        If oCFLEvento.BeforeAction = False Then
                            Dim oDataTable As SAPbouiCOM.DataTable
                            oDataTable = oCFLEvento.SelectedObjects
                                    val = oDataTable.GetValue(1, 0)
    oForm.DataSources.UserDataSources.Item("EditDS").ValueEx  = val
    and then load from datasource to matrix.
    hope it helps
    Petr

  • How to implement the search help exit to MM01 for Material by product hiera

    Hi,
    How to implement the search help exit to MM01 T-code for Material by product hierarchy,
    but system default it gives the data from MVKE table, my client wants from MARA table,
    i created the one Function Module, write this code in that FM.
    IF CALLCONTROL-STEP EQ 'DISP'.
    REFRESH RECORD_TAB.
    SELECT * FROM MARA INTO TABLE RECORD_TAB
    WHERE PRDHA = 
    ENDIF.
    I Face the problem what variable i have to pass in WHERE CONDITION, FROM THE MM01 T-code.
    is't require to IMPORT variable from MM01 program, what is that import variable, please give me the solution.
    thanks to all.

    Hi there..
    check my web blog on search help exit...
    [Search help exit code|https://wiki.sdn.sap.com/wiki/x/du0]

  • How to Implement the Search page for Workflow Notifications?

    Hi All,
    I want to implement the new Search page for Workflow Notifications. Search page containing Company, Paygroup, Source, Initiator, Supplier Name, From date & To date fields. These fields(Poplist & Calendar) are getting the values from different tables and these fields are not in WF_NOTIFICATIONS table only Initiator & dates are there. After selecting the values in all fields or one field based upon these values I want to display the all Workflow Notifications ( Those are satisfy the search criteria only not all ) in Advance Worklist Table RN in the Notifications page. Is it possible to create the Search page based upon the above scenario if Yes Let me know how to implement this search page for Workflow. Page was designed but how to get the sortlisted Notifications and how to pass these values to next page?
    Thanks in advance.
    Edited by: user635152 on Nov 13, 2008 10:53 AM

    Hi Guru,
    I crete the Search page having 5 poplists and select the values from dropdown list and click GO button it serch the records and displays that records in ResultsTable in same page.
    My case, Search page is running fine if I select the values and click GO button page is refreshed without errors but I am unable to displays the records in ResultsTable.
    What I am missing?
    My Select Stmt:
    SELECT * FROM      
    (select wn.nid notification_id
    ,ou.name company
              ,I.PAY_GROUP_LOOKUP_CODE paygroup
              ,'AP' source
              ,pf.full_name initiator
              ,pv.vendor_name supplier_name
              ,I.GL_DATE FROM_TO_DATE
    from ap_invoices_all i
    , po_vendors pv
         , hr_operating_units ou
         , per_all_people_f pf     
         , FND_USER FU
    , (SELECT trim(substr(substr(substr(WN.subject,(instr(WN.subject,'Invoice ') + 8),100),1,100),
    1,instr(substr(substr(WN.subject,(instr(WN.subject,'Invoice ') + 8),100),1,100),' for'))) inv_no
    ,notification_id nid
    FROM WF_NOTIFICATIONS WN
    WHERE WN.MESSAGE_TYPE = 'APINV'
    AND WN.STATUS NOT IN ('CANCELED','CLOSED')) wn
    where i.vendor_id = pv.vendor_id
    and i.invoice_num = wn.inv_no
    and i.WFAPPROVAL_STATUS = 'REQUIRED'
    and pv.vendor_name = nvl(:vendor_name,pv.vendor_name)
    and i.org_id = OU.organization_id
    AND OU.name like nvl(:company_name,name)
    and i.pay_group_lookup_code = nvl(:pay_group,i.pay_group_lookup_code)
    and exists (select ad.invoice_id
    from ap_invoice_distributions_all ad
    where ad.invoice_id = i.invoice_id
    and ad.accounting_date between nvl(:from_date,ad.accounting_date)
                                       and nvl(:to_date,ad.accounting_date))
    and 'AP' = nvl(:source,'AP')
         and i.created_by = fu.user_id
         AND fu.EMPLOYEE_ID = pf.person_id
         AND pf.full_name like nvl(:initiator, pf.full_name)
    UNION ALL
              select po_num.nid notification_id
              ,ou.name company
              ,ps.PAY_GROUP_LOOKUP_CODE paygroup
              ,'PO' source
              ,pf.full_name initiator
              ,pv.vendor_name supplier_name
              ,P.CREATION_DATE FROM_TO_DATE
         from po_headers_all p
         ,po_vendors pv
              ,po_vendor_sites_all ps
              ,hr_operating_units ou
              ,per_all_people_f pf
         ,(select trim(substr(wn.subject,24,instr(wn.subject,' for')-24)) po_no, notification_id nid
              FROM WF_NOTIFICATIONS WN
         WHERE WN.MESSAGE_TYPE = 'POAPPRV'
         AND WN.STATUS NOT IN ('CANCELED','CLOSED')
         and wn.subject like 'Standard Purchase Order%') po_num
         where p.SEGMENT1 = po_num.po_no
         and p.vendor_id = pv.vendor_id
         and p.org_id in(select organization_id
         from hr_operating_units
         where name like nvl(:company_name,name))
         and pv.vendor_name = nvl(:vendor_name,pv.vendor_name)
         and p.AUTHORIZATION_STATUS = 'IN PROCESS'
         and p.CANCEL_FLAG = 'N'
         and 'PO' = nvl(:source,'PO')
         and p.agent_id = pf.person_id
         and pf.full_name like nvl(:initiator, pf.full_name)
         and pv.vendor_id = ps.vendor_id
         and ps.org_id = ou.organization_id
         and ou.name like nvl(:company_name,name)
    and ps.PAY_GROUP_LOOKUP_CODE = nvl(:pay_group,ps.PAY_GROUP_LOOKUP_CODE)
         and trunc(p.creation_date) between nvl(:from_date,trunc(p.creation_date)) and nvl(:to_date,trunc(p.creation_date))
    In CO PFR Code:
    if (pageContext.getParameter("Go") != null)
    OAQueryUtils.checkSelectiveSearchCriteria(pageContext, webBean);
         String COMPANY = pageContext.getParameter("COMPANY");
    String PAYGROUP = pageContext.getParameter("PAYGROUP");
    String SOURCE = pageContext.getParameter("SOURCE");
    String INITIATOR = pageContext.getParameter("INITIATOR");
    String SUPPLIER_NAME = pageContext.getParameter("SUPPLIER_NAME");
    Boolean executeQuery = BooleanUtils.getBoolean(false);
    Serializable[] parameters = { COMPANY, PAYGROUP, SOURCE, INITIATOR, SUPPLIER_NAME, executeQuery};
    Class[] paramTypes = { String.class, String.class, String.class, String.class, String.class, Boolean.class };
    am.invokeMethod("initSearch", parameters, paramTypes);
    OAAdvancedTableBean table = (OAAdvancedTableBean)webBean.findChildRecursive("ResultsTable");
    table.queryData(pageContext, false);
    AM invoke Method():
    public void initSearch(String company,
    String paygroup,
    String source,
    String initiator,
    String supplier_name,
    Boolean executeQuery)
    WorklistFindVOImpl vo = getWorklistFindVO1();
    if (vo == null)
    MessageToken[] tokens = { new MessageToken("OBJECT_NAME", "WorklistFindVO1") };
    throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", tokens);
    vo.initQuery(company, paygroup, source, initiator, supplier_name, executeQuery);
    VO Code:
    public void initQuery(String company,
    String paygroup,
    String source,
    String initiator,
    String supplier_name,
    Boolean executeQuery)
    StringBuffer whereClause = new StringBuffer(500);
    Vector parameters = new Vector(5);
    int clauseCount = 0;
    int bindCount = 0;
    setWhereClauseParams(null); // Always reset
    if ((company != null))
    String companyname = null;
    try
    companyname = new String(company);
    catch(Exception e) {}
    whereClause.append("COMPANY= :COMPANY");
    whereClause.append(++bindCount);
    parameters.addElement(company);
    clauseCount++;
    if ((paygroup != null) && (!("".equals(paygroup))))
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append("PAYGROUP = :PAYGROUP");
    whereClause.append(++bindCount);
    parameters.addElement(paygroup);
    clauseCount++;
    if ((source != null) && (!("".equals(source))))
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append("SOURCE = :SOURCE");
    whereClause.append(++bindCount);
    parameters.addElement(source);
    clauseCount++;
    if ((initiator != null) && (!("".equals(initiator))))
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append("INITIATOR = :INITIATOR");
    whereClause.append(++bindCount);
    parameters.addElement(initiator);
    clauseCount++;
    if ((supplier_name != null) && (!("".equals(supplier_name))))
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append("SUPPLIER_NAME = :SUPPLIER_NAME");
    whereClause.append(++bindCount);
    parameters.addElement(supplier_name);
    clauseCount++;
    setWhereClause(whereClause.toString());
    if (bindCount > 0)
    Object[] params = new Object[bindCount];
    parameters.copyInto(params);
    setWhereClauseParams(params);
    if ((executeQuery != null) && (executeQuery.booleanValue()))
    executeQuery();
    } // end initQuery()
    Please let me know what I did mistake in my code?
    I am unable to find it what I missing and there is no errors but no records displayed in Results Table.
    Please it's urgent.
    Thanks
    Nag.
    Edited by: user635152 on Nov 19, 2008 4:43 PM

  • How to clear Google search history

    HI,
    Ever since I updated to 2.1 it has been impossible to clear my Google search terms. Clearing the cache, cookies, etc in 'settings' has no effect.
    Does anyone know how to clear them?

    I'd try a reboot just to see if it fixes the issue.
    Try a reboot (described below).
    Think of it this way, the iPhone is more of a computer than a phone. It suffers from being a new OS and nobody can deny there are not bugs and memory leaks. The longer left running, the more things start to fail or slow down (I have had the iPhone since day one of original phone and I am just speaking from my experience). Thus I equate it to like when Windows95 came out...not sure of your age or if you remember those days...but back then it was a running joke of how many days you can keep Windows 95 running before you had to reboot. I am sorry to say but the iPhone is the same way right now (but getting better with a few hiccups back during the 2.0 release). So for me, I reboot daily when I leave in the morning and take it off the charger. By doing so I rarely see any lag or problems.
    A reset/reboot is:
    Go to Home Screen
    Press and Hold Home Button
    Keep holding and press and hold Lock Button
    Keep holding Both
    You will see Slide to Turn Off (Don't let go to slide, just keep holding)
    The phone will turn off (in time, but screen will look like it has some white lines)
    Keep Holding
    When you see the Apple Logo, you can let go.
    Turning off via the Slide to Turn off while good and fine to turn off, is more like the Sleep Mode on a computer. Thus any locked up issues in memory remain when you turn back on. A reboot as described is like doing a real Turn off and Turn On on a computer.
    You may also wish to read this tread about reboots and odd application behavior.
    http://discussions.apple.com/message.jspa?messageID=5851978#5851978

  • How to call google map in mapviewer application?

    Hi
    i want to use google map as the base map in my mapviewer application, on which i can do all the analysis provided by mapviewer like geocoding tool etc. how can i do it? if anyone can help?

    On otn.oracle.com an article was posted a while ago on how to use Google Maps. Search there - this might help.
    cu
    Andreas

  • How to stop Google Search Redirected to Bing

    All my Google searches switch to Bing, even though Google is the default search engine in Safari preferences.  This started several days ago (Dec 30, I believe) when I tried to download a movie from the French TV site, TV5. 
    I went to my applications.  I did have an application that was downloaded that day.  I put that application  into the trash, but I have not emptied the trash and could recover that application.
    I did notice in the Safari preferences that the Search engines listed are now 1. Google, 2.Yahoo, 3. Bing and 4. DuckDuckGo.  I assume that DuckDuckGo is an emerging search engine.
    A Symantic scan did not find anything related to this problem.
    There is a "search.strtpoint.com" statement that appears and redirects my Google search to Bing.  I was able to copy and paste the statement to a text file.  The total statement is:  http://search.strtpoint.com/results.html?c=35&v=insMac&t=1412&ap=97963554&r=ab3c cf12be2240f5a0926c759fb396c0&spt=ext&q=
    Any ideas on how to eliminate the redirect statement?

    Check the links below for options to remove the Adware
    http://www.adwaremedic.com/index.php
    Remove unwanted adware that displays pop-up ads and graphics on your Mac - Apple Support

  • How to set google search language in latest Safari

    There are various posts on how to set the default Google search language for the new unified search bar within Safari. But, those did not help me at all. I'm still having french as default language for Google in Safari. I set my language to english (as wanted) under the mentioned link (http://www.google.com/preferences?hl=en)  and saved those settings. I live in the german part of Switzerland (and not in France) and I connect to the internet over my nearby ISP. I even reset Safari completely but still each time I do a search in the unified search bar this google sh... shows up in french. Which I definetly do not want and speak.
    Any help very much appreciated.

    I finally figured it out.
    I had to go to Google France (http://www.google.fr/preferences?hl=en) and set my language to English there. Hopefully I don't have to go to the Chinese page as well and set my language to English there as well. I guess I would be lost again.

  • How to delete google search history in safari on itouch ?

    Hi All !
    I would like to know how I can delete the google search history in safari?
    Thanks

    I just found the answer somewhere else in the forum - it worked for me.
    Clear it while in Safari by going to bookmarks, then "History," and then the "Clear" button in the bottom left.
    Source:
    http://answers.yahoo.com/question/index?qid=20080731070953AAljO7y

  • How to make google-search to redirect to first result (automatically) ?

    Hello,
    I have just installed the latest version of FF on my windows 7.
    When I search using google-search by either:
    1. Writing somethong in the adress bar and pressing enter
    2. Writing something in the search box (thats on the same line as the adress bar)
    I am not being redirected automatically to the first result.
    How can I change it so that I will go to the first result automatically after pressing enter ?
    Thanks in advance for the help!

    hello belgiamit, you can do it for the address bar the following way:
    enter '''about:config''' into the firefox address bar (confirm the info message in case it shows up), search for the preference named '''keyword.url''' & double-click and set that entry to
    http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=

Maybe you are looking for

  • Error upon running a page in Jdev 10g on a Windows 7 OS

    Hi All, Just want to seek assistance re the error I am encountering upon running a page in JDeveloper version 10.1.3.3. I got my new PC last week and was able to transfer my working directory from my old PC to the new one. The new PC has Windows 7 OS

  • Liquidity forecast report - On which date will Purchase order be reflected

    Dear Gurus, My client has payment terms ' payment 30 days after date of GR' say the Purchase Order is raised on 1/1/2009 and GR done on 20/1/2009 then amount should be due to vendor on 19/2/2009 ( 30 days from GR date) it is required that when i rais

  • Macbook Pro -- sleep and wakeup problems

    If I fold the screen down when leaving my Macbook pro 8,1 (ML 8.1) and then open it again within a few minutes, it will not "wake up".  If I continuously open and close it, the small LED on the front goes bright when I close it and dim when I open it

  • Black MacBook and 23" Apple Studio Display

    Hi all, Wondering if there's any way to get my black MacBook to work with a 23" Apple Studio Display. The display is a previous version (clear plastic casing). Any help greatly appreciated!

  • 'No pages found' error

    I've got troubles printing to my Epson Stylus Photo 2100, that's connected to USB port of my wireless router (ASUS WL-500W). In WinXP setup procedure is as simple as installing a network LPD/LPR printer: just specifying its IP. But Mac fails to print