Calling Apex Page from third party

Hi All,
I have a requirement where I need to integrate Oracle Apex with third party application.
In the third party application, I have to create a link and on the click of the link have to open the APEX application page in another window.
Here the username and password needs to be sent through the link itself and user should not be asked to enter the login details.
Can anyone guide me how this can be achieved?
Regards,
Arvind

Hi Jonivdb,
Thanks for your reply. I think you have understood my problem. I am new in Apex and there is one link by which I can login into Apex.
The link which I used is to connect Apex from html page is using action as "http://site/pls/apex/wwv_flow.accept" with method type "post".
Now my problem is I have to pass username and password as hidden parameters. Client do not want to pass username and password in this format.
What they wanted is to encrypt it at there side and the wanted us to decrypt it. My problem is I do not have any idea How to customize "wv_flow.accept" method or URL.
Any help would be really useful.
Regards,
Arvind

Similar Messages

  • Launching OA page from Third party application.

    Hi,
    We would like to launch an existing OA framework page from third party system. We do not mind entering the user name and password if prompted.
    Following URL have been tried by us ... with no success.
    http://tru-64.ashokleyland.com:8050/OA_HTML/RF.jsp?function_id=22195
    &ImcGenPartyId=123&ImcGenPartyName=abc&OAHP=IMC_NG_MAIN_MENU
    &OASF=IMC_NG_ORG_OVERVIEW
    http://tru-64.ashokleyland.com:8050/OA_HTML/OA.jsp?
    OAFunc=IMC_NG_ORG_OVERVIEW&ImcGenPartyId=123&ImcGenPartyName=abc
    &OAHP=IMC_NG_MAIN_MENU&OASF=IMC_NG_ORG_OVERVIEW
    Error : You are trying to access a page that is no longer active
    thanks
    Yj

    in Login page, get userid and pwd from user and use below query
    String sql = "select fr.responsibility_key responsibility_key";
    sql = sql + " from ";
    sql = sql + " fnd_responsibility fr";
    sql = sql + " ,wf_all_user_role_assignments waur ";
    sql = sql + " ,wf_local_roles wlr ";
    sql = sql + " where waur.user_name=:1";
    sql = sql + " and waur.role_name = wlr.name";
    sql = sql + " and wlr.orig_system = 'FND_RESP'";
    sql = sql + " and wlr.OWNER_TAG='<ur custome>";
    sql = sql + " and fr.RESPONSIBILITY_ID =WLR.ORIG_SYSTEM_ID ";
    get the correct resposnsibility key then use below code
    String sessionid = sessionBean.createSession(request, response, dbcFullPathName, userName, userPassword, appShortName, responsibilityKey);
    String transactionid = sessionBean.createTransaction(sessionBean.mRespInfo[0], sessionBean.mRespInfo[1], sessionBean.mRespInfo[2], dbcFullPathName);
    HMAC macKey = sessionBean.getMACKey(session);
    String url = URLMgr.processOutgoingURL("OA.jsp?page=<PG url>&transactionid=" + transactionid, macKey);
    Do all this in your custom JSP page. Once done then redirect to OA page using URLMgr.processoutgoingURL method.
    Hope this will help you.
    Message was edited by:
    user566918

  • Calling Apex page from Oracle Forms

    Hi,
    I haven't managed to find a similar thread anywhere.
    I would like to call an apex page from a form. The page is in an app that requires authetication.
    I can able to open the page by using web.show_document but that only takes me to the login page.
    How can I overpass the authentication by passing somehow the username and password?
    Is there any similar or easier way to do what I am after?
    Many thanks

    Hi,
    You could try the BRANCH_TO_PAGE_ACCEPT URL functionality. There are a few threads on this subject - for example: Re: authentication with credentials from another domain? I haven't used this myself, but if you do a search on the forum for this, you may find other threads that can help.
    Andy

  • SOAP--PI--ABAP Proxy-how to call this scenarion from third-party PeopleSoft

    My scenario is:
    Third-party Peoplesoft sending an Asynchronous XML message to PI through SOAP Adapter which will then be processed by ABAP proxy server.
    I have everything in place (SDL,IR,ID & ABAP Proxy). I have created a SOAP tool that uses URL (http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel) and XML message to test the process - it works.
    Now the problem is the Peoplefoft system guys need help to figure out how do they reach our system and this process.
    per my understanding, I created a WSDL using ID>Tools>Define Web Service option and sent it to them hoping they will be able to use this WSDL to program their call to our system.
    I also additionally sent them the SOAP client tool that i use to test the process that has default XML payload in it.
    The only change i made in WSDL before sending to third-party is - replaced location tag from the actual URL that reaches sender SOAP adapter to the external URL that will be used by PeopleSOft system reach our network. I think our network guys are going to map this external url to internal URL.
    Is there anything else i can do as a PI consultant to help Peoplesoft reach our network and hit the SOAP Adapter (SOAP sender adapter channel for my process).
    I will Appreciate any ideas.
    Thanks,
    Saurabh

    As a PI developer, ur only task is to provide the correct wsdl to the Peoplesoft guys. As u have changed the URL, there is nothing else to be done at ur end.
    The SOAP Client user just have to use the wsdl and fill in the data. Before the communication, please make sure that there are no firewall restrictions.
    Regards,
    Prateek

  • Add page on logon page from third party system and from KM

    Hi All,
    I have one requirement where i need to embade other html file in logon page of Portal.
    Where the pages will come from othere server as well as from KM.
    VS

    Hi ,
    Hey "It seems it solved my problem"  ?????
    still having any problem ... do let me know....
    well i don't remember that i replied to your question .....
    Any way  say thanks to SDN Support Team who work hard to give us such a nice platform to share our issues.
    Cheers SDN Support Team.
    As you wrote that you have tested on local system .. now try on portal and let me know that its working or not.
    Suppose if rendering of  page taking time then try to use ajax or some java script function to embed the page
    which leads to quick load.
    Regards,
    Piyush

  • Accessing BW Query from Third Party System

    Hi,
    We have a requirement by which user can do the following through the third party system.
    1. User will enter the Parameters in the third party system.
    2. User will then call the BW Query with the above parameters from the third party system.
    3. BW query should get execute based on the parameters (variables) and output to be displayed.
    3. After displaying the output, the same should get passed into the db tables or the flat file to the third party system.
    Ideal steps will be :
    1. Enter the parameters in the third party system
    2. Calling the query from third party system with the
    parameters
    3. Executing the BW query
    4  Displaying the output and
    5. Sending the output back to the third party system
    Kindly advise how can we handle this scenario.
    Regards
    Ramesh Ganji

    hi,
    you can use third party etl tools. I used XtractIS for microsoft analysis services.
    http://www.theobald-software.com/cms/en/xtract-is/xtract-is-plugnplay-mit-sap-und-den-ssis.html

  • Sender RFC from Third Party System

    I have a vendor who is actually communicating through RFC from third party Application to SAP R/3. Now we are trying have XI in between. Where as with minimal impact on both sides.
    Solution.
    1. Have the RFC made as ZRFC in XI. Let the vendor call the RFC in XI ABAP and internally make an RFC call through XI Interface to R/3 as Sync Interface. Because we need to report the information back to the system where the request initiated.
    2. Have RFC INI file copied as SAP Suggests under one of the folders. Develop the regular RFC to RFC Interface via XI.
    Is there any other alternatives other than the above mentioned solutions? Or out of those 2, which one will provide the best performance
    Appreciate any feedback. Please advice

    That's exactly what we are trying to achieve here. By Eliminating direct connection R/3, we are placing XI in between. But with the budget/timeline constraints from the Partner side, we are trying to have minimal change on the partner side. They might not change something to web service etc...
    Here is the text about INI file
    You can configure the non-SAP RFC client to connect to the sender communication channel in the following ways:
    ■       By defining the parameters PROGID, gateway-host, and gateway-service within the saprfc.ini-file using RFC-SDK.
    ■       By using appropriate parameters in the function RfcOpenEx.
    If you use the saprfc.ini-file, the respective RFC destination has to be of type R.
    All the parameter values used within the saprfc.ini-file or with the function RfcOpenEx should match the entries maintained within the corresponding sender communication channel.
    Example for the saprfc.ini-file is as follows:
    DEST=RFCCLIENTEXT
    TYPE=R
    PROGID=P106646.HKExternalClient
    GWHOST=pwdf2153
    GWSERV=sapgw40
    Please check the following link, for the same  text on RFC Sender
    [Help.SAP|http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/content.htm]
    Using the same Sender RFC for non-SAP System, please share any ideas

  • Calling Apex Page

    Hi friends,
    I have integrated APEX with ebis - R12 with the help of Rod Document and now i can redirect to the APEX page from the ebiz menu. Now whether it is possible to call the APEX page from the workflow notification.
    As now the APEX is within Ebiz. Whether now it is possible to call the APEX page (via) Workflow notification.
    As anyone done this before.
    Brgds,
    Mini

    Hi Andrew,
    have you other self defined html input tags in your form? When you look into the Apache log file you will probably notice that mod_plsql isn't able to map this field names to parameters of the F procedure.
    BTW, have you already looked at the PayPal Packaged Application and the White paper which explains it? http://www.oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html#PAYPAL
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Updating Serial numbers coming from third party at PGI

    Hi all,
          I have an requirement such that I need to update the serial numbers for a line item that are coming from third party system and these serial # needs to updated in the PGI processing of delivery.
    I have searched  in the SDN , but could not come these type of requirement. 
    Please any one call help me on this??
    Thanks in advance
    Ravindra

    Hi Ravindranath,
    To cater this requirement:
    1. Create a Z table for storing serial numbers with the link to delivery (means there will be some link with the serial numbers coming from third party and delivery in SAP)
    2. Go to change mode of include MV50AFZ1 for add code in subroutine USEREXIT_MOVE_FIELD_TO_LIPS.
    3. In this subroutine fetch the serial number according to line item and delivery number; that you will get from LIPS.
    Pass the serail number to ANZSN field of LIPS.
    Hope it will solve your problem.
    Regards
    Krishnendu

  • Return to depot - original order from third party location to customer

    Hi,
    A return order has been configured for materials which have originally gone from third party location to customer location. During return process however the material is coming back to the depot, not the third party location. Now while trying to create an excise invoice after posting goods issue, the material is not showing in the list of excisable commodities. Please suggest a solution.
    Thanks,
    Kasturi

    There is no concept called third party returns in standard SAP.  Check this link where the same topic was discussed
    [Re: Return Of goods in Third Party Process|Re: Return Of goods in Third Party Process]
    thanks
    G. Lakshmipathi

  • Why I cannot make purchase from third-party app

    Why I cannot make purchase from third-party app

    Have you asked at their support page.
    http://support.mobage.com/kbarticle?id=kA0C00000008UXy&lang=en_US

  • Open Apex page from a non-apex application

    Hello,
    I'm calling an Apex page from another (non Apex) application. The way it works is that you click on a map and a browser window is opened with a Apex data entry form. This way you can edit information about the object you clicked on in the map.
    I got this working but what I'm trying to avoid is that you have to enter your logon credentials every time. I can't provide a session ID in the URL from the other application.
    Is this possible at all?
    Rene

    Hi Scott,
    I tried following your example here:
    http://apex.oracle.com/pls/otn/f?p=9947:1
    Page 1 and 2 are normal, but rather empty, pages. Page 3 is the public page with the redirect proces.
    First login (demo/demo_12) and notice the session ID.
    Then try to redirect to page 2 through page 3
    http://apex.oracle.com/pls/otn/f?p=9947:3::2
    You get the login page again with a new Session ID.
    Once you logon you get redirected to page 2 and have joined the previous session.
    Is this the expected behaviour of your example? I was trying to get rid of the login screen the second time. Maybe I'm doing something wrong?
    thanks Rene

  • Can not receive emails from third party email accounts

    Recently I started working for a small business which has small business server 2011 and exchange 2010 installed. Before I started there were eight user accounts and they all have unlimited email access. I created a few users through sbs AD and also from
    exchange console a week ago. Unfortunately none of them can not receive emails from third party accounts. they all can receive internal emails and also can send mails to any email accounts internally and externally. 
    This is a night mare for me as new users are having trouble with communicating via mails. I have tried all the methods and now thought of posting this issue on tech net. Please help me on this!!
    Thanks a lot!! 
    Sammy 

    Checklist for testing inbound email problems, I am assuming outbound emails works ok.
    1. Check Port 25 forwarding on all modems routers/firewalls
    2. MX Record is created and pointing to the correct Public IP Address, use MXToolbox.com to verify MX Record and test SMTP flow. Also Verify your public IP has not changed, use whatsmyip.org to check you public IP
    3. If using POP Connector Service, make sure POP accounts are created properly
    4. If using a 3rd party spam host, make sure they forward email to correct public IP address, use step 2 to verify your public IP.

  • DMS document migration from Third Party DMS server(Omnidocs)

    HI guys,
    I would like to migrate document from Third party DMS server to  sap DMS server.
    What is the apporach.
    1. The thir party dms server is protected with login name and password.
    How i can extract data from the software.
    Please spread your thoughts on this.
    what is the function module to  download the contents of the server. by passing the url.
    with regards
    Giri

    use ALE scenario to send the documents

  • Incoming invoice from third party system

    Hi All,
    Could you please help in choosing functional module or bapi or badi's for incoming invoices that are receiving from third party system. I have no ideal about that but the SAP has to be loaded using idocs. what is the reason to choose the above ones
    Thanks in advance for response.

    Why not starting with docu?
    The general process  is explained well in help.sap.com
    As a service, put this into your Google: vendor invoice edi site:help.sap.com

Maybe you are looking for

  • How can I get my icons back on the dock

    I cannot get some of my icons back into the dock.

  • Button Symbol and text change.

    Hi, I have a button symbol with an Instance name of myButton that has a text field in it. The text field is dynamic and an Instance name of myText. I'm trying to change the text from a class I've created like so... myButton.myText.text = "Changed Tex

  • Don't cache web based email

    How can I keep my content engines from caching web email? I've tried no-cache pattern-list 41 src-ip 10.1.x.x 255.255.255.0 and I've tried no-cache with pattern-list 42 url-regex webmailserver.org What is the correct way to do what I want? Thanks, To

  • Outgoing Mail - Authentication grayed-out, password not saving

    I am running into a strange problem since having to restore my iPhone after the 1.1.3 software update. I am unable to send mail. What I am finding is that the mail accounts that I have set up are not using the password I need to authenticate my outgo

  • Grainy Image Quality

    Have used iMovie 11 and iDVD to create hour long DVD's a few times over the last 6 months.   Not as I originally used to do it, but results were fair enough. Have just tried to make a 5th DVD and found the picture quality was very grainy - Speckled.