Consuming a webservice of MII in Xcelsius 2008

Hello Everyone !
I have created a webservice in MII 12.1. I tested it in SoapUI. It is working fine.
I created a separate webservice using SAP. Tried to consume in Xcelsius 2008. It is also working fine.
But, the webservice created in MII 12.1 which I try to consume in Xcelsius 2008 is giving me error as "Unable to load URL".
What can be the possible measures to overcome this issue ?
Regards,
Vaibhav Singhania

Hi,
Try to call MII transaction in URL with MII user id and password.if it is working fine then try to use that in Xcelsius 2008.We have done this procedure.
Thanks,
Ramesh

Similar Messages

  • Consume XI webservice in MII

    Hi Gurus,
    I need to consume a webservice in MII (WSDL published using PI) , please give some guidance/link in this regard.

    Thanks for links ,those are helpful.
    however I tried the things it is giving me below error.
    SOAP service could not be loaded:XmlProxy Error:Status (401): Unauthorized.
    I have  superadmin authorization on both system (PI,MII). but the issue is when I am giving url of webservice it is not showing me the entry space of Username/Password. I am using MII 12.

  • What version of Flash does Xcelsius 2008 output as?

    What version of Flash does Xcelsius 2008 output as?
    I noticed difference in behaviors between
    "Xcelsius 2008 consuming WSDL webservice" and
    "Xcelsius 4.5 consuming WSDL webservice"

    Hi Muhammed,
    What are the differences that you have found?
    One thing that changed was that with Flash Player 9 there is additional security so you may need to update your cross domain xml file on your web server where the web service is hosted...
    See the Xcelsius 2008 General Best Practices: https://boc.sdn.sap.com/node/19898
    Regards,
    Matt

  • Problems with consuming SAP BW WSDL in Crystal Reports 2008

    Hello,
    I am trying to use the WSDL generated from the SAP BW in Crystal Reports 2008 using the XML and Web Services driver, but when I input the WSDL url Crystal does not interpret the url passed in as a WSDL url and the Services, Port and Method drop downs are blank.
    If I manually input the values I get the error below from Crystal
    "Logon failed.
    Details: Web Service Location is invalid
    WSDL Exception (at /wsdl:definitions/wsdl:portType/wsp:Policy): faultCode=INVALID_WSDL:Encountered unexpected element
    'Policy'."
    I know this is a valid WSDL as I have tested it with Xcelsius 2008 and I am able to get data back in Xcelsius. I found SAP note 1485601 that talks about Crystal Reports not being able to reading a WSDL generated by a SAP system.
               https://websmp230.sap-ag.de/sap/support/notes/1485601
    Based on the error message from Crystal above I feel that Crystal is unable to read the WSDL URL, has anyone else encountered this issue, if so is there a possible work around.
    We are running Crystal Reports 2008 V1 SP3 FP 3 and the SAP Integration Kit is also on the same service pack and patch level.
    Any help or insight into the issue will be very helpful.
    Thanks,
    Kumar

    Ingo,
    I am using the "XML and Web Services" connection option in Crystal Reports, and using a HTTP WSDL.Here is a sample of how WSDL url generated by SAP BW.
    http://servername:8000/sap/bc/srt/wsdl/bndg_DF6E553E117931F19C6B001560A1B616/wsdl11/allinone/ws_policy/document?sap-client=100
    We have a two structure BW query (one for keyfigures and one as characteristic structure ), I know that this will cause the structure for the characteristics to show up as a single field and each element of the structure will result in a row of data, but we need the individual elements on the structure and we were hoping to get around the MDX driver limitation by using the web service connection.
    The data in the Crystal Reports 2008 needs to be in a crosstab layout as shown below, but if we use the Crosstab expert the key figures are stacked one under the other and also we cannot get the labels from the KPI structure to show up on the Crystal Reports.
                   Characteristic Structure
                 Column1            Column2                     Column3     
    Label 1          KeyFigure 1          KeyFigure 2                    KeyFigure 3
    Label 2          KeyFigure 1          KeyFigure 2                KeyFigure 3
    Label 3          KeyFigure 1          KeyFigure 2                    KeyFigure 3
    This layout is already built in a Web Template and therefore we were planning on using the WSDL to get the layout directly into Crystal report, but I keep running into the WSDL error when I try to consume the WSDL in Crystal.
    Thanks,
    Kumar

  • How to consume an webservice in XI

    Hi,
      I need to consume an webservice in XI, can any one please guide me in this.
    Regards,
    Lakshmi

    HI
      I  guess you want to consume webservice in webdynpro from XI ,  if that is the case
      may be you can ask your XI consultant to provide you a WSDL url , and expose that as
    webservice using adaptive webservice model and if you are using  EP 7.0 you have to create Destinations
    in the visual admin tool ->webservice security-> dynamic proxy
      and if you are using CE 7.1 then you can create the destination in
    NWA->SOA management -> Destination template 
      and for creating destination you can search SDN there are many thread available
    /people/katharina.seiz/blog/2008/12/11/web-service-150-pi-150-web-service-scenario--a-complete-walkthrough
    check the above link this may give you some idea
    Thanks.
    Edited by: murali krishna  reddy on May 4, 2009 9:36 AM

  • How to retrieve User Session in Xcelsius 2008

    Hi
    I am currently building dashboards with some securities on display. The dashboards have to show different views (e.g. Manager view with full access of data and Employee view with partial access of data) for different users, and I expect to get the user information (particularly user name) from the BO user session for making the security decision.
    I can successfully retrieve the user session from Dashboard [url button] to JSP using openDocument (by looking at the cookies), but it seems that I have no way to import the data back to the Dashboard. When I am using Data Manager > XML Data (With XML datasource is a JSP file), it seems the user session cannot be retrieved.
    So, my question is, how to retrieve the user Name in Xcelsius 2008 ?
    Any help is greatly appreciated.

    Hi,
    we did also some research activities about Xcelsius. We are passing the user name to the Xcelsius via Webservice. Based on the portal integration, you do not have to care about the authentication to the Webservice. This does the Enterprise Portal for you. For the integration, we are currently using a BSP solution. In this way, you can get the user name very simple:
    sy-uname
    You can put into the Webservice or provide it as Flash Variable to the Xcelsius in the <OBJECT> tag.
    Take care,
    Thomas

  • Consuming a webservice in ABAP ECC 6.0 without using XI/ PI

    Hi Experts,
    I wanted to consume an external webservice without using XI / PI.After doing my homework and search on sdn I came to know that we can consume webservices in ABAP using proxies using SE80(Enterprise Services).
    I am trying to create a client proxy with the URL of webservice.It asks me the option to choose between URL or HTTP.
    I am selecting URL and in the second screen it asks about the package details and after that it finishes.Later I get an error message stating "NO VENDOR SPECIFIED".Its not allowing me to create a proxy.
    So, here are my questions.
    Does anyone faced the same kind of problem?
    Can we really consume a webservice without using XI / PI or any other middleware?
    Is it possible to consume the webservice only with URL or WSDL file ?
    Please let me know the exact process.
    Thanks in Advance.
    Shanker Pandey.

    Hi Martin,
      Please check these following links. Though you have reported already, these may help
    Proxy Object generation error using Wizard for Web Service Consumption
    Also, please have a look @ /people/thomas.jung/blog/2006/03/13/develop-a-web-service-that-sends-an-email--in-abap-netweaver-04s
    Hope this helps,
    Karthik

  • Getting error while consuming google webservice in jspDynpage

    Hi All,
    I am consuming google webservices in my JspDyn page
    i am getting following error
    An exception occurred while processing a request for :
    iView : GoogleSer.google
    Component Name : GoogleSer.google
    Could not find portal application <b>com.company.global.enterprise.portal.wsdl.webservices.service.</b>
    Please help me to resolve this issue
    code ::
    MyGoogle googleService =
    (MyGoogle) PortalRuntime.getRuntimeResources().getService("com.company.global.enterprise.portal.wsdl.webservices.service.MyGoogle");
    GoogleSearchResult result = googleService.doGoogleSearch("google", "SAP", 0, 10, false, "", false, "", "", "");
    Thanks & Regards
    Rudra

    Hi,
    I am still having the same problem, however the scenario in which I am getting varies.
    I am getting this exception:
    "com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: IOError while working with the message."
    Some users when trying to login into the portal are getting blank screen and for some the portal launcher page is loading fine and could go to the Home Page.
    When I view the logs I am seeing the Nested Soap Exception.
    Any Ideas??? Starting the J2EE engine also did'nt help.
    Thanks in advance.
    Madhavi

  • Error While Consuming the webservice in ABAP

    Hi,
      I am trying to consume a webservice in ECC. I have imported the WSDL and generated the proxy. Did the configuration in the SOAMANAGER. While calling the webservice from the program I am getting the following error message. "SRT: Unsupported xstream found: ("HTTP Code 400  : Bad Request")"
       Any help is appreciated.
    Thanks
    Raghavendra Kuamr

    Hi,
    Check ST11 to find detailed log of issue, most likely you are passing "WS-A" message id along with request (check settings in SOAMANAGER Logical Port).
    Try calling service after suppressing "Message Id transfer". See SAP Note: 1361688 and related notes in 0001292171
    Regards,
    Gourav
    PS: please search forum before posting questions.

  • While Consuming a WebService in JSP Dyn Page - There is an Error

    Hi Friends,
    I have a web service created in ASP.NET web Service.
    And I have Consumed the Web Service using WSDL URL.
    I need to write a code to refer that class in the JSP DynPage
    I have created like this in DoIntialization
    MyServiceName obj=(MyServiceName) PortalRuntime.getRuntimeResources().getService(MyServiceName.KEY);
    int a = 10;
    int b = 20;
    obj.Add1(a,b);
    but it shows an error
    "The method Add1 Method(Add1 Method) is the type. MySErviceName is not Applicable for the arguements(int,int)"
    Please Help me in this regard.
    Thanks in Advance
    Thanks & Regards,
    Palani

    Hi Andy,
    I will let u know the sequence which i followed to consume the Webservice.
    NWDS --> File --> New --> Project --> Portal Application --> Create New Portal App Project.
    The Project is created.....
    After that i want to consume the Webservice for the same project...
    for that...
    NWDS --> File --> New --> Other --> Portal Application --> Create New Portal Application Object --> Selecting My Project?(intended prjct) --> Portal Webservice --> Portal Service from WSDL file - Client Side --> My WSDL URL --> Selecting the methods which i need to expose from the Webservice --> I gave unique name for my 1) Service 2) Alias 3) Package....and that was done....(other way is to add from portalapp.xml ??)
    After that i created a new JSPDyn page for my application in DoInitialization() method i tried to access the method from that webservice using the following code...
    MyServiceName obj=(MyServiceName) PortalRuntime.getRuntimeResources().getService(MyServiceName.KEY);
    I am successfully able to access the method from the webservice using the object which i have created but i am not able to pass arguments to that method...???
    I tried consuming same webservice created in .NET in .NET itself and i am able to pass arguments successfully.
    I tried to consume webservice created in ABAP in .NET and able to implement successfully...
    but the same ABAP webservice when  i tried to consume its not working with this NWDS.
    Is there any thing else i need to follow while consuming a webservice in the EP Perspectice of NWDS ???
    Deployable Proxy is required for that ?? if required how to create and use that ??
    Thanks in Advance,
    Palani

  • Error to install Xcelsius 2008 on Windows vista. Error 1935.

    I have a big problem, I need install Xcelsius 2008 on Windows vista, but when I install the software apper the nex message:
    Error 1935 Error al instalar el ensamblado.
    "Microsoft.VC80.ATL,type ="Win32",version= "8.0.50727.762",pubicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"". Consulte Ayude y soporte tecnico para obtener mas informacion.

    From a brief Google search, I determined this error message is from Vista. It is not being produced by Xcelsius. You will need to do your own search and determine what is causing Vista to report this error. You can also try installing using instructions for Xcelsius installation on Vista posted elsewhere in these forums.

  • Not able to see Data in Xcelsius 2008

    Hi everyone,
    My question is I am not able to see data in Xcelsius spreadsheet although I am able to connect to SAP BW and also able to see and select query but when I select Cross Tab Data in output Values it is not displaying in Xcelsius spreadsheet
    System Info
    Xcelsius 2008 Enterprise Trial Version SP 3.0
    SAP BW 7.1 SP 6 ABAP and JAVA
    Any help would be appreciated

    Hi Rashid,
    When you are using the BW conenction in Xcelsius you will not see any data in the spreadsheet at design time or at preview time.
    To see the data you need to go SAP > Publish, then SAP > Launch to test the dashboard in the NetWeaver Portal as that is the only place where the data can be viewed.
    Regards
    Matt

  • Updating data in Xcelsius 2008 Export from Excel Spreadsheet

    Xcelsius 2008 newbie question....
    I have created a Xcelsius export (.swf) that display my data. However it appears the data is static after exporting.
    I am at a loss as to how you force it to update/refresh using the connections used in the excel.
    Am I missing something? I cannot find a straight answer, do need LiveOffice?
    How do I have an (.swf) export file that refreshes data itself????

    The easiest way to get data to update in your swf is to create a connection in the Data Manager.  After the connection is setup you can add a connection refresh button to allow the swf viewer to trigger that connection.
    To get data to refresh automatically, you can setup the connection to trigger or update on interval.
    For more information you can check out the learning center:
    http://resources.businessobjects.com/support/cx/samples/learning/ondemand.asp

  • XCelsius 2008 is not backward compatible with ver 4.5

    Post Author: Joseph
    CA Forum: Xcelsius and Live Office
    I tried opening a project that was done with ver 4.5 but it just said that "Crystal Xcelsius is unable to load this file. This file may be corrupt or may have features that cannot be supported by this version of Crystal Xcelsius." So i guess I probably have to recreate the project in the 2008 version to take advantage of the new features available. So I imported the excel datasheet used in the old project to a new project in Xcelsius 2008 and tried recreating the objects from scratch. I had started with an accordion menu and two list boxes and then I decided to export to swf to test. However, the result was disappointing. I could only see the two list boxes but not the accordion menu. There was a message saying "Initializing..." that stayed. Does this mean I have to recreate the excel data from scratch as well?

    Post Author: abrat
    CA Forum: Xcelsius and Live Office
    X2008 is backward compatible with CX4.5.  But Jim is correct. There is a bug in X2008 which prevents it from opening some 4.5 models by double-clicking on the filename.  They can be opened from the File > Open menu.  This only affects opening the model.Due to the many changes between CX4.5 and X2008, the migration of old CX4.5 models is not clean.  Differences will be seen.  Most are cosmetic affecting only the look of the model.  But some tidy up, color changes and re-alignment work must be done.   There was no way to gain the benefits of X2008 and still keep CX4.5 models unchanged.Andy  

  • SAP Authentication issue in Xcelsius 2008 SP4

    Ingo Can you help me?
    Xcelsius 2008 SP4 Failed to Open/Save from BusinessObjects Enterprise and throws an error Failed While Trying to Logon User "0000" RFC error: "LOGON_DATA_INCOMPLETE" when using SAP Authentication.
    It works perfect with Enterprise.
    Recently we have upgraded from Xcelsius 2008 SP3 FP 3.5 to Xcelsius 2008 SP4. It also displays the password without encrypting.
    BOE 3.1 Sp3
    Integration Kit SP3Fix Pack 3.2
    SAP GUI 720
    Xcelsius 2008 SP4
    It was working good with SAP Authentication when using Xcelsius 2008 SP3 FP3.5
    Thanks
    Dais

    Hi,
    As a starting point, i would strongly recommend you standardise all your component versions.
    from what i can see, you've just asserted that Server, Integration Kit, and Client  are all on different Fix levels..
    that's not a nice baseline on which to investigate!  
    Also, patching would also include importing the correct SAP Transports into your BW. (they change almost every FP)
    Regards,
    H
    Edited by: Henry Banks on Feb 10, 2012 4:00 PM

Maybe you are looking for

  • Regarding Smartforms Main Window

    Hi SAP Gurus, In a customized smartform, i am having an output  : srl no                 mat no                  mat desc                     quan              uom               rate 10                        123456             aaaaaaaaa             

  • Queue Status in SMQ2 = RUNNING, but Stuck.

    I have a queue that sometimes gets stuck in SMQ2 in status RUNNING (for no apparent reason). If I activating the queue manually (as suggested in http://help.sap.com/saphelp_nw04/helpdata/en/d9/b9f2407b937e7fe10000000a1550b0/frameset.htm) usually solv

  • Aperture is distorting my images

    Hello, I hope someone can help. I am downloading my images into aperture and on random images it distorts the image. Looks like a coding problem, I don't know how to describe it, but here is a link to an example image: http://infocusstudio.smugmug.co

  • Help Working With Variable Data Sets (PS CS3)

    I have two different projects for which I believe the Variable Data Sets would / could work. Project 1: I have created a student badge for our TV Media class and I would like to be able to use a Variable Data Set to automatically read a data file wit

  • IPhone display is acting strange, going crazy!

    Hey guys, I have a pretty big issue with my iPhone 4. I bought it more than a year ago, therefore it cant be neither repaired nor replaced with the Apple warranty. The issue I noticed is that while I dont touch my phone, it seems to do strange things