Integrate BPEL 10.1.3 with Portal 10.1.2.0.2

Hi,
Is there a portlet available for 10.1.3 to be used in Portal 10.1.2.0.2. How can I integrate BPEL 10.1.3 in Portal 10.1.2.0.2
Thanks

Please refer to the Oracle BPEL porlets documentation in the 10.1.3.1.0 Oracle BPEL Process Manager Developers Guide at: http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/portal.htm#sthref3660
This page has details of setting up 10.1.3 BPEL portlets with Portal 10.1.2.0.2.
Regards,
Sidda

Similar Messages

  • How To Integrate BPEL Process Into Oracle Weblogic Portal 10.3

    Hi All,
    I have bpel process which which has db adapters and Human Work Flow. I need to integrate this bpel process [ created using Oracle SOA Suite 10131] with Oralce weblogic portal 10.3
    Please let me know how to achieve this.
    Thanks,
    Irfan Khan

    Hi All,
    I tried to call my BPEL Process thru JSP.
    This is how my JSP looks like:
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <%@ page import = "com.oracle.bpel.client.Locator" %>
    <%@ page import = "com.oracle.bpel.client.NormalizedMessage" %>
    <%@ page import = "com.oracle.bpel.client.dispatch.IDeliveryService" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>InvokeHelloBPELProcess</title>
    </head>
    <body>
    <%
    String name = request.getParameter("name");
    if(name == null) name = "HelloBPEL";
    String xml = "<name xmlns=\"http://xmlns.oracle.com\">"+name+"</name>";
    // Connect to the default BPEL domain using Locator
    // Please set the password (bpel is initial password)
    Locator locator = new Locator( "default", "welcome1" );
    IDeliveryService deliveryService =
    (IDeliveryService)locator.lookupService
    (IDeliveryService.SERVICE_NAME);
    //Construct the normalized messaged and send it to the oracle BPEL PM
    NormalizedMessage nm = new NormalizedMessage();
    System.out.println(" -=-=-=-=-=-=-= XML: "+ xml);
    //attach the payload to the NormalizedMessage
    nm.addPart("payload", xml);
    //Post the message to the HelloBPEL process
    deliveryService.post("HelloBPEL", "initiate", nm);
    out.println("The BPEL process HelloBPEL initiated!!!");
    %>
    </body>
    </html>
    Now once i invoke this JSP page I am getting the 500 internal server error.
    The error message is :
    java.lang.Exception: Failed to create "ejb/collaxa/system/DeliveryBean" bean; exception reported is: "javax.naming.NameNotFoundException: While trying to lookup 'ejb.collaxa.system/DeliveryBean' didn't find subcontext 'collaxa'. Resolved 'ejb'; remaining name 'collaxa/system/DeliveryBean'
    Here I have some doubts:
    1) If xml payload that I am passing is correct?
    2) In Locator, do I need to pass 'domain' along with 'password' as my password or it will always be "bpel". i.e.,
    a) Locator locator = new Locator( "default", <password> );
    OR
    b) Locator locator = new Locator( "default", "bpel" );
    Please let me know how to solve this error. I doubt that my xml payload constructed is wrong. could you tell me what is the correct xml payload for below BPEL process WSDL file:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="useWebServiceBpelProcess"
    targetNamespace="http://xmlns.oracle.com/useWebServiceBpelProcess"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/useWebServiceBpelProcess"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         TYPE DEFINITION - List of services participating in this BPEL process
         The default output of the BPEL designer uses strings as input and
         output to the BPEL Process. But you can define or import any XML
         Schema type and use them as part of the message types.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <types>
              <schema xmlns="http://www.w3.org/2001/XMLSchema">
                   <import namespace="http://xmlns.oracle.com/useWebServiceBpelProcess" schemaLocation="useWebServiceBpelProcess.xsd" />
              </schema>
         </types>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         MESSAGE TYPE DEFINITION - Definition of the message types used as
         part of the port type defintions
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <message name="useWebServiceBpelProcessRequestMessage">
              <part name="payload" element="client:useWebServiceBpelProcessProcessRequest"/>
         </message>
         <message name="useWebServiceBpelProcessResponseMessage">
              <part name="payload" element="client:useWebServiceBpelProcessProcessResponse"/>
         </message>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PORT TYPE DEFINITION - A port type groups a set of operations into
         a logical service unit.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <!-- portType implemented by the useWebServiceBpelProcess BPEL process -->
         <portType name="useWebServiceBpelProcess">
              <operation name="initiate">
                   <input message="client:useWebServiceBpelProcessRequestMessage"/>
              </operation>
         </portType>
         <!-- portType implemented by the requester of useWebServiceBpelProcess BPEL process
         for asynchronous callback purposes
         -->
         <portType name="useWebServiceBpelProcessCallback">
              <operation name="onResult">
                   <input message="client:useWebServiceBpelProcessResponseMessage"/>
              </operation>
         </portType>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PARTNER LINK TYPE DEFINITION
         the useWebServiceBpelProcess partnerLinkType binds the provider and
         requester portType into an asynchronous conversation.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <plnk:partnerLinkType name="useWebServiceBpelProcess">
              <plnk:role name="useWebServiceBpelProcessProvider">
                   <plnk:portType name="client:useWebServiceBpelProcess"/>
              </plnk:role>
              <plnk:role name="useWebServiceBpelProcessRequester">
                   <plnk:portType name="client:useWebServiceBpelProcessCallback"/>
              </plnk:role>
         </plnk:partnerLinkType>
    </definitions>

  • Integrate Biller Direct 6.02 with Portal 7.0

    Hello Gurus,
    I am using Biller Direct 6.02 and my Portal is EP 7.0.
    What is the best way to integrate Biller Direct from Portal.
    Regards
    Deb
    [Points guranteed for helpful answers]

    Hi,
         Check these links.
    Integrate Biller Direct in EP 6.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f03e38e4-7a55-2a10-d9a1-f129b31f5d7e
    Regards,
    Harini S

  • Integrating weblogic server with portal

    Hi  Friends,
    Can any one tell me the procedure how to Integrate application server like weblogic with portal.
    Thanks

    Hi Venigalla,
    FPN is the solution!
    Setting up a federated portal network is comparable to connecting your portal to a u201Cnormalu201D backend system. The steps of configuring a FPN in a nutshell are:
    -->Setting proxy settings
    -->Creating trust / single sign-on between portals in the federation
    -->Creating a producer system on the consumer portal
    Depending on your overall portal landscape the complexity of configuration steps might vary.
    Kindly go through the guides (PDF documents) in the links below:
    1. How to set up Landscape for Federated Portal Network:
    Content Sharing in SAP NetWeaver Portal
    2. SAP NetWeaver Portal WSRP Support:
    Content Sharing in SAP NetWeaver Portal
    3. Activities for Implementing Federated Portal Network - Step by Step (Blog):
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70191d1e-2bd1-2a10-d9b7-ba19500da527
    4. SDN page on WSRP Application Sharing:
    /docs/DOC-8384#section6
    5. SDN page on Configuring a Federated Portal Network:
    Configuring a Federated Portal Network
    These links provide all information on FPN.
    Hope it helps you.
    Regards,
    Anagha

  • Project systems integration with portal (EP)

    Dear all,
    I have to integrate the projects systems module with Portal.(EP)
    In portal transactional I views can be used to create projects which can be store in the R/3.
    Now the issue is to create projects with out using Transactional I views. This should be a simple entry through portal, where in the user keys in the key fields and there by the project is created and scheduled.
    For this I have tried with using business packages given by SAP to integrate with portal.
    Now the issue is I can display the projects that are created in R/3 through portal and display the necessary fileds required for viewing (I views). Now the main problem is to create the project using these business packages so that the same get updated in the R/3.
    But business packages do not have the option of creating the project. I am using the business packages for projects 50.3.1
    Has any body come across this type of issue which has to be integrated with portal and subsequent creation of projects through portal
    If any body has done this in any other way please kindly share on this.
    Experts please throw some pointers on this.
    Regards.
    Vara Prasad

    Hi Aman,
    You may try creating transaction iViews of the desired PS Transaction.
    For more help you can take help of your Portal Administrator.
    Else, see if this link may help:
    http://help.sap.com/Business_Packages/EN/06/3ED93BE53BCD29E10000000A114084/frameset.htm
    Regards,
    Vivek Pandey

  • Integrate Sun ONE Messaging and Sun ONE Calendar server with Portal 6.0

    We need to integrate (implement a Single Sign On solution) Sun ONE/iPlanet Messaging and Calendar servers with Portal 6.0. The Msg and Cal. servers do not use Portal Profile server as their DS and have a different DS.This directory server is the external DS for Portal. After users login to Portal, they should be able to access Msg and Cal. servers without login to them again.
    1. How do we do this without writing a java code/servlet ?
    2. Is there any way that we could configure DSAME to create the URL,add userID and password to it and forward that URL to above servers ?

    Hi,
    The SunOne communication providers for version 6.0 will be released soon.
    (you can get beta versions from early access program)
    Like in the portal version 3.0 these channels
    are enabling SSO for messaging and calendar servers.
    (I tested them with iMSG5.2 and Calendar5.1.1)
    Cheers,
    Alex :-)

  • How to integrate BPEL process with OSB?

    HI,
    I want to expose a web service from OSB and then after doing the initial validation of request,want the request xml to be forwarded to one of my BPEL process from where i would go for business processing with the request xml data.
    Could any one help me here, what are the steps to be followed to integrate BPEL and OSB such that i'll be able to get rquest xml from OSB and reply back the final response to OSB .OSB will respond back to external world.
    I have already exposed my webservice from OSB,but don't know how to forward this req xml to my BPEl process and finally fetch res from BPEL.

    Hi Arik,
    Thanks for Helping me out here. But my problem is when i m communicationg with the BPEl via default wsdl generated by my BPEl process, Through SAO-Direct from OSB.It's looking for binding tag in that WSDl which is not present when i created the BPEl process.
    for eg.
    In BPEl I have genarated a web service whose input and response is based on existing WSDL .This is the same WSDL which has been referred in OSB to intract with external world ( for upstream component who would be calling my web service).
    The default WSDL geneareted by this BPEl does have portType,message,partenerLincType. But it doesnot have binding tag.
    Now ,When i m trying to connect to this BPEl from OSB by creating new business service, while refering to this BPEl wsdl,It's looking for binding tag which is actually not present in default WSDL genarated by BPEL.
    So considering my explained scenario,will you plz help me, where m i going wrong and in this case what are the correct steps i should follow to fullfill me requirement.

  • Urgent...integrate EBS R12.0.5  with Oracle Retail 12.0.5 using BPEL..

    Hi All
    We have to integrate EBS R12.0.5 with Oracle Retail 12.0.5 using BPEL..
    can any one please tell me what are the patch sets that need to be applied to
    EBS R12.0.5
    Oracle Retails
    BPEL
    The documentation available on metalinks is for EBS R12.0.2 integration with Retail 12.0.5
    is there any document which can help us with EBS R12.0.5 integration with Retail 12.0.5
    thanks
    Arshad

    Duplicate thread (please post only once):
    Urgent...integrate EBS R12.0.5 with Oracle Retail 12.0.5 using BPEL
    Re: Urgent...integrate EBS R12.0.5  with Oracle Retail 12.0.5 using BPEL..

  • Can google search B2C catalog details if CRM integrate with portal?

    hi, guru:
    One question:
    if CRM integrate with portal, it is possible that search engine(Google) can search catalog details, there is an OSS message and it seems that as long as they make the appropriate settings for web crawling and the page is static they can do that.
    However, do you know if a Search Engine would be able to find the B2C catalog information that is sitting within the Portal (as this is framed and I think B2C needs to be non framed to be found)?

    Hello Chen,
    Barring other issues you may have with (a) the OSS message that explains how to create the crawler indexes for catalog items and (b) the ability to display catalog in Portal, a solution is theoretically possible.
    <li>Give the [PCD (Portal Content Directory) URL navigation|http://help.sap.com/saphelp_nw04s/helpdata/en/2d/91e33edd37de63e10000000a11405a/frameset.htm] for the B2C catalog to the crawler generator. This should theoretically publish the carwler indexes with target to the portal PCD URL link for the particular catalog area or catalog item.
    *Gotchas to watch out for*:
    <li>Proxy, reverse proxy, firewall etc that may be used in the portal / non-portal scenario for external users. I can't give the details of how to solve such issues, but that would require a good consultant. So, plan to consider these in your project plan.
    My advise: first check this in non-portal environment to eliminate any issues around the crawler program itself.
    Easwar Ram
    http://www.parxlns.com

  • How  to integrate File Server with Portal??

    Hi all,
    can any one tell me that how interegate the File Server With Portal Server??
    In my portal server under home tab i have sub tab (second level navigation) of File server.Whe i click this tab it throws an syntax error
    ie
    System Error
    An exception occurred during the program execution. Below you will find technical information pertaining to this exception that you might want to forward to your system administrator.
    Exception Class  :: class com.sapportals.wcm.repository.NotSupportedException
    Exception Message  :: Not Implemented
    thease are the steps that i have taken
    >created HTTP System..
    >created WebDAV Repository.
    >Created Cache.
    >Created KM WebDAV System.
    >Created Iview and in iview i have to specify the <b>Path to Initially Displayed Folder</b>
    i have specified the folder of file server that i want to display..
    but i get the same syntax error ..
    infact i dint get that folder in KM.
    But when i specify the folder that is present in KM its Work fine..
    Now the Scnerio According to me is that File server is not integrated properly
    if it would be integrated properly i would be able to see the folder of File server in  KM...
    am i correct ??
    please Guide me to integrated the File Server Properly??
    Points will be given for any help..
    Regards
    Vinit

    Hi Vinit,
    if you want some Windows File Server integrated into Portal, please do not use a WebDAV Repository, but use the File System Repository instead. Therefore you need to configure the according Repository Manager. Please refer to this documentation:
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/frameset.htm">Integrating Documents from a Windows System into KM</a>
    HTH,
    Carsten

  • I am trying to integrate EBS 12.1.3  with Enterprise Manager 11g

    HI Experts
    I need to integrate EBS 12.1.3 with Enertprise Manager 11g grid control.
    I have applied patch 8333939 to my OMS Instance successfully.
    But I am not able to apply the same to my agent home.
    I am following this doc.
    http://docs.oracle.com/cd/E11857_01/em.111/e18708/T506934T511454.htm
    I need to deploy patch 9757683 to my agent home.
    Also silent installation is not working.
    Please advise.
    Thanks
    Vsyed786

    I see this error in your output:
    2014-11-26 10:55:23,583 ERROR [ThemeAutoDeployer]
    java.io.FileNotFoundException: /tmp/liferay/com/liferay/portal/deploy/dependencies/liferay-theme.tld (Too many open files)
    I'm not across what the EBS recommended setting for this is, or if there is one.  But try running:
    ulimit -n
    ... and if the number is low, edit /etc/security/limits.conf , add some entries for increased "soft nofile" and "hard nofile" and run sysctl -p.  See Linux & Java tips: Too many open files .

  • How to deal with Portal, Workshop, and non-BEA software?

    Hi,
    I'm really new to working with portal, and have looking into integrating a single sign-on software (RSA ClearTrust) into existing portal code.
    The ClearTrust installation involves installation of a bunch of software that integrates with the portal software, but I found that if the portal code was developed with Workshop, that if Workshop is run again after the ClearTrust integration has been done, that Workshop appears to overwrite some of the XML configuration files (e.g., web.xml).
    The result of this is that the WebLogic server won't start.
    So, I was wondering if anyone here has had to deal with this kind of situation, not necessarily with ClearTrust specifically, but maybe with other products?
    I'm not looking forward to re-doing the integration everytime someone makes some portal code changes :(...
    Thanks in advance,
    Jim

    There are really two types of Graphic Styles - Object level styles and Group level styles. There is no way to tell which style is which. So if you have an Object level Style and try to apply it to a group of objects or often a compound shape, you get each individual object having the style. If you have a Group level style and try to apply it to only an object, you often get nothing applied.
    It perhaps sounds like you have an Object level style and are trying to apply it to a group.
    There's no way to convert an Object level style to a Group level style or vice versa. The best (and pretty much only) way I've found to get around this is to apply the style to teh correct level then make a note of all the style settings, select the other level and recreate the style for that level.
    Whether or not a style applies correctly has a great deal to do with specific aspects of the style in addition to what level the style was generated from. This is a frustrating aspect of Graphic Styles.

  • Integration of Oracle 9iAS Email with Portal-URGENT!!!!

    Hi all,
    Is it possible to integrate Oracle 9iAS Email component with Oracle Portal so that we can do away with the need for installing Exchange Portlets?Can neone throw more light in this regard.
    Regds.
    Kiran.

    9iAS comes with an Email Server, if that is what you are asking.
    You could always write an IMAP portlet, which allows you to read/send mail.
    Hi all,
    Is it possible to integrate Oracle 9iAS Email component with Oracle Portal so that we can do away with the need for installing Exchange Portlets?Can neone throw more light in this regard.
    Regds.
    Kiran.

  • How to integrate WebDynpro for ABAP application with SAPEnterprisePortal7.0

    Hi WebDynpro for ABAP Experts,
    We developed an WebDynpro for ABAP application on R/3, and now we are planning to show this as an iview on SAP Portal EP7.0 (SAP j2EE Engine--Java stack). is it possible to integrate this application with portal?
    If so can you proviode me the way how can we achieve this?
    ADV Thanks
    Regards
    Phani

    Hi Alex,
    Thanks for your response.
    I already created the system object R/3 Backend.
    Actually some WebDynpro java applications/iViews are currently running on Portal. and the developers developed these in NWDS and deployed the .sca files on the Portal server and we created Webdynpro for java iViews.
    but now the requirement is creation of webDynpro for ABAP views.
    The developers developed  WebDynpro for ABAP on the R/3 system. So what are the parameter values we need to give at teh time of creation of  WebDynpro for ABAP iview like the Namespace, Application name etc which are mandatory values and how the Portal server detects the application, this means no need to deploy the application on the Portal server?
    Shall we need to maintain any JCo Destinations or not?
    Pl share your ideas.
    ADV Thanks
    Regards
    Phani

  • Issues with portal integration of Web dynpro for ABAP application

    Hi,
    I have the following issues when i integrate a Web Dynpro for ABAP application with portal.
    1. the iview does not contain some images, such as table scroll button images, maximize and close buttons of popups etc.
    2. the iview loads properly, but there is an error in the status bar that says "Access denied"
    3. is it possible to do absolute navigation from
       role1->folder1->iview1 to role1->folder2->iview2?
       when i fire this navigation from the webdynpro
       application, the navigation does not happen in the
       portal.
    thanks,
    Kavitha

    >
    sridhar vadaga wrote:
    > Hi Experts,
    >
    >
    > CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
    >   EXPORTING
    >     text           = url
    >  IMPORTING
    >    BUFFER         = content .
    >
    >
    > Thanks & Regards
    > Sridhar
    I think you are overestimating the power of the SCM_STRING_TO_XSTRING function module.  By supplying a URL as the value of the input text, it isn't going to magically go read the content from the remote location and convert that to a binary string.  It is going to take whatever value you supply in th importing TEXT parameter convert that to binary.  In other words it is literally converting the string http://xxx/test.xls to binary.  You will need some other mechanism to read the content from the remote location into ABAP memory before you can process it.  You will need to use the CL_HTTP_CLIENT class or call some sort of web service to retrive the content.

Maybe you are looking for

  • Hard Drive and Startup Failure Code(Model: G61-429WM) Notebook

    Windows won't start because it is missing a .DLL file.  I ran the system diagnostic tests( Hard Drive and Startup) they both gave me the same failure code(UOC7HA-52H74A-XD0021-60X603).  When I turn the computer on, it tells me to insert the system di

  • Foreign language forms in PLD

    Hi every body Do you know which object (view, stored procedure, etc.) is used by SAP when it displays a translated form (e.g. customer invoice in a foreign langage, using for instance translated item description) ? thks for your help

  • IR report CSS  Question

    Hi All, Where should I change in the CSS for IR report so that the cell/column values should start on the top of each row not in the center of the row? Thanks.

  • Where is External Connector Property?

    I'm looking into implementing an External Navigation Connector which will fetch the navigation nodes from an external system for the middle of the navigation hierarchy. According to the documentation ([Adding External Connector Nodes|http://help.sap.

  • Navigation issues with question slides in Captivate 6

    In earlier versions of Captivate (5.5) we have always been able to insert question slides into our projects as checkpoints and allow the user to freely navigate through the project and answer the checkpoint questions as often as they like. We have al