Google example using webservice

I have created similar to example steps. I didn't get any error while compiling or deploying.
when i access it through component in netweaver or using url, it comes error as no iview present. so please explain to create iview so as to see on portal
I even check in the component manager, but my example webservicetutorial par file is not present.
Portal Runtime Error
An exception occurred while processing a request for :
iView : N/A
Component Name : N/A
iView not found: WebSeriveTutorial.MyGooglePage.
com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: WebSeriveTutorial.MyGooglePage
     at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1564)
     at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:121)
     at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:181)
     at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:389)
     at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:428)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:512)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:209)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
     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:147)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
     at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
     at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
     at com.inqmy.services.httpserver.server.Response.handle(Response.java:165)
     at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1133)
     at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
     at com.inqmy.core.cluster.impl0.ParserRunner.run(ParserRunner.java:35)
     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:132)
   please help me to resolve the problem

Anthony,
  I had check it. It was correct. But the thing when I saw in the component Inspector of portal, my iview did not appear.
I created like this
         project-> rightclick->   export-> par ->selecting project-> givint protal password-> and finish.
The NW didn't give any error, but the par file didn't appear in the portal componet Inspect.
but the par file is  created in the NW studio Navigation bar.
  Let me know any help regarding this
thanks
venkat

Similar Messages

  • Give me a example of chatting with google talk using smack

    i want to chat with google talk using smack api so i need one example how to connect to google talk

    STFW! I few seconds with the Google search turns up the Smack API.

  • Using Webservices in JspDynpage (Portal)

    Hi Team,
    i am Using Webservices in PDK.
    I followed all the steps to use the webservice in the portal.
    i can able to read the the methods, which are there in webservice.
    But when i try to call the methods,
    they are behaving  differently.
    Example i have a method called Go() which takes string as argument.
    Here , when i make use of it, Go is class, and when i try to call like this  Go(Go parameters).
    It is asking Go parameters, what is that mean?
    It should ask for String arguments.
    I am unable to understand how to make use of the methods present in webservice.
    Additionally it is having some other methods, which have come automatically with webserivce.
    But they are not in websserivce coding.
    Any one is familiar  working with webserivces in Jsp Dynpage, please guide me.
    Regards
    Bala

    Hi,
      you have asked this before. change the style type. have u tired this format
       http://iginsapsm:50000/SearchWS1/Config1?wsdl&style=document
       let me know its working or not.
    Rds,
    Shanthakumar.
    Assgin points for helpful answer.

  • Upload a value in read-only field using Webservices or Workflow

    Can you please let me know if is feasible to upload a value into a read-only field using webservices or workflow
    If so, can you please provide an example?
    Thanks

    Using WS, you cant update the field value, if it is set as "Read-Only" @ the object - Field definition level, but you can update that using WS if it is set as "Read-Only" @ the layout level. Same applicable to Workflows too
    -- Venky CRMIT

  • Using Webservices in JspDynpage

    Hi Team,
    i am Using Webservices in PDK.
    I followed all the steps to use the webservice in the portal.
    i can able to read the the methods, which are there in webservice.
    But when i try to call the methods,
    they are behaving  differently.
    Example i have a method called Go() which takes string as argument.
    Here , when i make use of it, Go is class, and when i try to call like this  Go(Go parameters).
    It is asking Go parameters, what is that mean?
    It should ask for String arguments.
    I am unable to understand how to make use of the methods present in webservice.
    Additionally it is having some other methods, which have come automatically with webserivce.
    But they are not in websserivce coding.
    Any one is familiar  working with webserivces in Jsp Dynpage, please guide me.
    Regards
    Bala

    refer this thread
    external service configration+adding webservice with basic authentication
    also refer here:  this has reference to some good links abt authentication..
    How to configure Web Service with HTTP authentication
    Message was edited by:
            Anant

  • Using webservices to check in files to UCM

    Hello all.
    We're trying to perform some tests in UCM, but we're not finding many examples about it.
    This is what we want to do:
    We want to use webservices to checkin files to UCM.
    How?
    1 - we will develop a java application
    2 - inside the application there will be a button that will call the webservice
    3 - after the webservice is called, the document should go to out UCM
    Until now, I'm doing only research. Reading documents about webservices, how they work and everything I managed to find.
    But I can't find an example about it. Someone, please, could say where I can find it?
    Thanks for your help and patience.
    Fernando

    Hi Fernando,
    as for the UCM piece, check this link out: http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/c25_wsdl_and_soap.htm#BEHHIGHJ
    It describes what service with what parameters should be called. There are also SOAP Request and Response schemes.
    If I understood your question, it is more how to create a piece of code that calls the service, right? This very much depends on what your programming language is, and partially also what your IDE is. There is a comprehensive tutorial for Java/Jdeveloper available here: http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/webservices/ws.html I believe if you go through that you will be at least a journeyman on WS. Another good resources can be found http://www.ibm.com/developerworks/webservices/library/ws-javaclient/ or http://qnatech.wordpress.com/2008/07/29/how-to-write-code-to-invoke-a-web-service-from-java/
    I hope that helps.
    Jiri

  • DotNet to SAP using Webservices

    Hi All
    We intergrated Java to SAP using webservices with out deploying the webserives in UDDI and the same is working fine.
    Is it possible to integrated from Dotnet to SAP with out deploying in UDDI or whether it is mandatory
    Regards
    Sekhar

    Hi Sekhar,
    you do not need to have the webservices published in UDDI to connect from .NET. It sufficient to have the webservice endpoint/address and it's wsdl, and then you can generate in VS 2005/2008 (or via .NET SDK svcutil) a WCF proxy to the SAP based webservice. I've myself a working example of such SAP / MS interoperability.
    You can generate the wsdl from within the SAP NetWeaver development environment, and save it to disk. But probably you already have it, given your Java SAP interoperabilty.
    Best regards, William.

  • How to use Webservice

    Hi there,
    I am new to Web Dynpro, I want to know how I can use webservice using web dynpro development components. could anybody provide me with the steps.
    Thanks in advance

    Hi Antesar,
    Chk this links,..
    Webservices
    http://www.webservicex.net/WeatherForecast.asmx?wsdl
    Configuring Webservices
    http://edocs.beasys.com/wls/docs81//ConsoleHelp/webservices.html
    Creating Simple Webservices
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    Webservices weblog
    /people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii
    Example
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/using%20car%20rental%20web%20service%20with%20web%20dynpro.pdf
    Hope this will be useful for u..
    GS

  • How to integrate to WebCenter Content using WebServices

    Hi all,
    I have only been exposed to WebCenter Content for a little while and would like to Integrate with it using WebServives - From what I understand is that if you use webservices (WSDL) there are some configuration that needs to happen on the WC Content side and mostly around security. At the moment I'm just testing the services our from SOAP_UI  - Ive used this link http://hostname:16200/cs/idcplg??wsdl
    I've tried viewing the WSDl in a browser but nothing displays... Can someone guide and help me on this?
    Thanks

    Hi,
    You can look up the following articles on MoS portal which gives details / examples and set up steps for working with Webservices :
    1332250.1 Creating a UCM Domain With OWSM Enable
    1332308.1 Calling GenericSoapService with WS-Security settings in JDeveloper using a Web Service Proxy
    1334471.1 Sample Soap Requests for Use in UCM 11g Calls to GenericSoapService (GenericSoapPort)
    Regards,
    Manoj

  • Are you using WebServices ?

    Hi Community !!
    Just few question, are you using WebServices as Data Services ?
    if so are those WS internal or taken from Internet ?
    if taken from Internet ...what do you think to create a Wiki Section with public and WS examples....
    Discussion is wide open
    Regards, Luis

    Hi Marcel & Benni!
    That's exactly the idea of this discussion, to share the information we have about WS as dataservices...
    In a demo i used a public WS to show a Dilbert image, i took the WS from the examples listed on <a href="http://www.esynaps.com/eSynaps_home.aspx">eSynaps</a> and works great!
    But, we want to know if there are others than use WS internally or from publics api's and to share their experience here ..... or in the Wiki section of course
    Looking forwards for more comments
    Regards, Luis

  • Example consuming webservice in J9 WEME CDC

    Hi somebody have a example consuming webservice in J9 IBM? I using ksoap in my application, in conected no ocurred erros but in return string ocurred a error:
    Hello, anyone have an example in consuming a webservice IBM J9? I'm using ksoap in my application, the connection no error occurs, but the string to return ocurred a error:
    Invalid stream or encoding: java.io.UnsupportedEncondingException: UTF-8 (position: START_DOCUMENT null@0:0) caused by:java.io.UnsupportedEncondingException: UTF-8; nested exception is:
    java.io.UnsupportedEncondingException: UTF-8
    at java.io.InputStreamReader<init>(Unknown Source)
    at org.kxml2.io.KXmlParser.setInput (Unknown Source)
    at org.ksoap2.transport.Transport.parseResponse(Unknown Source)
    at org.ksoap2.transport.HttpTransportSE.call(Unknown Source)Somebody help me?
    thz.

    hi Shakall !
    I m use the hessian binary web service with Creme CDC. Its very similar with J9. I believe that this solution work for you too
    See the simple sample, its very simple, of the server implementation:
    http://hessian.caucho.com/#Java
    And, for the JavaMe, the client its a little different, but work fine:
    http://www.caucho.com/resin-3.0/protocols/hessian.xtp#Hessian-Client-for-a-cell-phone
    For download and upload objects (POJO), I m use JSON format. Works perfectly
    If you have any problem, post a question again!
    thanks!
    Fábio Pinheiro

  • Using Webservice through RFC Func Mod Can I able to fill dropdown field

    Hi,
    I am going to develop offline interactive form using Webservice through RFC Function module.
    There are dropdown list fields in my adobe form. Then how can I able to fill these dropdown fields in my form, I mean how to bind the values to dropdown fields.
    Thanks & Regards,
    nspkumar.

    Hi,
    Option 1:
    If the form is designed in transaction SFP, which has a form interface (transaction SFI), then below solution will work:
    For example consider the data node name as 'COUNTRY' . Select drop down UI element and go to 'Object' properties tab. Select 'Binding' tab, on the top right hand side of this tab there is small icon, select the icon and enable the option 'Show Dynamic Properties'. Once this option is enabled in the 'Binding' tab you can click on the link 'Specify Item Values'. A popup will open, here specify the binding value as 
    $record.sap-vhlist.COUNTRY.item[*]
    Refer to link:
    [Drop down list binding|http://help.sap.com/erp2005_ehp_06/helpdata/en/43/7a667df4ad6fc9e10000000a1553f6/frameset.htm]
    Option 2:
    If the data connection is directly to the webservice then binding needs to be done similar to option 1 except one change. While binding the value in dynamic properties based on XML schema binding needs to be changed.
    As you can see in option 1, for dynamic property binding 
    $record.sap-vhlist.COUNTRY.item[*]
    , there is a value called sap-vhlist. This 'sap-vhlist' gets generated when form is designed in transaction SFP with form interface. So in your case if data connection is from webservice value sap-vhlist needs to changed to the value as per XML schema definition.
    Regards
    Srikanth KV

  • Image not displayed in html output used webservice to store in a location

    hi
    we have used webservices to store the pdf and html outputs but the problem is when we are seeing the preview in the bi publisher we can see the image in pdf and html but when we run through webservices and see the output files that are stored in some location image in the html output is not displayed but in the pdf we can see the image.
    i have used the direct insertion image option in the header section. is the problem because i have used the direct insertion.
    can you give the idea how to import logo from an external location so that we can check the if it is problem with direct insertion or problem with the webservice as we are storing the output files outside the catlog but it may not be wrong because in pdf we can see the image.
    I am not having any idea how to solve thsi issue..
    Sorry to bother you with these many questions
    Thanks in Advance
    Have a Nice day.

    Please state which BI Publisher version you are using.
    In case it is 10g then please always test the application with the latest patch first!.
    BTW today there is been a new patch 11846804 released for 10.1.3.4.1 (March 2011).
    regards
    Jorge

  • After doing a Google search, I click on a link and go to the searched web page.  When I go back to the Google page using the back button the links I originally clicked on no longer show as "greyed out".  Any idea what is going on with the browser?

    After doing a Google search, I click on a link and go to the searched web page.  When I go back to the Google page using the back button the links I originally clicked on no longer show as "greyed out".  Any idea what is going on with the browser?

    Type '''about:config''' in the Location (address) bar and press the "Enter" key. When you see a warning, click '''I'll be careful, I promise!''' button.
    * Preferences that have been modified are shown as '''bold (user set)'''.
    * Preferences can be '''Reset to the default''' or changed via the right-click context menu.
    -> In the '''Filter bar''', type '''browser.sessionhistory.max_entries'''
    * Right click the preference '''browser.sessionhistory.max_entries''' and click '''Modify'''
    * Change value from 0 to whatever you want over 0 (Default value is 50)
    * click OK
    -> Close the '''about:config''' tab and then Restart Firefox.
    See this post:
    * https://support.mozilla.com/en-US/questions/860894#answer-229574
    Check and tell if its working.

  • Empathy fails to connect to google talk using gnome online accounts

    Hi there,
    After last upgrade to gnome 3.6 empathy fails to connect to google talk using GOA credentials.
    Of course I can configure a talk account directly in empathy but... I would prefer to use a single sign on (with gnome online accounts).
    Does any one has this same problem?... Any clues?
    Best,
    M

    Yes...
    [miguel@miguel miguel]$ pacman -Q | grep gabble
    telepathy-gabble 0.17.1-1
    [miguel@miguel miguel]$
    In fact I can use Google Talk if I create an account using Menu->Accounts in empathy.
    Best.

Maybe you are looking for