Oracle SOA Integration with Siebel 8.0 Call Center Application

Hi Experts,
I am trying to Integrate Oracle Fusion SOA and Siebel 8.0 and I have been following http://download.oracle.com/docs/cd/E17904_01/doc.1111/e17056/bpel_pm.htm as a reference.
Here is what I have done so far:
Created an Inbound Web service (Account Web Service) by login into Siebel Call Center Application. I was able to generate the WSDL file successfully. This WSDL has following operations :
(a) AccountInsert
(b) AccountQueryByExample
(c) AccountQueryById
If I understand it correctly, this is like any other wsdl file which can be consumed and operations can be invokved by consumers (web service clients)
I have couple of doubts/questions :
(1) Once WSDL is generated by the Siebel Client, it can be used in my BPEL process/composite apps to perform the integration. If this statement is true, why and where do we need Siebel Adapter?
(2) While I was following the online tutorial @ http://download.oracle.com/docs/cd/E17904_01/doc.1111/e17056/bpel_pm.htm , I can see, WSDL was generated by using the Application Explorer (a swing based tool provided by Oracle as a part of Adapter framework). But I have used Siebel Call Center to generate the WSDL file. Which is the standard way of generating the WSDL file?
(3) In the tutorial mentioned above, I can see request and response xsd files (i.e queryWithView_invoke_request.xsd queryWithView_invoke_response.xsd) . No where in the tutorial has mentioned, how these files were created. Are these hand written files by the developer, or it is something that can be created out of the wsdl itself?
(4) Also, there is a .jca file (queryWithView_invoke.jca) which is also being used while configuring the Third Party Adapter. Where does queryWithView_invoke.jca come from? Is it something that is created from Application Explorer?
Would really appreciate if someone can throw lights on these gray areas....
Waiting for an eagerly reply...
Thanks in Advance !
Jameel

Hi,
If you are talking about configuring the outbound WS , then you need to go to Siebel > Administration-Webservices> Outbound Webservices
Query for webservices there and give the <HOST>:<SOA PORT> in the URL.

Similar Messages

  • Oracle BI Publisher 10x/11x Integration with Siebel CRM 8.2 Release

    Hello Gurus,
    We are in the process of implementing Siebel (8.2) Public Sector for one of our client and in term s of reporting we have decided to use latest version of OBIEE and BI Publisher and thus decided to go ahead with implementing BI Apps 7.9.6.3 combined package of (OBIEE 11.1.1.6, BI Publisher, Informatica 9.x, DAC 10.1.3.4.1 with hot fix).
    There is My Oracle Support (MOS) article # 1172844.1 (titled ‘Supporting Documentation for Siebel Reports by Product Version’) which explains that Oracle BI Publisher 10.1.3.4.2 version supports Siebel CRM release 8.2.
    Due to the limitations of the Oracle BI Publisher usage as per the Oracle support documentation, we need to make use of OBIEE 10g version for BI Publisher for integrating with Siebel 8.2 release and we need to also use OBIEE 11g for the main reporting and henceforth we end up maintaining 2 servers for reporting in our environment.
    Does Oracle BI Publisher 11.1.1.5 or 11.1.1.6 version cannot be integrated with Siebel 8.2? Is this not supported version with Seibel 8.2 version?
    Oracle BI Publisher architecture in 10g is different when compared to OBIEE 11g version and does it make any impact if we go ahead with 2 different versions pointing to pull the data from the OLTP source ( Siebel) ?
    I am looking out for exact approach to be followed for reporting requirements for this kind of scenario ?
    Help me with your inputs and suggestions on this.
    Thanks
    Praveen

    hi Praveen,
    Did you got any answer for this?
    Cheers,
    J

  • Integrating with Siebel

    Hi,
    I would like to know how BPEL can be integrated with Siebel. I Read how it could be done in Peoplesoft but can anyone provide any inputs on how it could be done in Siebel. Any kind of documentation in this would be highly appreciated.
    Thanks in advance

    Hi,
    The best way is probably using our Siebel Adapter which is actually the iWay adapter, You can find a tutorial in the adapters section in OTN. Search for it in Oracle or Google.
    You can also use Siebel EAI interfaces and sends the Siebel Business Object XML representation. They can call a BPEL process from their workflow, because their workflow can call web services (but only rpc web services). You can call Sieble in several ways I think. I've used their HTTP interface which is not very pretty but it works....
    hth,
    ~ronen

  • Oracle Sales Integration with other modules - Flow Diagam

    Hi,
    Where can i find a flow chart showing Oracle Sales Integration with other modules?
    Thanks,
    Hari

    Hi
    You can refer to my publishing in this site which might help you to some extent
    http://apps2fusion.com/at/sk
    Hope this helps
    Regards
    Sivakumar

  • Installing Oracle SOA Suite with the WebLogic Server

    Hi all,
    I am trying to install Oracle SOA Suite with the WebLogic Server. After following the step-by-step instruction in the "Installing Oracle SOA Suite with the WebLogic Server" document, I ran into the following situation: I have a working WebLogic Server with all applications deployed. However the BPELPM application is in Failed state.
    When I try to run the application, I get following exception (AdminServer.log):
    ####<Mar 30, 2009 9:46:43 AM EEST> <Warning> <Deployer> <javadev2> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238395603163> <BEA-149004> <Failures were detected while initiating start task for application 'BPELPM'.>
    ####<Mar 30, 2009 9:46:43 AM EEST> <Warning> <Deployer> <javadev2> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238395603164> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "cxloader" failed to preload on startup in Web application: "/orabpel".
    javax.servlet.ServletException:
    ORABPEL START-UP ERROR!!!!!!!!
    OraBPEL run-time system failed to start due to exception:
    Bean is already undeployed.
    at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:87)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:278)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:507)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1723)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1700)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1620)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2761)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:891)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Any help would be highly appreciated.
    Boris

    Hi Boris,
    Looks like you have not run the post upgrade script for 10.1.3.4.
    You need to install SOA 10.1.3.4 Basic Installation. Then start following : http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/weblogic.htm#BHCIIBFB
    You basically, first install 10.1.3.4 basic SOA install, Apply the Opatch 7337034 (HOTPLUG: SOASUITE 10.1.3.4 ON WEBLOGIC 9.2 - CHANGES FOR HOTPLUGGABILITY). Install WLS 9.2 MP3.
    Now, Download the Oracle SOA Suite 10.1.3.4 WebLogic Server 9.2 : patch : 7490612.
    Then , Modify the following mandatory installation properties in the Weblogic_SOA10134_Base\SOADomain.properties file as per the documentation above.
    Cheers
    Anirudh Pucha

  • Configuring Oracle AS adpaters with Siebel

    Hi,
    I want to configure oracle AS adapter with siebel... i followed follwing steps for that...
    1) installed Oracle 10g
    2)installed oracle 10g oracleasinfra(10.1.2.0.2)
    3) installed oracle 10g oracleasmidtier(10.1.2.0.2)
    4) installed oracle AS adpter(10.1.2.0.2)
    Now i need to download files for siebel...
    I think Siebel 8.0 is not compatible?
    i dont have access to metalink so i went edelivery.oracle.com website
    i found there Siebel business application media pack(7.8.2)... there are 6 parts in that... i assume i need to download all the 6 parts aslo with the english language extension pack( also 4 parts)????...
    Then what should be done?...
    Remember i need to configure it with Oracle AS adapter (10.2.0.1.2)
    Please help me out..
    Thanx in advance...

    Hi,
    Tell me about the jar files required to be copied...
    one is xalan.jar
    siebel.jar
    Tell me about them and where to be copied? and what all i need to install from siebel 7.8.2.?.. and what all jar files need to be copied after that? and which all steps to be performed after copying those jar files? please give me an idea on this... I am new to this... thats why
    Your reply will be very much appreciated...
    Thanx in advance....

  • ATG Integration with Siebel Product Configurator

    HI All,
    we are looking our the possibility to use Siebel Product Configurator with ATG. I have some questions for the same.
    1. Is ATG 10.1.2 provides OOTB integration with Siebel Product Configurator in such a way that ATG will be front end and order capturing system and SIebel Configurator to provide the configurable SKus and products
    2. As per documentation for we need to buy seperat license for Siebel Product configurator? is it correct ?
    3. Is it neccessar to buy Siebel CRM , if we have to use Siebel product Configurator ?

    hi Praveen,
    Did you got any answer for this?
    Cheers,
    J

  • Demantra RTSOP Integration with Siebel

    Hi Gurus,
    I have come across a requirement in which Demantra RTSOP needs to be integrated with Siebel Application to collect the Sales and Marketing Forecast from Siebel.
    How can this be done? Do we need to use ODI or some other way is possible?
    Demantra Version is 7.3.1.2
    Thanks in Advance
    Sunil

    Hi,
    First create the series where you want to load the S&M forecast in Demantra. Create the Import integration interface (through business modeler) in terms of what levels you want the data to be brought it and map to existing levels in Demantra. This will create a staging table for you (BIIO type table) and it will create a workflow also to load the data from this staging table to base table of Demantra.
    All you have to do now is to create a custom program to extract the data and load it in this staging table and trigger the workflow to load the data in Demantra.
    Regards,
    Pradip
    Edited by: 914591 on 15 Feb, 2012 12:15 AM

  • Oracle Access Manager integration with Siebel issue

    Currently facing a technical issue with integrating OAM with Siebel. Attached below are some details.
    1. Trying to protect the .html file through OAM.
    2. Created Application Domain, User identity store as AD
    3. Enabled the 10gWebgate Agent as OAM agent
    4.Created Host Identifier
    5.Created own Authentication Scheme for AD
    6.Created Protected Resource Policy and configured Authentication Scheme.
    We are unable to protect the resource : ResOpNotProtected error is seen.
    Thanks in Advance

    Have you provided all the hostname and port combinations in the Host Identifier?
    What have you configured as Preferred Host in webgate configuration? What is configured in the Host Identifier?
    ~Yagnesh

  • Business Object XI 3.1 Integration with Siebel CRM 8.1.1.1

    Hi Experts,
    We are planning to Integrate Business Objects XI 3.1 with Siebel CRM 8.1.1.1.
    Our requirement would be creating BO Universes on top of Siebel CRM Business Layer (Business Components) and expose these Universe for Ad-hoc reporting using Web Intelligence at InfoView portal. In addition we would like to leverage Siebel CRM Authentication and authorizations (positions) as well with Integration Kit.
    Found some of docs on BO with Siebel integration using crystal designer. But not on creation of Universe and then WebI Reports.
    And also found that Siebel Web Desktop for Ad-hoc reporting within Siebel portal. Not sure how it is similar to BO Web Intelligence reporting.
    Can any one please guide us the different possible options to achieve this requirement.
    Regards,
    Ravi Kumar Garre
    Edited by: Ravi Kumar Garre on Jan 27, 2010 5:56 PM
    Edited by: Ravi Kumar Garre on Jan 27, 2010 6:03 PM

    Hi Paul,
    I've left SAP on March 31th, 2011, so my information may not be 100% accurate.
    As far as I know, in Business Objects Suite XI4.0, there will no longer be Siebel Integration kit.
    Instead, Siebel related integration features are moved back into core products such as Crystal Reports and BOE.
    This means, you no longer need to have an installer for Siebel integration kit, when you installed Crystal Reports, it will bring you to Siebel connectivity after you install Crystal Reports. So does BOE.
    The similar approach applies to other integration kits as well such as SAP, PeopleSoft, JD Edwards, Oracle EBS.
    In Crystal Reports and BOE XI4.0, the Siebel integration feature remains with some improvements (check the product document for detail when you get XI4.0 BOBJ suite.)
    For Webi/Universe accessing Siebel request, I have no further update since then.
    You may want to go through your sales representitive/support channel to raise enhancement request/new feature request officially and get feedback.
    Hope this helps.
    Thanks and Regards
    Carlos Chen

  • OBIEE integration with Siebel Sales 8.1.1

    Hi All,
    We are using Siebel sales version 8.1.1 and OBIEE 10.1.3. Can anyone help us with the steps to integrate OBIEE with Siebel Sales?
    Thanks in advance.
    Imtiaz.

    Will this help you http://boardreader.com/thread/Integration_between_Siebel_and_OBIEE_lme9Xmbbv.html
    See the comments section here http://oracle-bi.siebelunleashed.com/articles/differences-between-siebel-analytics-obiee/
    UPDATED POST
    Siebel sales and siebel marketing is a module in siebel.....so same way as marketing is done.....siebel sales also is integrated......its just a module difference.
    Specifically i dont have a document on this imtiaz
    Cheers,
    KK
    Edited by: Kranthi.K on Mar 7, 2011 12:56 AM

  • Adobe Integration with Siebel CRM

    Hi
    We have to Integrate Adobe Forms with Siebel CRM and using vesion 8.1
    Referred Some PDF's from 8.1 Bookshelf and clearly mentioned as Required Adobe Live Cycle Designer, Adobe Form Server
    Can we get the same from edelivery.oracle.com or should we refer any other website?
    Also Mentioned some JAR Files are required for Adobe Integration, where do we get these JAR Files
    I have gone through with one of Siebel Public Sector's Functional Overview from iLearning.oracle.com, they mentioned
    Siebel Self-Service, to see the Siebel Self-Service Functionality what is the CFG File we have to use?
    Does this Adobe Integartion Supports in Siebel 8.0 version?
    Plz Provide the Information
    Thanks & Rgds
    Prasad

    hi there
    Siebel does offer email functionality directly within Siebel CRM. so to have everythign within the CRM it would be the most straigth forward approach to handle all the medias from the beginning within Siebel --> having all contact history already at the place in the CRM where your customer requests to have it.
    for the voice and mail channel there is a multi channel adapter available integrating Cisco UCCE and Siebel CRM. Siebel does today not contain of a dedicated chat modul - so this isn't integrated (yet).
    is chat a requirement you do face today? or as you talk about EIM "only" voice and mail?
    if an approach for voice and mail would help to cover your customers requirements then i do auggest to have a look at http://www.bucher-suter.com/en/products/bucher-suter-software/siebel-integration.html.
    kind regards
    adrian

  • Oracle Payroll Integration with Oracle Financials Suite 11i

    I would be grateful if anyone can describe the relationship and flow cycle between Oracle Payroll & Oracle Financials Suite 11i 'GL, AP, FA & AR' if any.

    Hi Suvi;
    Similar issue mention here many times, please see:
    SOA
    Oracle Ebiz R12.1: Out of the Box Web services avialable
    SOA-ebs integration
    Re: Oracle SOA suite integration with EBS 11.5.10 SSA
    If those are not helps than please update thread
    Regard
    Helios

  • "Oracle Data Integrator" with "Total Recall"

    Hi all,
    We are planning to use Oracle Data Integrator 11g for performing ELT in Oracle 11g database. We are also planning to enable the "total recall" (flashback) technology and house all our tables on it.
    Question I have in my mind right now is, will ODI and Total Recall work well together?
    Background
    Say we have an interface defined with the target data store defined on a tablespace with flashback enabled. Say there are 100 rows in the source, of which 10 rows violated the check constraint . The "bad" data, violating the constraint, will be moved to the E$ table while the rest of the 90 rows are loaded into the target.
    Questions*
    1) If our business rule dictates zero tolerance for errors and a ROLLBACK is issued, what will happen to the data in the E$ table?
    2) Say we have committed* the 90 rows and want to use a flashback transaction query to undo the changes, how will it affect the E$ table?
    3) Will the rows be deleted from the E$ table also along with rolling back of the changes in the target?
    4) If the errors in E$ are recycled and this interface is restarted after the rollback is performed, will the I$ table contain 110 rows i.e. source data + data from E$?
    5) How does ODI handle recycling / reprocessing of the violations in E$ table?
    Please advice.
    Thank you.
    CC

    1.) The data in E$ will remain there
    2.) The data in E$ will remain there
    3.) The data in E$ will remain there
    4.) 90 rows. The recycled will still error out
    5.) To me the recycling feature is pretty lame. You need to fix the errors in the E$ table and then recycle will load the data.

  • Oracle IAM integration with GRC 10

    Hi All,
    Our client is using Oracle IAM for user provisioning process. Now they have SAP GRC being implemented for two of their SAP systems. Now client wants to integrate SAP GRC Access Risks analysis (ARA) for SOD analysis and User Access Management(UAM) for user provisioning modules of SAP GRC 10 with Oracle IAM.
    As far as i know, webservices needs to be activated in GRC 10 and has done that. Now i want to know how Oracle IAM communicates with GRC 10. How connectors needs to be developed, User account to be created for web service access and how the parameters are passed from oracle to grc.
    Also how many different scenarios are there in oracle IAM for this integration?
    In SAP IDM vs SAP GRC integration we have 2 scenarios.
    1. Request raised in IDM -> SOD analysis in GRC -> Provisioning in GRC -> Return success/failure status back to IDM
    2. Request raised in IDM -> SOD analysis in GRC -> Return SOD success/failure status back to IDM -> Provisioning in IDM
    So can anyone help with possible scenarios for this integration process??

    Hi vikas and Frank,
    Do you have any information related on How to enable the webservices in the GRC 10 (does NWBC holds the key). if you have any information related to it  please share it with me.
    Thanks and regards,
    keerthi

Maybe you are looking for

  • Square root

    I am not getting the right result. Can someone tell me why? Iam puting 4 in txt_inp.text and it doesn't give 2 in lolo.text. txt_inp.addEventListener(TextEvent.TEXT_INPUT, someFunction); function someFunction(insTxtEv:TextEvent):void lolo.text = Stri

  • Oracle Linux Calendar 9.0.4.2/10 and Fedora Core 5

    Hi folks -- I recently migrated from FC4 to FC5 (did a fresh install), and to my chagrin, the Oracle Calendar linux client install is now broken. This was running fine under both FC4 and RHEL 4. Here is the error I receive on any of the installs (sil

  • I can't open itunes & application from my ipad

    Since i used cydia for jailbrake my ipad, i can't open itunes, application, and some page from my ipad. 1. How to remove cydia from ipad? 2. Why it is happen? Could somebody help me..... I stress thinking about this problem and didn't found the solut

  • Can't email photos from iPhoto as server does not recognize user name or password

    How can I fix this?  I use MS office outlook for mac 2011 - I don't seem to have problems otherwise, or on iphone.

  • Multiple CSx versions concurrently installed (Windows7)

    I have CS5 En installed on this SONY Vaio Core i7 laptop but I also need, all of a sudden, to also have CS4 FR. Is this possible at all? I have no need to run both CS4 and CS5 at the same time -- that would be silly. I was thinking of creating a new