Web AS  uses Web Services

Hi
SAP WebAS uses Web Services to run What sort of Webservices it uses.How Web Servies help SAP Netweaver and name of Web Services are used by SAP Netweaver?
Rrgards
Vji

Hi Vijay,
       Create a EJB Project develop the business logic in it(accesing backend) and expose the EJB as web service deploy to the WAS. In WAS you find the WSDL file. WSDL file name is the web service name.
       SAP Netweaver Webdynpro mainly used for GUI part. It has one option called generate model from Web service(WSDL) using that generate model access the back end system.
       From Exchange Infrastructure(XI) also we can invoke the web services(WSDL).
see this link for more information:
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/08/11703e5da3e946e10000000a114084/frameset.htm">Here</a>
Regards, Suresh KB

Similar Messages

  • How can i make a web VI using web UI buider

    Hi,
    I have installed a web UI builder and now i'm trying to get rid of it by going through tutorials.
    My biggest problem is i'm unable to understand the concept making web pages,
    And my+ requirement is I have a servo motor and by running this motor plots which are being made on a graph i want to display it in a web browser and anyone can see it without a control.
    Can anyone help me that how can i use WEB UI Builder efficiently to the above task.
    Regards
    Mangesh
    =========================================
    Please remember to accept a solutions and show your appreciation by giving Kudos to helpful messages...
    Mangesh D.
    CLAD | Project Engineer
    ==
    VIPM, LabVIEW 8.2, 2009, 2011SP1, 2012, 2012SP1, 2013, cRIO,cDAQ, PXI, ELVIS, Multisim, Smart Camera....
    Solved!
    Go to Solution.

    Thanx altenbach
    I don't have a evaluation copy of Web UI Builder and now with mty efforts i'm able to run my LabVIEW VI into web UI Builder by using web services.
    But the fact is i'm unable to build and deploy it( as it is only in full version). 
    My problem is by building and deploying my Web UI program what can i do with that.can i possibly publish it on Website i'm having?
    Regards
    =========================================
    Please remember to accept a solutions and show your appreciation by giving Kudos to helpful messages...
    Mangesh D.
    CLAD | Project Engineer
    ==
    VIPM, LabVIEW 8.2, 2009, 2011SP1, 2012, 2012SP1, 2013, cRIO,cDAQ, PXI, ELVIS, Multisim, Smart Camera....

  • I DEVELOPED A WEB SITE USING WEB PAGE MAKER WITH A MOUSE OVER TO PLAY A WAVE. WORKS IN IE BUT FF WILL NOT LOAD THE FILE IN HE BACKGROUND. WHEN I FIRST OPEN THE PAGE TO TEST IT WONT PLAY THE .WAV ANY SUGGESTIONS ADD ONS ETC NEEDED THANKS

    I've developed a site using "web Page Make" I put a graphic on a page with a mouse over that morphs the graphic and plays a brief wave. I works with I.E but no go in FF 3.63.I am previewing this off a local networked drive. No problems with other net site with embedded audio do I need a certain add on etc. Can anyone offer some advice. Thanks
    == This happened ==
    Every time Firefox opened
    == I preveiwed the site and try the mouse over feature to excute the wave

    Make sure that you do not use bgsound to pay that music.
    See http://kb.mozillazine.org/Background_music_does_not_play

  • Modificatin webi report using webi SDK

    Hello All,
    I want to modify web intelligence report and add dropdown in that report
    which contain ascending and descending option and according to selection of that option report data will get sorted.
    Any one please told me is it possible using WEBI SDK and if yes then how.
    Thanks
    Prashant Joshi

    Please help me out.
    there is solution for this problem ?
    means we can solve above requirement by using any BO SDK
    Thanks.
    Prashant Joshi

  • Web Page using Web Apache

    I am looking for good instructions on how to create web pages with Web Apache site that is included with Mac. Is it possible to publish to webApache and iWeb?

    These pages should help:
    - Apple Web Sharing: http://www.apple.com/macosx/features/websharing/
    - MacDevCenter Web Sharing Collection:
    http://www.macdevcenter.com/pub/a/mac/collections/webserving.html
    - Apache Manual: http://home.stat.ucla.edu/manual/
    - Mac OS X Web Sharing: http://home.stat.ucla.edu/~deleeuw/
    - Macworld Apache Secrets: http://www.macworld.com/2001/08/bc/howtoosxsecrets08/
    Please note that Apache isn't a real web domain. It just hosts pages for other people on your network to see. Youe web URL in Apache would be something like http://192.168.1.3/~chris/. "192.168.1.3" being your IP Address and "chris" being your short user name.
    Indragie

  • Security for creating web templates using web application designer

    I work for ChevronTexaco as a BW Security Analyst. I have a request to set up roles for web template creation using the Web Application Designer. Where can I get help in setting up the security for these types of roles? My experience is in setting up roles for running and creating queries in BEX. I need to know what additional authorizations will enable web template creation. Setting up a trace in ST01 has been less than helpful since it dumps out tons of RS_COMP tracing that doesn't help me much.
    The user wants to be able to create web templates for existing queries in BEX and restrict by rs_comp infocubes/areas/reportid, etc. and to be able to save to restricted role names. Are there new auth groups specific to this type of activity that I need to code for in addition to the basic end user or report builder authorizations?
    Any help would be greatly appreciated.
    Jeff Ehritt
    925 827-6012
    ChevronTexaco

    Thanks Marc, I'll check it out. My problem was that I was trying to create the role by granting a userid sap_all, sap_new and s.a_system as well as power user auths for a specific application. I set up a trace in ST01 for authorization cking on the ID while one of our BW Central Support people went into Web Designer to create a template and everything else they wanted to do.
    The resulting trace spewed out so much stuff from S_RS_comp and comp1 as to be virtually useless since it named scores of different cubes and infoareas that the analyst wasn't even interested in. The results puzzled me and made it extremely difficult to pin down the required authorizations. Usually ST01 can be used as a blueprint to create the role,ie; everything that the user touches is traced but no more than that. Have you seen this before? With just the new role I had set up the user could not save to a role unless I coded the fully qualified role name such as YRH_SENDAT_USER. YRH* would not work.
    Thanks,
    Jeff Ehritt
    ERP COE SAP BW Security

  • Get the web name using web id in sharepoint

    Hi,
    I have a web id.I want to get the web name.
    can someone provide the code for it?

    you loop through the webs in you site collection and get the title of web once it matches with GUID.
    using (SPSite site = new SPSite("http://sp13devserver/"))
    SPWebCollection webcoll = site.AllWebs;
    foreach (SPWeb web in webcoll)
    if (web.ID.ToString() == "70c2c799-9154-4c46-b9a0-943fbbf67639")
    Console.Write(web.Title.ToString());
    Console.Read();
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Can not open or save web template using web application designer

    as the subject .
    when i create a template , everything is ok .but when i want to save the template i get two  errors
    the fist one:
    type: stop
    message class  :rsbolap
    message number: 017
    description: Java communication error: an unknown error occured during portal communication .
    the second one:
    type: stop
    message class  :rsbolap
    message number: 017
    description: Java communication error: error when opening rfc connection.
    then i click them to get the detail ,and get the same content:
    Diagnosis
    An error occurred during communication with the BI components on the SAP J2EE Engine.
    System Response
    Procedure
    Contact your system administrator to have the error analyzed in detail.
    Procedure for System Administration
    SAP Note 888687 provides detailed instructions on analyzing communication and log-on problems.
    So i check the note 888687 ,and do as it .but it does not get work.
    we  change the following locations to the "ALL" severity to receive more exact information:
    com.sap.ip.bi.webapplications
    com.sap.portal.connectors.BW
    com.sap.portal.ivs.semantic.systemLandscape
    com.sap.portal.ivs.systemConnectionTests
    com.sap.security.api.saml
    com.sap.security.core.server.jaas
    com.sap.security.core.server.saml
    com.sap.security.core.session
    com.sap.security.core.ticket
    com.sap.security.core.umap
    com.sap.security.core.util
    by the way we install the bi7.0 and portal7.0  in the same machine and share the same the instance.
    what should i do ?

    Hi I've got the same problem. When trying to use the Bex Report Designer I get this error message: "Java communication error: RFC destination not_configured does not exist". Error when loading query metadata. Check query and portal settings.
    Can anybody help me to solve this problem?
    Thanks in advance!

  • How to import or sync Exchange server data like Calendar, Contacts with a web application or web service

    How to import or sync Exchange data like Calendar, Contacts with a web application or web service.
    1. Is there any API to import contacts and calendar (tasks and events) from exchange server to my calendar in web application using web services or http request. the user would have provided the username and password for his exchange account.
    2. Is there any licensing involved to communicate with exchange server for its data.
    thanks in advance 

    I am bit lost here; i have my exchange credentials, how (or) can i use the above mentioned solution for windows application or web services. can you please point in the right direction. my requirement is this: how to sync exchange data with a third party
    app or webapp(my development) using EWS. how to start with, starting point and steps to do[just overview ;)].

  • Flash using web serives not always working

    Hello, I have a web site using web services to load data into
    drop downs lists. This has been working fine for awhile, but now I
    have a few users that have no data being populated in the lists.
    What could cause this to happen on a a few users machines.
    Thanks
    Don

    hi
    try something like this to upload.
    declare
    l_file_name varchar2(383);
    begin
    l_file_name := webutil_file.file_open_dialog( );
    if
      l_file_name is not null
    then
      if
        :image_item.rowid is not null
      then
        create_record;
      end if;
      client_image.read_image_file ( l_file_name, substr ( l_file_name, instr ( l_file_name , -1 ) ), 'block.image_item' );
    end if;
    end;just for testing................plz check.
    hope this helps you.
    sarah

  • Removing links in a web page created using web page composer

    Hi there,
    I am creating web pages using Web page composer. I would like to remove the links Send Feedback, E-mail, Print, Add to Favorites, RSS. How can i achieve this?
    Your comments are highly appreciated.
    Regards,
    Ponraj M

    To configure the functions of the page header you will have to wait for SP14.
    I guess to change the header for an SP13 you have to modify the pageheader.jsp. The page is part of the com.sap.nw.wpc.runtime.PageHeaderComponent.
    Please note that this modification is not supported by SAP!

  • I use web.show_document but no response

    I try to launch a web page using web.show_document but it just skips the command, is there any setup i should have done?
    thanks

    Kathy,
    actually there is no prerequisite required. Excuse my question, but are you running in c/s or on the Web. web.show_document() doesn't work in c/s and this is the only case where this call is ignored. The syntax on the Web is web.show_document('URL','_blank'); and this should work.
    Frank

  • Add Portal iView to Web Page in Web Page Composer

    I would like to add a Portal iView to a web page using Web Page Composer.  What are the steps to be able to do this?
    We are using NetWeaver 2004s with SP16.
    Thank you for your assistance.
    Alex

    Hi Le,
    I configured a Global Entry Point.  These are the steps:
    1.  Choose System Administration ® System Configuration ® Knowledge Management ® Content Management ® User Interface ® (Show Advanced Options) ® Mapping ® Component
    2.  Edit the wpcDragExplorerEntryPoints configuration object.
    In the Parameters field, you can enter the following properties:
    Property:  displaymode
    Description:  Specify select
    Property:  maxproviderprio
    Description:  Enter a value for the highest priority number that standard entry points can have and still be displayed in the Web content browser The priority of standard entry points is between 3 and 80. For a list of standard entry points and their priorities, see the configuration at Content Management ® Repository Managers ® Entry Point Providers ® Entry Point Provider.
    Property:  entriesperrow
    Description:  Number of entry points displayed in each row (default: 5)
    Property:  entrypointsprefix
    Description:  Prefix of the entry point repository.  If you specify a value for this parameter, standard KM entry points are also displayed in the Web content browser.  Default: /entrypoints
    Property:  sharedcontent
    Description:  Semicolon-separated list of paths to be displayed as global entry points for shared content
    Example of a complete specification in the Parameter field:
    displaymode=select,maxproviderprio=30,entriesperrow=5,sharedcontent=/wpccontent/Cross-Site Content;/documents/MyFolder
    Alex Zelinski

  • Data connection from SAP-R3 System to Xcelsius using Web Services

    Hello Everybody,
    Anyone tryed connecting data from SAP-R3 System to Xcelsius using Webservices? (created in ABAP function module)
    SDN downloaded document says to Generate Webservice URL through ABAP (by creating function module) and import it in xcelsius
    Data -> Add Web service connections
    by giving the URL to import. After giving the web server login credentials, the error says 'Unable to load URL'
    Any idea would be great help
    Note: I tried by following the thread & its not working:
    http://forums.sdn.sap.com/thread.jspa?threadID=1520321
    Thank you,
    Anand
    Edited by: Anand Amirtharaj on Feb 20, 2012 7:51 AM
    Edited by: Anand Amirtharaj on Feb 20, 2012 7:53 AM

    Hi,
    With regards to your statemetn "SDN downloaded document says to Generate Webservice URL through ABAP"   <- can you tell me more please? references/links/attachment?
    As far as I am aware, that the type of web service required for integration it a 'normal' Netweaver Web app server web service.
    There are limitations about the complexity of the WSDL - see Notes:
    1653655 - Limitations in Web Service WSDL URL usage in Xcelsius 4.0
    1703839 - Limitations of Web service usage in Xcelsius / Dashboard Design
    also , changes between SAP versions requires reworking the WSDL
    Note 1625091 - The WSDL URL for web service which generated in SAP Enterprise Central Component cannot be loaded into Xcelsius
    regards,
    H

  • How to get the list of values for a dynamic parameter using Web Services SDK?

    <p>I am struggling to get the list of values for a dynamic parameter of a report.</p><p>I am using Java Web Services SDK ... I tried to use PromptInfo.getLOV().getValues() method but it does not work.</p><p>First of all ... is this possible (to get the list of values for a dynamic param) using Web Services?</p><p>Second of all, if this is possible, how should I do it ... it seems it works fine when running the report from CMC. It asks for DB logon info and after that it provides a list of values.</p><p>Thx </p>

    <p>Your assumption is correct. We are trying to get the LOVs from the Crystal Report. I was not aware that this is not supported by Web Services SDK.</p><p>We used Web Services SDK to integrated the Crystal Reports in our web application. We implemented some basic actions for reports: schedule, view instances, run ad-hoc reports.</p><p>We encountered this problem when trying to run/schedule reports with dynamic parameters (a list of values from DB). We were unable to get the LOVs.</p><p>Please let me know if you can think of an alternative to look at.</p><p>Thanks a lot,</p><p>Catalin </p>

Maybe you are looking for

  • Creation of query using ME13 transaction

    Hi All, I have created a query the details of the out put taken from ME13 transction. In ME13 transctions three tabels are used EINA, EINE , KONP  I have joined this tabels in infoset. For KONP and other two table4s system is showing no realtion so I

  • Won't detect Airport Express

    Hi, This seems to be a common problem. I have an Airport Express connected via Ethernet to my home network. I am able to connect to the device via the "Configure Other" option in the Airport Utility however the utility itself is unable to find the de

  • Error occured when connect to MySql Databse in Dreamweaver

    Hello! I met a problem when connect to Mysql Databse in Dreamweaver Details: My Php Environment: Php 5.2.2+ MySql 5.0.4 + IIS 6.0 + DW IDE + WinXP SP2, All necessary sevice started(Actually I have never stopped any Windows service). Php installed (II

  • AI CS5 crashes when saving - I have tried everything including uninstalling and re-installing

    At 80% of my attempts to save adobe illustrator cs5 crashes. Very rarely does the .ai file actually save, but it has on a few occasions.

  • Imac monitor dead

    I have a rev D 333mhz imac. It looks like somebody stabed the ati graphics cars, where it connects to the board the metal pieces are missing. The light on the front stays orange. is there any possible fix?