Business Objects Web Services

I made six wsdl web services using "Query As Web Services" of BusinessObjects XI 3.1. Then i converted these into restful web services using Netbeans.
Out of these, two web services are made for user1 and rest web services are for user2. User1 shouldn't have access to user2's web services and vice versa. How can i achieve this using SAP BO?

i waiting your help?
is the Question more difficult to answer it??

Similar Messages

  • Pagination +Business Objects Web Services SDK

    hello there
    please help me,
    i use pagination with Business Objects Web Services SDK but i can't limit number of records to aspecific number like
    NameValuePair[] objNameValuePair = new NameValuePair[2];
            objNameValuePair[0] =  NameValuePair.Factory.newInstance();
            objNameValuePair[0].setName("page.records.horizontal.limit");
            objNameValuePair[0].setValue("15");
            objNameValuePair[1] = NameValuePair.Factory.newInstance();
            objNameValuePair[1].setName("page.records.vertical.limit");
            objNameValuePair[1].setValue("600");
            view.setMediaArray(objNameValuePair);
    waiting for your help.
    thank you.

    i waiting your help?
    is the Question more difficult to answer it??

  • What SAP Business Objects Web Services to use with XI3.0

    I'm new to BO and is tasked to install it.
    What I've installed already is the BOE XI3.0 version and now want to install Xcelsius 2008 Enterprise.
    What I can not figure out from the Xcelsius manual or SDN or OSS is what the Business Objects Web Services are the manual instructs you to install with Xcelsius.
    I did find something called
    BusinessObjects Web Services XI for Windows and downloaded it but is not sure if this is what I need to install as the business Object Web Services on XI 3.0
    Can someone please direct me in the correct direction
    Thanks in advance
    Liezel

    Hi,
    i am not sure if i understand your question. If you mean Query as a Webservice (QaaWS), this component should be part of your XI 3.0 Enterprise installation. You could also use the flynet (www.flynet.co.uk) which is part of Xcelsius Enterprise 2008 SP1.
    Best Regards
    Ulrich
    Edited by: Ulrich Hambuch on Sep 29, 2008 1:09 AM

  • Sample for Business Objects Web Services for Admin Tasks

    Hi,
    Anyone has any idea that where can I get a sample using Business Objects Web Services for Admin Tasks like:
    - How To Set Security Rights
    - How To Manage Categories
    - How To Manage User Accounts
    - How To Manage User Groups
    Thanks,
    Harshad

    Samples are available at:
    https://www.sdn.sap.com/irj/sdn/businessobjects?rid=/webcontent/uuid/e02e0a54-6471-2b10-c99c-d66e07fab102&startindex=21
    Check BOSAP notes and other samples page for more info.

  • How to deploy business objects web services on tomcat

    Hi everyone can anyone tell how i need to deploy business objects web services on tomcat, i installed business objects on unix server.what r the steps i need to follow in order to deploy web services on business objects. this web services must be called by a java program externally, that the reason i am deploying web services.
    i downloaded business objects web services portal sample zip file. the wssdkj2eeportal directory is created with ant_scripts,src, dsws.config and wsportalassemblyscripts.bat.
    i am trying to configure the dsws.config, by modifying it to
    <configuration version="1.0">
       <WebService Name="BusinessObjects Enterprise XI 3.1 sp3" Icon="image/java.gif">
          XI 3.1 Web Services
          <Connection URL="http://169.111.33.61:8080/dswsbobje/services/session" Proxy="0" Timeout="120000" />
       </WebService>
       <Proxy Name="Outside" URL="http://http-cache.mycompany.com:3667" />
    </configuration>
    what i need to do in order to deploy
    i am using bo xi 3.1 sp3

    Hi,
    You deploy all the web applications provided by BOE with the use of Wdeploy tool installed with BOE installation, for details please reffer the following document
    [BusinessObjects Enterprise XI 3.1 Web Application Deployment Guide for UNIX*|http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000715844%26_SCENARIO=01100035870000000202]
    Regards,
    Ramu.
    Edited by: Gowda Timma Ramu on Nov 9, 2010 8:39 PM

  • How to configure business objects web services

    Hi can anyone tell me were can i find these web services in cmc, and how i need to configure these webservices.in order to talk externally with the java program.
    my scenerio is, java program will kick off to send the parameters to the web services in business objects. The web services need to take those parameters from java and create a file and drop it locally or anywhere

    Hi
      Which version you are on?
    if it is XI 3.x then, dswsbobje is the web application which is deployed on default tomcat, You can get the details of of all available web services by :http://BOEHOSTNAME:PORT/dswsbobje/services/listServices
    Regards
    Ashwini

  • Business object web service

    Does anyone know a reason why you cannot select certain operations like "findall" when trying to expose a business object as a webservice?
    Regards
    Dan

    Hi,
    There is a excerpt in the CE 7.1 Doc that says:
    Some of the operations cannot be exposed as Web service. For example, the query operations of the business objects cannot be exposed as Web services because they have output with multiple cardinality. All changes of input or output parameters of the business object or application service operations you expose as Web services reflect to the generated WSDL.
    The page is:
    http://help.sap.com/saphelp_nwce10/helpdata/en/44/24128b347c1c9fe10000000a11466f/frameset.htm
    I don´t understand the reason quite well.
    Best regards,
    Vera

  • Business Objects Web Service Interface for Scheduling (without Java SDK)

    Task:
    > use BO web service interface to schedule report generation and fetch job with generated PDF object without having to use Java (Webservice) SDK
    Detailed requirements:
    > get session ID : ok, session WSDL, <BO server alias>/dswsbobje/services/Session , method "session"
    > schedule a specific report : in general clear, via <BO server alias>/dswsbobje/services/BIPlatform, method "schedule"
    > set report format to "PDF": is that possible ? With which WSDL and method ?
    > schedule right now and only once: is that possible ? With which WSDL and method ?
    > can I provide a parameter value for that report ?
    > does schedule response contain jobID for later fetching of completed job ?
    > how to fetch scheduled job for check of completion ?
    > how to check status of job concerning completion ?
    > how to fetch created PDF from completed job ?
    With focus on my research (have checked and tested with soapUI), WSDL interface of BO seems not to be sufficient to fullfil the upper requirements, so I have to use BO Java SDK, which is powerful enough. Am I right ? Can you provide insights how to fullfil the requirements with the web service interface ? Would make whole implementation simpler (invocation from Tibco, ESB implementation).

    The error you're hitting is presumably JBO-25030.
    Look to the "merge" command. In the parent you specify just the key of the preexisting parent record, and then in the child you specify your new child record.
    CM.

  • Business Tier / Web Services / Web Services Proxy does not exists

    Hi,
    from the documentation:
    'To call a web service from an application module, you perform three steps:
    1. Create a web service proxy class for the web service.
    2. Create an instance of the web service proxy class in your application module.
    3. Invoke one or more methods on the web service proxy object.'
    The web service proxy is supposed to be under 'New / Business Tier / Web Services / Web Services Proxy', but all I have in the item-list is the 'UDDI Registry Connection', no 'Web Services Proxy'. Does anyone know how to get the 'Web Services Proxy' as an item in the Web-services gallery ?
    I'm running JDeveloper 10.1.3.3.0 Studio Edition.
    Regards
    Erik

    Oh boy. Nope. But I did now ! And there it is, just like magic...
    I totally overlooked that field. Thanks, I am a bit new to this, needless to say !
    Regards
    Erik

  • Merge modules for Business Objects XI service pack 4

    I am in the process of developing a deployment package in Installshield 2009 - Basic MSI Project.  I tried adding the merge modules I downloaded earlier from the web page, http://support.businessobjects.com/downloads/runtime.asp
    Currently I do not see this web page.  It would be nice if you could tell me whether do we have a merge module for Crystal Reports XI service pack 4.  If we have where from i can download them.  Thank you

    Thanks a lot for the immediate response.  However, I am not using the crystal reports Version, R2 release.
    I had actually installed Business Object XI and applied service pack 4 on it.  I checked the version in Help->About. It is 11.0.0.  
    Also my environment is XP Sp2, Visual studio 2003 and Visual studio 6.0.  I understand that R2 release is needed if the environment is Visual Studio 2005.
    I would like to give a clear picture of the issue I work through.    
    After deploying the software in the client machine, I came to know that  when client tried to print the embedded crystal report (.dsr file) from CrViewer, 
    1. Page set-up dialog bog gets displayed.
    2. After clicking 'OK' button in the page set-up dialog box, nothing happens.  It is suppose to bring print dialog.
    I simulated this in my development machine (confirmed that Print dialog is is not getting displayed when 'OK' button is clicked from 'Page setup' dialog)
    I researched and found out from some web page that if Business Objects XI is updated to Service pack 4, this issue gets resolved
    So i applied service pack 4 in my dev. machine and tested the functionality by clicking 'OK' button.  This issue is no more.
    Next logical step is to propagate the sp4 changes to the installer.  I searched for the merge modules corresponding to Business Objects XI - service pack 4.  I could not locate it now.
    I searched my backup folder,  I located some previously downloaded merge modules downloaded from  the web page, http://support.businessobjects.com/downloads/runtime.asp
    I tried to include these merge modules and received an error message "Internal build error" .  My research revealed that inclusion of the merge module,  CrystalReports11_RDC_Reportengine.msm  (43,306 Kb, 7/4/2007) throws "Internal build error"  during compilation of MSI project in Installshield 2009.
    Any idea, tips and help to resolve the issue would be appreciated.  Thank you.

  • How to WorkDay() Excel Function in Business Objects Web Intelligence 12.2.7

    Hi,
    I am calculating OTD SLA metrics using the Business Object Web Intelligence, but I am stuck with the WorkDay() how to use this in BO, as it is available in Excel.  Requirement is that I need to add business days (Saturdays and Sundays should not be considered) to a particular date. Greatly appreciate if some one can help me immediately as this is high priority right now and need to complete it <REMOVED_BY_MODERATOR>. Thank you, Shiv.   Thanks in advance.
    Edited by: Pravender on Nov 22, 2010 11:18 AM

    Thank you for trying to reply.
    What exactly I need is that:
    Example:
    11/19/2010  +  3  this should give me the date 11/24/2010 which is actually  excluding Sat and Sun and adding only the business days to the date.
    Please provide me full formula
    Thanks in advance, Shiv

  • Extract account Based COPA from R/3 using Business Object data services

    Hello,
    We have a requirement to extract Account Based COPA from SAP R/3 to Teradata using Business Objects data services.
    I have read couple of white papers which give information on Rapid Marts( which are built in packages) already available for some applications like inventory, GL, AP, AR etc. But I could not find anything for COPA.
    Would anyone give me any information on how to use BO data services for COPA?
    Also if there is no rapid mart available for COPA, does anyone know how to create custom data marts in BO Data services?
    Is there any document available on this?
    Please respond as soon as possible.
    Thanks.

    Hi,
    this forum is for the SAP Integration Kit. Would suggest you post your question into the EIM area for Data Services.
    Ingo

  • Question of Business Object Data Service

    hi Expert,
    Now we are doing project for CRM integration to BODS (Business object Data Service).
    There is business request for deduplicate check whole CRM Business partner data base.
    The data quantity is 10Million and most of them are consumer role, we prefer to clean up the BP data via BODS and in CRM we use standard account merge functionality.
    but I not sure whether BODS support deduplicate check for 10M consumer and how to do it?
    Is there any one had experience or idea for this request?
    Br.
    William.

    Sure DS can do that, no doubt about it. But before starting, I recommend you to carefully read the Match Consolidate Transform wiki page. Pay special attention to the setting of the BREAK_KEY that will have a significant impact on the performance and throughput of the matching process.

  • Business Object Data Services (BODI) without SAP MDM?

    Hi,
    From an architectural point of view; do you always have to use SAP MDM when you want to use the  Business Object Data Services (e.g. for data validity checks when creating customers)?
    Or can you use  Business Object Data Services in combination with SAP ECC without MDM?
    Best regards,
    Marius

    All Depends on your business needs.
    1) As in if you want to use most effective cleansing (BODS contains inbult infor for Adderess cleansing) along with  some data governance(Validation, assignments,MDM Workflow) I would say fo with BO-MDM Integration.
    2) Here I am not sure via BODS - ECC you can handle ongoing maintainance , it is supreb for first time data load.
        so it is better if you use ECC-BO-MDM ---> BI/ECC for smooth transition through out landscape.
    3) Here also try to check the data structure compactiblity between BODS and ECC as per their version, it can also create a big impact.
    Hope these points can clear many doubts
    Rgds
    Deep

  • Business objects data services

    Hi,
    We are doing some feaibility study to implement the reports distribution by splitting the file according to vendors and sending the mail accordingly.  As part of this i would like to know can we split the file as mentioned above and send email to the vendors using To and CC in the mail with the attachment of either .TXT file or XLS file using the Business objects data services.
    Thank you
    Best regards,
    MANREDDY
    Edited by: MANREDDY on Aug 13, 2011 8:28 AM

    You might have better luck in the (somewhat misnamed) [Data Integration and Data Quality Management|Data Services and Data Quality; forum:
    This forum is dedicated to topics related to SAP BusinessObjects Data Services (Data Integrator, Data Quality Management, Text Data Processing), SAP BusinessObjects Information Steward (Metadata Management, Data Insight), SAP BusinessObjects Rapid Marts and SAP BusinessObjects Data Federator.
    (emphasis added)
    Regards,
    Sean

Maybe you are looking for

  • Template header images not visible after upload

    Thanks in advance.  Using Dreamweaver CS5 on a Macbook Pro 10.7.5.  GoDaddy web host. DW novice however I am using a book to help me along but am stuck.   Because I am new to this, I am using a VERY simple template.  Link to my site: http://www.lifea

  • Itunes w

    Itunes doesnt find all my music, even add file to library wont work. I have hundred plus music but it only gets 24 of it.

  • How to use the reset utility button when the device is not recognized?

    like many other shuffle first generation users, after purchasing a second generation ipod and tried using first generation itunes, it wanted me to update software. So I did. Now the computer, a/c adaptors, ihome alarm clock does not recognize my firs

  • Communication between Loadable Kernel Modules

    Hi, Anybody know how can I make my kernel modules to communicate with each other. For example, module A needs to call a function in module B. If it is possible, will there be any differences in 32 and 64 bits architecture? Thanks

  • Purchasing a Magsafe charger in a foreign country

    Hi all, My official 60w Magsafe charger for my 13" Macbook Pro (late 2011) flayed and is no longer useable. I purchased the laptop in Australia but currently reside in Germany. Is it ok to use an official 60w Magsafe charger purchased here in Germany