Does visual composer supports Webservices

Hi
we are planning a project for EP_Xi integration.where XI exposes it's functionality as webservice.from EP side it should consume this webservice and display it as an iview.now i have following 2 options
1.i am planning to write webdynpro application and consume this webservice and display it as iview in portal
2 way:does Visual composer supports webservices?if yes can i replace webdynpro?which is best way to this ?

Hello:
I just wanted to find out if there is a way directly to integrate Web Services with  BW's front end tools i.e. Bex/ Web, without loading the data in InfoCubes/ODS
The Requirement is to extract and display data on Bex/Web, from a legacy system using Web services.
Again we are not planning to load data  in the Info cubes or ODS.
Any input will be highly appreciated.

Similar Messages

  • Does Visual Composer support to export project to Web Dynpro application

    Hi Experts.
         Does Visual Compoer support to export project to Web Dynpro application, if yes how to export it. Besides, can I modify the generated VC application code? Thanks!

    Hi,
    You can use the webdynpro as Runtime environment for VC Applications
    But it is not possible to Export the VC applications to Webdynpro  application.
    Govindu

  • Does Visual composer requires enterprise portal installation?

    Hi all,
    Does Visual composer requires enterprise portal installation?
    or can it be installed standalone and used standalone.
    Also does Visual composer reuires BI-JAVA stack,
    or can it run on BI-ABAP stack also
    Thanks all,
    Regards,
    Robert

    Hi ,
    Thx Markus,
    one more question...
    Is VC a stand alone application/package by itself that does not require EP or does it come with EP.
    Thanq.
    Regards,
    Robert.

  • Visual Composer Consuming WebServices on MDM

    Hi all
    Can you please anybody tell me that what are the didadvantages when using the Visual Composer Consuming Webservices.
    Regards
    Suuresh babu

    Hi Nishita,
    yes, you can define the criteria for displaying data when mapping Input and Output parameters for your BI queries.
    For Valication, you can writing expression if you have specific search criteria.
    Thanks
    Arun

  • Does visual composer 7 work with NW 04?

    Hi people!!
    does visual composer 7 work with NW 04?
    anybody can answer the question?
    I actually use the visual composer for analytics but i have problems with the jdbc standard systems( can´t use store procedures),
    thanks in advance.

    Thanks Mario,
    I actually use the visual composer for analytics but i have problems with the jdbc standard systems, (not with bi jdbc) , i can see de store procedures but can´t use)
    anybody knows why??
    thanks in advance.

  • Visual Composer - MDA in SAP universe

    Hello all,
    OMG released a bunch of standards around model driven architecture (MDA). From my point of view Visual Composer is the tool inside CAF to design solutions according to the MDA philosophy.
    But Visual Composer uses its own proprietary standards to save and execute models (GML and XGL). How do Visual Composer supports OMG standards? How do buzzwords like MOF, PIM and XMI match into our SAP universe?
    Any documentation around these topics?
    Best regards,
    Markus

    Hello again,
    It seems anybody has a good and fast answer for my question. So I will try to draft an answer on my one and looking forward for your comments!
    From my point of view Visual Composer is a domain specific tool to design process flow and ui of business applications. What we do with VC is (in fact) domain specific modeling (DSM) using a specific modeling language (DSL). VC generates a model for design time (GML) and for run time (XGL). The model transformation is executed by deploying the application.
    I think GML defines a platform independent model (PIM) and XGL defines a platform specific model (PSM). GML defines the graphical syntax for our model, too. I suppose it also defines the action semantics.
    OMG uses UML as a modeling language based on the meta model MOF. UML and MOF a very generic approaches for modeling. In fact GML serves as a meta model for every instance of an application in VC. Iu2019m quite unsure, if there is an underlying meta model for GML (perhaps in form of a public XML schema?).
    Unfortunately I didnu2019t found any documentation about the transformation process GML-XGL. Perhaps SAP adopted the QVT standard for model-2-model transformationsu2026? 
    Regards,
    Markus

  • Visual Composer 7.0: system (data source) does not appear

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

  • How to access PI/XI Webservice in Visual Composer 7.0 SP14

    Hi all,
    is there anybody who can describe how to connect to the pi/xi system and access webservices published by the xi, in Visual Composer?
    Thank you for your help!
    Kind regards, Patrick.

    Hi,
    There are two ways to get the services into VC.
    1St Method.
    If you have the Zip file or XML file of your system(which you can get from the portal where these systems configured) then import it in under systemadministration->transport->import ->zip or XML.
    then you have to creat a alias for this system and do the usermapping then it will appear in VC
    2nd Method.
    You have to configure the systems in the portal then you have to creat a alias for this system and do the usermapping then it will appear in VC.
    Regards,
    Govindu

  • How to use Webservice in Visual composer

    Hi,
    We have developed a RFC in R3 and converted it into Webservice. We want to use this in the Visual composer. Can anyone suggest some steps how to use this RFC in Visual composer?
    I tried the option in Tools--> Define webservice System and gave the following parameters:
    new system name = WDP (system name which we use)
    new system alias = WDP_VC (system alias which we created)
    webservice url = URL of the webservice which we have created and got in WSDL
    when we create it gives an error the URL is incorrect.
    Kindly let me know if these values are correct and suggest the steps to be followed. Also, if there are any prerequiste steps to be done before using this webservice.
    Thanks and Kind regards,
    Rajbarath.

    Hi,
    The option you described refers to defining a new web service system in the portal system landscape. So if you already have it defined - you don't have to define it again.
    As for the actual error you're getting, check that:
    1. The url is indeed accessible, and points to a wsdl. You can do this by simply inserting it in the browser's address bar and making sure you get a wsdl file in the response.
    2. Make sure that you don't need to authenticate, i.e. provide a user and password. Maybe you just forgot to provide these arguments.
    Lastly, keep in mind that this 'Define Web Service System' option is just a shortcut. Generally, you would define a web service system in the portal, like any other system, using the web service connector.
    Hope this helps,
       Lior

  • Date Format from webservice to Visual Composer

    Hi all,
    i'm using a webservice in a visual composer.
    My webservices gives me some fields, three of this fields are date type in the following format:
    YYYY-MM-DD (eg. 27.05.2008), this is soap message of the webservice.
    when i insert those date in a table, Visual Composer changes the format as following:
    MM.DD.YYYY (eg. 05.03.2010) where Visual Composer consider 27 like 12 months12months3 months, 3 is march, and its increase year (2010) becouse of 24 (12+12) months.
    Portal language setting is English, and i cannot change it.
    There is someone that can help me??
    Thanks!!!!

    Hi,
    Then the formate you can change in Visual composer to YYYY.MM.DD using Date fromulae .
    Plz check in the Formate tab of the Date field and chenge it to respective Formate you want.
    Govindu

  • Webservice system error in visual composer

    Hi,
    I am facing a problem with respect to using a webservice in my Visual Composer application. I have defined the webservice system with a WSDL url in the visual administrator giving the required login credentials. I am trying to access the entire function group that contains some BAPI's. When i access this system in my Visual Composer, i can see the entire list of BAPI's that it contains converted as web services. But, when i try to drag any of the BAPI's i get the following error
    <b>Failed to fetch Metadata.</b>
    Portal Request failed due to: Operation
    not found.
    Now when i put the same WSDL in my browser, the list of services can be clearly seen. Any solutions to this?

    Hi Mario,
    The problem is solved now. We cannot drag a webservice system directly into a layer in VC but first needs to be dragged on to your story board and from there into the desired layer!!! I am not sure why this occurs but my colleague here found this out. But now i get the error Portal Request Failed (Could not execute web service operation). i checked the following link
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/portalRequestFailed&
    The BAPI that iam testing as a webservice has one fo the  input in the form of a object, to be specifc a HROBJECT whose structure contains 3 components. Can this be the cause of the problem?
    Thanks and Regards,
    Arun EV

  • Does there exist any courses on Visual Composer?

    Hi all
    Does any of you know if there exists any course(s) with a specific focus on Visual Composer?
    I have tried to search the SAP education catalogue, but did only get one hit from the states which is too far away: http://www50.sap.com/useducation/curriculum/course.asp?cid=60211961
    Kind regards,
    Martin Søgaard

    Hi Martin,
    looks like there is no course which focus on Visual Composer. Though there are some portal training courses that include the Visual Composer (e.g. <a href="ttps://service.education.sap.com/sap(bD1lbiZjPTAwMSZkPW1pbg==)/bc/bsp/sap/hcm_learning/trainingtype.htm?sap-params=b3R5cGU9RCZvYmppZD03MDAwNzU5MQ%3d%3d">EP120</a>) which are offered in Denmark .
    But Marcel is right you will probably find a lot more material on SDN, SAP Library, Service Marketplace, and the VC Wiki. Have a look into Judy's blog <a href="/people/judy.kestecher/blog/2006/07/11/visual-composer-finding-the-documentation Composer: Finding the Documentation</a>. This will help you to get an overview of the material available.
    Best regards,
    Martin

  • Visual Composer 7.0 support in SAP BW 7.3

    Hi
    We are planning an upgrade to BW 7.3 in the coming months.  We have many visual composer 7.0.1 applications deployed in our current BWenvironment.  Is there a Visual Composer 7.0 instance for further development and will currently deployed iviews function as is in 7.3 or do we need to migrate to a new version (7.3) and redeploy?
    Any information on this will be very helpful
    Thanks

    Hi,
    this is a very sensitive thing. Normally your earlier versions should also work in 7.3 as already deployed applications. If you like to reuse your models you will need to migrate them. Unfortunately migration process is not very easy as both systems (the original one as well as the 7.3 one) need to be absolutely identical. Also all backend systems your application depends on need to be completely identical.
    The best way to keep your models to work is either to recreate them in the new system or to keep an out of the box 7.0 system for development. I know this is not a nice solution but as you already ask for the consequences I try to tell you what would be best.
    Anja

  • Is SAP Query (SQ01) supported by Visual Composer?

    Do you know if it is possible to easily integrate a query developed in an ABAP backend system via SAP Query (transaction SQ01) in Visual Composer?
    Sergio

    Hi Jorn,
    I must go, but I copy you a Link from a presentation. I don't have the time to control it.
    Hope it helps.
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2f/741a403233dd5fe10000000a155106/frameset.htm">sap.help.com</a>
    Best Regards,
    marcel

  • Stored Procedure For Web Service in Visual Composer 7.1

    Hello,
    I want to use stored procedure for Webservice in Visual Composer 7.1
    I can find this Web service but not supported. ( ex) prcreleased_test - Not supported )
    Log.
    Message: Error in connection - Can' t execute Web service.
    Date: 2008-07-01
    Time: 16:41:43:906
    Category: com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent
    Location: com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.processExecution: 
    Application: sap.com/test~kmshim_wf_impl
    Thread: HTTP Worker [1]
    Data Source: j2ee\cluster\server0\log\defaultTrace_00.trc
    Correlator ID: 240496500000034715
    Argument Objects: 
    Arguments: 
    DSR Component: n.a.
    DSR Transaction: cb4b3560473711dd9fb4001e4f3b8fcb
    Log2
    Message: Stopped further execution since the interpreter is unusable
    Date: 2008-07-01
    Time: 16:41:43:906
    Category: com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent
    Location: com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.XGLInterpreter
    Application: sap.com/test~kmshim_wf_impl
    Thread: HTTP Worker [1]
    Data Source: j2ee\cluster\server0\log\defaultTrace_00.trc
    Correlator ID: 240496500000034715
    Argument Objects: 
    Arguments: 
    DSR Component: n.a.
    DSR Transaction: cb4b3560473711dd9fb4001e4f3b8fcb '
    Help me^^ plz..

    Hi Tanna.
    Thanks for your reply^^
    I create webservice that access my stored procedure.
    But not supported.
    http://dmp.humaxdigital.com/HumaxCmdwService/Service1.asmx?wsdl
    There are two service. (Hello World - Test, prcrelease_test - Stored Procedure )
    'Hello World' is supported but prcrelease_test is not supported. I can't drag to storyboard.
    Our company's DB is MSSQL2005.
    please help me^^

Maybe you are looking for

  • I can't sign in to my game center after I update it to ios7.

    I have a game center account and a appstore account. My game center account only have a username. Two accounts have the same e-mail. After I update my iPhone to ios7 I can't log into my game center. What can I do to get my game center account back? C

  • Flash Player Runs Very Poorly on Some Sites

    Does anyone else have this issue? Its been pretty much years now and I dont get it. Why doesnt it get fixed if its not just me. I have a hp computer with win 7. core i7, 10gb ram, plenty of power etc. I cannot get ticketmaster pages with the choose y

  • Mail 2.1.3 Issue!

    I have suddenly experienced an issue with Mail (2.1.3) after years of problem free use. First, the text of messages from one sender are turning up in other senders' messages. Second, attachments are all showing up as "winmail.dat". And now, when I tr

  • Upgrade to Mountain Lion

    I recently purchased a MacBook Pro with 10.8 at the Apple store.  I want to Upgrade my old iMac from 10.7 to 10.8 but find App Store and iTunes account do not list 10.8 in purchase history.  The App Store shows purchase history but only as a MacBook

  • IOS 6 help me please

    Why updating of iPad 3 to iOS 6 stops download?? When I hit download and install iOS 6, on my iPad 3, and it starts to download.....It is downloading for 3 - 5 minutes and then it says like "Error has ocured, please try again" ......... everytime ???