Async BPEL via APEX

Hi,
I am evaluating the possibilites of incorporating an asynchronous BPEL process into an APEX application. Other than wrapping in a sync process, what are the options here? Has anyone had any experience of getting this working?
Many THANKS!!

Hi,
I am evaluating the possibilites of incorporating an asynchronous BPEL process into an APEX application. Other than wrapping in a sync process, what are the options here? Has anyone had any experience of getting this working?
Many THANKS!!

Similar Messages

  • Error while sending email via APEX

    I get the following error message when trying to send an email to a WORKSPACE owner via APEX:
    ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "MAIL FROM:" unrecognized or missing
    This is very weird, when I go to the email queue the column "from" appears as empty and it should come from the email configured from "Administration Email Address".
    Any help will be welcome,
    Thanks.

    post ur code plz

  • Correlation initiate in invoke in the Async BPEL

    Hello, All
    I need you help. Now I have a Async BPEL. and I need to use the Correlation waiting for message at a second Receive activity. So I need initial the Correlation. But I do not initial the Correlation in the first Receive, I want to initial the Correlation in the Invoke activity before the second Receive activity. But the BPEL can not receive the message. If I do the same operation in the Sync BPEL. It is ok. so I can not initial the Correlation in the invoke activity? but how can I resolve the problem. BPEL diagramm is :
    Receive
    |
    Invoke(set Correlation and initial the Correlation)
    |
    Receive(Set Correlation)
    |
    Invoke
    Thank you.
    Allen
    Edited by: user12043916 on 2009/10/13 23:32

    Its an old link, but see if it is helpful, probably it speaks about what u are looking for.
    http://swapnil-soa.blogspot.com/2008/01/correlation-this-post-would-effort-to.html
    hope that helps,
    SwapSawe.
    P.S. By any chance are you working on Async Request/Reply scenario of JMS Adapter in Oracle 11g?
    Edited by: SwapSawe on Nov 30, 2009 4:50 AM

  • How to connect APEX with MYSQL via Apex's Database link

    How do i connect APEX with MYSQL via Apex's Database link? The OBE doesn't go into specific detail about how to link the two.
    can someone please elaborate on what these are and where i can find them in mysql:
    Database Link Name      
    Connect To Schema      
    Password      
    Remote Hostname or IP      
    Remote Host Port      
    SID or Service Name      
    I need to link to mysql database so I can set up a 3D pie chart in apex

    Hi jononioo
    A database link is a device for connecting between Oracle database instances only. Oracle does have a method for connecting to other database systems (Transparent Gateway) but this is restricted to other commercial databases and I don't believe there is a gateway for Mysql. (I could be wrong)
    I don't know Mysql but maybe there is some way to push data to the Oracle instance. Other than that, is there any reason why the data has to reside in the Mysql database?
    Regards
    Andre

  • Sync Mediator calling Async BPEL

    Hi,
    I have an Synchronous mediator which will invoke an Async BPEL. Aync BPEL will do some processing and need to send the response back to the mediator which is not happening.
    Any ideas on how to get the response from the Async BPEL pass on to the Sync Mediator which is calling the Async BPEL.

    Its async. It would not synchronize with a response. it doesnt matter if you link sync to async. In case, if you really want a response , please change your async to sync.

  • Extending ASYNC BPEL EXECUTION TIME

    Hi,
    I have a Async BPEL process that is calling same webservice several times and each invocation to that webservice results in wait time of 45 secs. so when i invoke the webservices as a partner link from BPEL, the service works fine till first 6 invocations but in case i increase my number of invocations to more than 6, my service moves in BPEL Message Recovery.
    What changes should i make in BPEL properties in order to make my BPEL process run for more than 6 invocations. I tried to change few properties in Soa Infra>Bpel Properties>More BPEL configurations and changed below properties :
    Sync Max wait Time : initially it was 240, i changed to 500
    Also, under recovery Config but the service is still going in reovery.
    How can i make my Aync BPEL process run for more duration without entering in Recovery Mode.
    Ideally, my service executed well for time duration starting 04:06:16 and ended at 04:10:48. If i add one more execution making it wait for another 45 sec, it moves in recovery.
    Please help.
    Thanks.

    Can you let us know the exact version of Server with patch details?

  • Callback activity not getting invoked in Async BPEL

    Hi
    I have an Async BPEL process which uses correlations.I have a receive activity in the middle using the correlation.
    When executed the BPEL gets invoked and waits during the receive activity and proceeds further when the service is hit with the required correlated data also but the problem is the process does not get into completed state.When viewed from the BPEL console it shows all the activites upto Call back client but not the call back activity.The other activities get executed properly without any error.
    One more point i would like to mention here is another Sync BPEL is invoking this process [The Sync BPEL just invokes and proceeds further without waiting for any result from the Async process.]
    Need Urgent help on this plss.
    Vamsi

    Hi Peter,
    Thanx for your reply. Actually i tried putting Java embedding activity [with checkpoint()] before and after the call back activity. When i execute the same it comes upto the java embedding which is before the call back and just hnags there. The status of the bpel is also shown as Active.
    Any more help pls..
    Vamsi

  • How to return fault from Async BPEL

    Hi,
    I have ESB that has input,output and fault, This ESB calls Async BPEL that takes only input. Now i want to return fault from BPEL to ESB. How do i do it?
    Please help.

    Hi,
    My use case is i am implementing AIA. So my enterprise layer is ESB and my ABCS provider is BPEL. As provider takes lot of time to complete the instance, to avoid timeout issue i just created Async BPEL with two ports one for input another for fault. I am able to send back my fault back to this call back port. But how i can receive the fault to the same ESB which called the BPEL?
    I am not able to implement it. I can not go for any workaround like creating one more BPEL and then make it as sync, put pick activity and receive the fault then send back to ESB.
    Thats the reason i am very specific. If you find some solution please let me know.

  • How to return fault from Async BPEL to ESB

    Hi,
    I have ESB that has input,output and fault, This ESB calls Async BPEL that takes only input. Now i want to return fault from BPEL to ESB. How do i do it?
    Please help.

    Hi,
    My use case is i am implementing AIA. So my enterprise layer is ESB and my ABCS provider is BPEL. As provider takes lot of time to complete the instance, to avoid timeout issue i just created Async BPEL with two ports one for input another for fault. I am able to send back my fault back to this call back port. But how i can receive the fault to the same ESB which called the BPEL?
    I am not able to implement it. I can not go for any workaround like creating one more BPEL and then make it as sync, put pick activity and receive the fault then send back to ESB.
    Thats the reason i am very specific. If you find some solution please let me know.

  • Obtaining Windows user name via apex

    Hi All,
    I have a few apps in apex that are used by multiple users. I am trying to find a way to obtain the windows login / username for anyone who executes a procedure via apex.
    I have done some searching and created the process below to insert the username when the main process are executed, however this only gives me the apex login, which is generic across all users.
    Does anyone know how i can get the actual users username please.
    DECLARE
    c owa_cookie.cookie;
    BEGIN
    c := owa_cookie.get('LOGIN_USERNAME_COOKIE');
    c.vals(1);
    insert into TABLE (username)
    VALUES c.vals(1)
    END;
    Thanks in advance.
    G

    Hello,
    Take a look at the following links, which give you all you need -
    http://jastraub.blogspot.com/2008/03/ntlm-http-authentication-and.html
    Error ERR-7621 when using NTLM Page Sentry Function
    Note it requires some work on your part, but the topic is discussed extensively in those two links.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • From ESB to BPEL via DB Adapter.

    Hi' All!
    I've a database table with a clob holding an XML document. I also have a BPEL flow excepting a whole XML document.
    How do I map the Clob field to the BPEL flow in ESB?
    Rgds, Henrik

    I guess DB adapter automatically expose CLOB as string, and then you can pass it to BPEL. BPEL can parse into XML object via parseEscapeXML function.
    HTH,
    Chintan

  • Sync and async bpel process

    Hi,
    I was reading about the synchronous and asynchronous process in the forum, I have also some similar problem.
    some of my questions are:
    If suppose my BPEL process is going to take around 2 mins or more to finish , then I cannot chose synchronous BPEL process as the default timeout is 45sec and not recomend to increase the time.
    As the above is true, I have created a asynchronous BPEL process, now I want the reply back from asynchronous, is this is possible? even I found that when I invoke the partner link of asynchronous BPEL process it doesn't ask for the output variable. SO if any process going to take longer time and need response from that, whats the solution.
    Regards,
    Sreejit

    Hi James,
    Thanks, yes you are correct that receive is required for the response from async process.
    Do you have any idea how we can get the response back if we are calling the asyn process outside the SOA server, say from PL/SQL or Java API. PL/SQL can call the sync process and get the response back but in case of async process it returns null as the callback response of async not send the response to database. Is this possible with java api, any link or sample which illustrate this or any step suggestion. Actually I am trying to call the BPEL process from Oracle Apps R12 E-Business suite.
    Regards,
    Sreejit

  • How to change a Async BPEL process into Sync bpel process

    Hi All,
    Can we change a bpel process which has been created by choosing the template as Asynchronous BPEL Process and after my requirement has
    been changed i want to change my bpel process into synchronous bpel process. Is it possible to change the process or else we have to delete the whole process and once again we have to create a bpel process with synchronous template.
    IF it possible to change the process from Async to sync how. is there any demo link on this. If possibel can anyone share a link on this.
    Regards,
    CH

    Diff between ASYNC & SYNC
    Composite.xml
    SYNC: In service part in only interface.wsdl & binding.ws will be there
    ASYNC: in service part interface.wsdl & binding.ws and one more callback binding.ws is there.
    In .BPEL FILE
    SYNC: In Partner Link name, partnerLinkType, MyRole will be there .
    ASYNC: In partner Link name ,partnerLinkType,MyRole,Partner Role also will be there.
    *.WSDL File*
    SYNC: in portType Input & Output both are there , in partnerLinkType only one role is there i.e Requester Role no provider.
    ASYNC: in portType only Input will there,in PartnerLinkType two roles will be there ProviderRole n Requester Role.
    Also change the activity in the BPEL from Reply to Invoke in the end.
    Respective to your requirements you can change your BPEL to Sync/ASync.
    I hope it will help.

  • WSDL for BPEL into APEX

    I have built a process in BPEL and I am trying to use the WSDL provided for the process in the "WSDL Location" in APEX. It is returning the error.
    "The WSDL document could not be understood by the rendering engine. Click Create Web Service Reference Manually to continue creating a reference for this service." The WSDL is built by BPEL and I am not sure what I missed or am I suppose to build the SOAP container.

    I had a similar problem. I was calling an asych bpel process and it gave back the same message. I wrapped the asych with a sych and it worked.

  • Async BPEL - Need Help

    Hi,
    I'd like to make an asynchronous webservice, but I'm having difficulties understanding some things, and also it's hard to find how to define my wsdl.
    First: what is essential in my wsdl for making my webservice aynchronous?
    From what I understand, it's adding the ws-a soap:headers to my input message definition, along with importing the right ws-a schema. I already tried this, but when bpel invokes the service, no ws-a header elements are sent.
    Second: I don't understand why the target webservice has two services/ports/bindings. The only reason for that webservice to have a callbackport is only when it invokes another async webservice.
    Could anyone answer these questions, and/or provide me with some useful links?
    Kind regards,
    Dylan Honorez

    <strike>Yes, I figured WS-A and callbacks are the most commonly used for async webservices. My question however, was meant as "how does BPEL recognize an async process, at which point does bpel decide to send ws-a headers?"
    About the two ports: yes, callback port is used to define callback message. I understand this for a bpel process deployed as a service. But why would my target webservice need a callback port, since that service will be the one sending the callback message?</strike>
    <br><br>
    Sorry, I understand it now. Makes perfect sense!
    <br><br>
    Message was edited by:
    [email protected]

Maybe you are looking for

  • IPod Nano 7th Generation will not turn on

    My 10 month old iPod Nano 7th Generation will not turn on - all of a sudden. All songs on the device have disappeared. Shows in iTunes - even shows as having a fully charged battery. Holding Home Button and Sleep/Wake button down, even for a long tim

  • "lost" album will not open in iPhoto

    A couple weeks ago I opened iPhoto and received the message that my photo album could not be found. I created a new album so that I could upload my photos and then located my original album in the Pictures folder. I had not moved it or renamed it. I

  • How not to use newsstand?

    How not to use Newsstand?

  • Looking for different audit events in Oracle Linux

    Hi, I am looking for different audit events in Oracle Linux. I did lot of googling but could not find anything relevant. Can you please share some doc/info if you have. Thanks, Ravi

  • Freaking out---FCPX 3 downloads

    Hey guys---freaking out here. Here is my story..Downloaded FCPX for work on MY apple id with there card.  So I have FCPX on 2 machines at work..one is a laptop,another is a iMac.  They are both work computers...not mine...I did this last year (downlo