Integrating the Google Web-Service in Enterprise Portal

Hi,
I am trying to integrate Google WebService in SAP Enterprise Portal. I created the Client side portal service from WSDL. From the PDK help I copied the GooglePage.java code and placed in the dynapage.
Now after porting the .par file I am getting the interface for search.But when I am clicking search button I am getting the following error..
An exception occurred while processing a request for :
iView : NWEBService.MyGooglePage
Component Name : NWEBService.MyGooglePage
[EXCEPTION]
#1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : NWEBService.MyGooglePage
Component class : com.tutorial.wsdl2service.MyGooglePage
During debugging I found out that in the following method which gets called on search button click
          public void onSearchButtonClicked(Event e) {
               InputField input = (InputField) this.getComponentByName("SearchInput");
               searchTerm = input.getValue().toString();
               System.out.println("search term: " + searchTerm);
               IMYGoogleService googleService = (IMYGoogleService) PortalRuntime.getRuntimeResources().getService("com.tutorial.wsdl2service.MyGoogleService.Alias");
               GoogleSearchResult result = googleService.doGoogleSearch("GOOGLE ID", searchTerm, 0, 10, false, "", false, "", "", "");
               ResultElement[] results = result.getResultElements();
               searchResults = results;
               for (int i = 0; i < results.length; i++) {
                    System.out.println((i + 1) + ": " + results<i>.getSummary());
The googleService.doGoogleSearch is returning nulll into result.When I checked into the implementation class MYGoogleService I found the method doGoogleSearch was empty and it is returning null.
Pl. let me know what is the procedure to to get search result through my portal.
Thanks & Regards
Mrutyunjay

Hi Mrutyunjay,
Have a look at this docu on Integrating 3rd party search.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5e514b57-0701-0010-3796-deb3636835fa
Akhilesh

Similar Messages

  • How to access BW RFC FM as web service from Enterprise portal using SSO

    We have developed a custom remote function module in our BW system. We are accessing this function module as a webservice from a java class we have written. This java class access the BW webservice and formats the output. We created a webservice on top of this java class and deployed on the Enterprise Portal. SSO is setup between EP and BW systems. So when i make call to the BW RFC webservice, i would like to make use of SSO setup between EP and BW instead of hardcoding the user id and password while calling the webservice. Please advise on how to achive this.
    Thanks for the help.
    Thanks
    Hari
    Edited by: Hari Krishna Nalluri on Mar 19, 2008 12:41 PM

    Hi,
    Go to webserive perspective -> WebService Configuration -> Expand config node->Security-> Select HTTP Authentication and check Use SAP logon tickets option.
    Ashutosh

  • Problem with Google Web-Service Example

    Hi guys,
    i have a problem with the Google Web-Service Example.
    I am running EP6.0 SP9 and NWDVST 2.0.9
    I did everything according to the tutorial. Got my google license key too.
    When i test the web-service i get the following exception:
    +
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.studie.webdynpro1/com.Allgemein.Allgemein/com.Allgemein.iViews/com.Allgemein.Google
    Component class : com.tutorial.wsdl2service.MyGooglePage
    User : Administrator
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Exception during PageProcessorComponent.doContent()
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:139)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:115)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    ... 32 more
    Caused by: com.sapportals.portal.prt.service.ServiceException: Service not found: MyGoogleService
    at com.sapportals.portal.prt.core.service.ServiceManager.getPortalServiceItem(ServiceManager.java:384)
    at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:184)
    at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
    at com.tutorial.wsdl2service.MyGooglePage$GoogleDynPage.onSearchButtonClicked(MyGooglePage.java:98)
    ... 39 more+
    My XML File has the following content:
    ++
    The MyGooglePage.java includes the following line:
    IMyGoogleService googleService = (IMyGoogleService) PortalRuntime.getRuntimeResources().getService("MyGoogleService");
    any ideas what the problem is? I read all of the existing forum threads about this topic but could not solve the problem.
    Message was edited by: Dirk Jäckel

    no ideas so far?

  • Google Web Service Tutorial

    Hi,
    Anybody try the Google Web Service Tutorial available on the portal. I am getting the following error :
    May 3, 2005 10:41:03 AM Warning Client_Thread_16 Call failed
    javax.xml.soap.SOAPException: SOAP Response Message was not well formed (java.net.ConnectException: Connection refused).
         at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:165)
         at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:217)
         at com.tutorial.wsdl2service.MyGoogleService.doGoogleSearch(MyGoogleService.java:192)
         at com.tutorial.wsdl2service.MyGooglePage$GoogleDynPage.onSearchButtonClicked(MyGooglePage.java:98)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:101)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:217)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:580)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:670)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    com.sapportals.portal.prt.service.soap.SOAPService@41ab0 #

    > Hi Gregor,
    >
    > Was away travelling. Thanx for your timely reply.
    > I was able to solve my issue on my return. thanx.
    > Please accept points for your help,
    >
    > thanx,
    > rajesh.
    Hi Rajesh,
    So when all was said and done, did you get the Google Web Service to work and display correctly?  The documentation (tutorial) is ok until it gets to the end (for Displaying results) then it's all but non-existent.  I tried going through the tutorial but didn't get this to work.

  • Again google web services

    hi all,
    i am able to display the first 10 urls while consuming the google web services...
    how to display the urls in the succeeding pages...
    i.e. i am able to display only 10 results of 300,000 results.
    regards,
    purushothaman.

    hi martin,
    i dont find the method you mentioned in my api's..
    can u suggest a code snippet for doing that...
    regards,
    purushothaman.

  • WebI reports in Enterprise Portal - Are they static??

    Hi All,
    We currently have Bex reports on our enterprise Portal. Users can actually go to the portal and view the reports and go to edit mode and drag and drop objects and change the view the way they like and save it as a new view.
    We are planning to shift from Bex Reporting to business Objects. If I create an iview for WebI report and have the WebI report on the Portal, can we do the same. Can we still edit the Report and save a different report of it or is it more like a static page with just the data.
    We need to give atleast 100 users the ability to get to these queries and make changes to them as they like and save their own views.
    Also what is Knowledge Management? Does that give us the ability to create webI reports in enterprise Portal. Please calrify..
    Thank you,
    Aparna

    Hi
    you can edit a report which is visible over a URL iView and save it in the BOBJ repository under a different name (assuming your user has been assigned the appropriate auhtorizations in the bobj repository). The problem is that the iView will always invoke the original report.
    I would recommend using KMC. It provides you with the ability to view and create WebI reports from within the EP. Another option is to add a URL iView, hich starts the InfoView (simplified: BOBJ Portal) from within the portal. But the look and feel over the KMC integration is more EP complient.
    Take a look at the Installation and Administration Guide for the BOBJ XI Integration for SAP solutions.
    http://service.sap.com/~sapidb/011000358700000843912009E/xi31_sp2_bip_sap_install.pdf
    Regards,
    Stratos

  • Consuming google web services

    hi all,
    i have done all initial steps of consuming google web services thru portal services...
    but i dont know how to get the search results and display it...
    even the no. of search results i can dispaly....
    when i print the result of GoogleSearchResult it displays:
    [Lcom.company.global.enterprise.portal.wsdl.webservices.service.packagename.ResultElement;@1e15201
    regards,
    purushothaman.

    Hi Purushothaman,
    perhaps my <a href="http://www.computerservice-wolf.com/schulung/sap-ep-google-search-en.html">SAP Enterprise Portal - Google Search</a> helps you. It was developed for EP 5.0 but perhaps it gives you some hints.
    Regards
    Gregor

  • Oracle Ebiz R12.1: Out of the Box Web services avialable

    All,
    I come from intergration background, can anybody let me know about list of out of the box web services in R12.
    Ex: Oracle E-Business Suite R12.1 – Integrated SOA Gateway Provides Native, Out-Of-The-Box SOAP Based Web Services
    Thanks in advance.
    Regards
    Girish S C

    Hi,
    Please see these documents.
    Note: 556540.1 - Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12.1
    Note: 565922.1 - Oracle E-Business Suite Integrated SOA Gateway Release Note:s, Release 12.1.1
    Note: 815196.1 - Oracle E-Business Suite Integrated SOA Gateway 12.1.1 - Consolidated One-Off
    Note: 726414.1 - Oracle E-Business Suite Integrated SOA Gateway Troubleshooting Guide, Release 12
    Note: 755067.1 - Using Oracle BPEL 10g with E-Business Suite Release 12.1.1
    Note: 755069.1 - EBS R12 Packager and Adapters for External Application Servers
    Note: 782455.1 - How Can I Expose E-Business Suite Integration Interfaces as Web Services in Release 11i and R12.0 <-- Good tutorials and additional resources in this document.
    You could also refer to SOA Blogs.
    Steven Chan Blog - SOA
    http://www.google.com/search?q=SOA&sitesearch=http%3A%2F%2Fblogs.oracle.com%2FstevenChan&domains=http%3A%2F%2Fblogs.oracle.com%2FstevenChan
    Oracle SOA Suite - Team Blog
    http://blogs.oracle.com/SOA/
    SOA@Oracle SCA, BPEL, BPM & Service Bus
    http://orasoa.blogspot.com/
    Thanks,
    Hussein

  • Integrating Windows Live web service using Jdeveloper

    Hi,
    We are integrating windows live web service in our oracle portal application. We are trying to create a web service proxy using the URL https://domains.live.com/service/managedomain2.asmx?wsdl. But, we just get an error saying "No WSDL document could be found". Please let me know how to access this web service.
    Please note that we are able to access this web service through the browser.
    Regards,
    MJ

    When building the service, there is an option to deploy a stateful service: check the stateful checkbox, in the step 2 of the wizard - Methods definition.
    On the client side, you will have to enable HTTP based cookie, so that the client remember the JSESSION cookie.
    Hope this helps,
    Eric

  • How to consume the Abap web service in Java web-dynpro

    Hi Everyone,
    I want to consume ABAP web service in java web dynpro.
    so when i tried to create model in java web-dynpro, it gave me an error message saying "Invalid WSDL or WSDL not found".
    i think this error message is because, to access the WSDL of abap web-service, we need username and password, but the dialog box in java web-dynpro is not programmed to take username and password from us and send it to the server to get the WSDL.
    i came to this conclusion because i was able to successfully test my abap web-service in java portal. the java portal asked me the username and password to open the WSDL.
    So, please help me to consume the abap web service in java web-dynpro.
    Thanks in advance
    Regards
    Vikas

    Hi Vikas ,
       while creating a model in web-dynpro try to use the "import web service model" option and if you are using local server choose the local server option so that you can get the available web services which are in server, select one among them and continue you process.I think this is the some what easy way .
    If you want use the URL for wsdl better to once test the available service in server and copy that WSDL URL and paste over  WSDL textbox.
    I think this is pretty help ful to you
    Best Regards
    Srikatnh

  • Calling a web service from a portal application / SOAP Action

    Hallo,
    Ich möchte aus einer Portal Applikation auf einen Web Service zugreifen.
    Dafür habe ich mit dem Wizard "Portal Service from Wsdl file - Client side"
    eine Portal Service erzeugt, auf den ich dann zugreife.
    Leider wird dabei ein Fehler ausgegeben (Stacktrace-Ausschnitt s.u.).
    Ich habe ein Posting zu dem Fehler hier im SDN gefunden, leider hatte dort niemand eine Antwort. Vielleicht hat inzwischen jemand eine Idee?
    Das Feld soapaction ist in der soapconfig.xml leer angegeben (soapaction="").
    Es ändert aber nichts an der Fehlermeldung, wenn ich dort etwas eintrage.
    Ein weiterer Gedanke ist, dass die soapaction, die wenn ich es richtig verstehe eine URL auf die web service methode enthalten soll, im Grunde dynamisch sein sollte, da der Web Service lokal in dem Portal läuft, auf dem die Applikation gerade deployed ist. Auf den Web Service wird mit WebDynPro erfolgreich zugegriffen (dynamisch). Meine Vermutung ist, dass hier das Problem liegt und es entweder mit diesem Wizard nicht möglich ist oder ein Bug vorliegt.
    Also ist die Frage: Wie erzeuge ich dasselbe für eine Portal-Applikation?
    Ich hoffe, dass mir jemand mit einer Antwort oder Hinweisen wo man weiterforschen kann, weiterhelfen kann.
    Freundliche Grüße,
    Daniel Dehnhard
    Stacktrace:
    Component finished with error: (com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion)
    java.lang.IllegalArgumentException: The SOAP Action "" include in the soap request not corresponding to the Portal service method.
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.processParams(PRTSOAPBodyElement.java:253)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.init(PRTSOAPBodyElement.java:190)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.(PRTSOAPBodyElement.java:56)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.init(PRTSOAPBody.java:94)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.(PRTSOAPBody.java:36)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.init(PRTSOAPEnvelope.java:113)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.(PRTSOAPEnvelope.java:54)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.processSOAPMessage(PRTSOAPMessage.java:58)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.(PRTSOAPMessage.java:40)
    at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:180)
    at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)
    at de.enviam.ep.egk.km.webservicewrapper.Z_EP_EM_EGK_CustomerGroupToCRMData.getCustomerGroup2CrmDataByGPNr(Z_EP_EM_EGK_CustomerGroupToCRMData.java:218)
    at de.enviam.ep.egk.km.imp.EPImpSchedulerTask.resolveGroupId(EPImpSchedulerTask.java:764)

    Hi,
      I am accessing a web service from a Portal Component through a Portal Web Service. First i created a web service, then a portal web service which is made to access the wsdl file of the web service. Now i access the Portal Web Service from a Portal Component. Now i am getting an error as,
    Exceptionjava.lang.IllegalArgumentException: The SOAP Action "" include in the soap request not corresponding to the Portal service method.
    The code which i wrote in component is below
    String text = "word";
    FuncHelloResponse res=new FuncHelloResponse();
    FuncHello fn= new FuncHello() ;          
    fn.setName(text);
    res= (  (INewPortal) PortalRuntime.getRuntimeResources().getService(INewPortal.KEY)).FuncHello(fn);
    response.write(res.getResponse());
    Can any one solve this problem?

  • Where is the Google Web APIs Developer's Kit and developer's license key???

    Hi!
    I'm trying to follow the web services tutorial on page 490 of the Oracle JDeveloper 10g Handbook (written in 2004 so it is a little dated). Part I of the tutorial is to register with Google and download the Google Web APIs Developer's Kit, but I can't find it anywhere (at least not with that name). Does anyone know where is it?
    On a related topic, this tutorial (http://www.oracle.com/technology/oramag/webcolumns/2003/techarticles/balusamy.html) talks about a Google developer's license key (Understanding Google Web APIs section), but again, when I created a Google account I did get a confirmation email, but no second email with no key. Where do I find this?
    TIA for any help.

    what type of application?
    Here is the basic of how to use a Web service in a JSF/ADF based application:
    http://www.oracle.com/technology/products/jdev/viewlets/1013/WebServicesAndADF_viewlet_swf.html
    and this section of the how-to shows you how to create a basic Java client:
    http://www.oracle.com/technology/obe/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingws.htm#t6s1

  • Can the GetEvents Web Service return a subset of events for a given record

    Page 173 of Siebel Web Services On Demand Guide Version 3.1 (CRM On Demand Release15) Rev. A, states the following:
    "You can return events for all record types, or a subset of record types, depending on how you prepare the WSDL files associated with the Integration Event service,"
    The IntegrationEventWS_GetEvents_Input type in the Integration Event WSDL that is availble only contains an "Event Count" parameter for the number of events to retrieve and appears to have no way to specify a record type in order to retrieve a subset of the events as stated above.
    Is there any way to retrieve a subset of the Intgeration Events by record type?
    Thanks
    John

    Customer care have replied to me and the line qouted above is a documentation error and there is no way to query the GetEvent Web Service to return a subset of events for a given record.

  • It's goodbye to the Sony Ericsson Sync Service. And hello to the Google Sync Service.

    It's goodbye to the Sony Ericsson Sync Service.
    And hello to the Google Sync Service.
    Discover how to switch to Google Sync Services today – either straight from your handset or via the web
    Things to do. People to see. Places to go. Thank goodness you’ve got your Sony Ericsson Handset handy to keep you organised. But what if your Sony Ericsson Handset could look after you even more efficiently? How great would that be? Well the good news is that now it can, thanks to Google Sync Services.
    Google Sync Services puts you in control of all your contacts and calendars. It’s also a member of Google’s Mobile services family, which includes Gmail, Google Voice Search, Google Maps and YouTube – so you can be confident it works like a dream.
    The Sony Ericsson Sync service will close down on 29 December. But there’s no need to worry because you can transfer all your stuff across to Google Sync Services today – either straight from your handset or via the web.
    Discover how to switch account 
    Got a problem? Our Contact Centre will help 
    Thanks,
    The Sony Ericsson Team
    Solved!
    Go to Solution.

    Transfer from web
    Step by Step instruction
    1
    Go to www.sonyericsson.com/user in your Internet browser
    2
    Log into your Sony Ericsson Sync account
    3
    Go to "Contacts" view
    4
    Select "Import/Export" button 
    5
    Select "Export to vCard"
    6
    Save "contacts.vcf" file
    Note
    There is also "Export to text" function available in same view. By clicking on "Export to text" a list of contacts is generated. It is possible to save this list as a text file or to print out.
    Import contacts to Google Sync
    1
    Go to http://www.gmail.com in your Internet browser
    2
    Log in to your Google account
    3
    Go to "Contacts" view
    4
    Select "More"
    5
    Select "Import"
    6
    Select "Browse"
    7
    Find and select the contacts.vcf file you already created
    8
    Select "Import"
    9
    Check that contacts are correctly imported

  • Somehelp regarding Web service consumption in portal component

    hi all,
    I need Somehelp regarding External Web Service consumption in portal component.
    I have a wsdl file, but when i try to create a model using wsdl in portal it is showing cannot to read the wsdl file.
    is there any other way i consume wsdl in portal.

    Hi,
    mybe it's an authorization problem while reading the WSDL file?
    Try to include it like this:
    http://mycompany.net:8000/sap/bc/srt/rfc/sap/Z_Webservice_Test?sap-client=800&wsdl=1.1&sap-user=USERNAME_ON_BACKEND&sap-password=XXXXXXXXX
    Thomas

Maybe you are looking for