How to pass username dynamically  in siebel on demand weblink

Hi ,
I am passing SSO Token(like %%%SSO Token%%%) in siebel on demand weblink url to enable single sign on and authenticate our application.After getting SSO token value, i am validating the SSO Token Value by using a siebel callback url. Siebel server will send userame and application enterprise name as response.
But , our application is expecting username dynamically while sending request from web link. But in general flow i am getting username only after SSO Token validation .
So is there any way in siebel on demand to pass username dynamically while configuring a web link.Please advice .
Thanks in advance.
Regards,
Deepak.
Edited by: user11299064 on Nov 17, 2009 2:50 AM

Hi, As part of weblink configuration, you can see a drop down called "User Fields" from where you can pass the required user fields to the other system. Fields available are (Last name, first name, alias, id, email etc). Hope it helps
-- Venky CRMIT

Similar Messages

  • How to pass Username dynamically in Oracle Apps Adapter .jca file

    My BPEL process uses Oracle Applications Adapter. The following is the .jca file for the Adapter.  The Username is initialized statically to "sysadmin" when I created the Adapter. How can I change this to be passed dynamically at runtime? Can I use an EL Expression or an XPath variable. If so how to do and what the correct syntax is?
    Is it possible to pass in the username from the OWSM Security policy for the username value below? If so how to do? I appreciate your response.
    <adapter-config name="EBSAdapter" adapter="Apps" wsdlLocation="../WSDLs/EBSAdapter.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory UIConnectionName="EBS1" location="eis/Apps/EBS1" UIConcurrentPgmName="" UIOracleAppType="DBOBJECT"/>
      <endpoint-interaction portType="EBSAdapter_ptt" operation="EBSAdapter">
        <interaction-spec className="oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec">
          <property name="SchemaName" value="APPS"/>
          <property name="PackageName" value="INTG"/>
          <property name="ProcedureName" value="GET_USER_PROFILE1"/>
          <property name="IRepInternalName" value="PLSQL:INTG:WEBCENTER_GET_USER_PROFILE1"/>
          <property name="Username" value="sysadmin"/>
          <property name="Responsibility" value="System Administrator"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>

    1. Go to Invoke activity
    2. Click on Properties tab.
    3. click Add
    4. Add this property "jca.apps.Username" and map it with either variable or expression.
    5. Populate variable defined at previous step with some valid username value at runtime.
    hope this helps.
    Regards,
    Karan
    Oracle Fusion Middleware Blog

  • Please help how to pass the dynamic value to VO -- Urgent.

    Hi,
    I have an Oracle Standard VO( SQL Query). As per my requriemnt i extended standard VO with one new feild.Now i want to query the new VO dynamically.
    How to pass the dynamic values to new query?
    for refence i am giving my old query.
    select
    secondary_inventory_name as SubInventoryName,
    description as Description,
    from mtl_secondary_inventories
    my new Query is like this:
    select
    secondary_inventory_name,
    description,
    Item
    from mtl_secondary_inventories
    where item='123456'
    I want to pass this "where item="123456" as dynamically. please help where i will do the change's.
    Thanks,
    Sekhar.

    Hi,
    thanks pratap for quick response...but i am extending VO from Standard VO.
    I have a Standard VO which contains a bind variable suppose :1.
    I have extended this above standard VO and i want to add another bind variable say :2 to the custom VO.
    Please tell me how will i pass bind parameter value to the bind variable in runtime ?
    what are files i want to change?
    Thanks,
    Sekhar.

  • How to pass a dynamic value to jrxml file???

    Hi all,
    let me know a thing,How to pass a dynamic id value to the query in jrxml file.
    <queryString>
    <![CDATA[select currency_id from currency]]>
    </queryString>
    Because for every user,we have to generate a jasper report based on their loginId.So we have to maintain a dynamic value in jrxml file inorder to get records from table.
    <queryString>
    <![CDATA[select currency_id from currency where cid="DynamicId value"]]>
    </queryString>
    is the above mentioned tag possible???If it so kindly let me know how to do this from jsp page to jrxml file(Assume that jsp page calls jrxml file for report generation).
    Thanks in advance,
    sundar,

    hi all
    i m dealing wid same problem
    i used abv code bt some problem is still there
    foll is the code:
    code]
    Enumeration e=request.getParameterNames();
    while(e.hasMoreElements()){
    out.println("fgdgf");
    String name=(String)e.nextElement();
    String value=request.getParameter(name);
    stmt = dbconn.prepareStatement("UPDATE applicants SET statusLocal = 'n' where empNo = '" +value+ "'"); 
    int rowsAffected=stmt.executeUpdate();
    out.println(stmt);
    if(rowsAffected!=0){
    out.println("Successfull");
    else {
    out.println("Failed");
    }           while condition is not satisfied
    control does not enter the while loop
    can u plz tel me wht shud b the problem..
    thnx

  • How to pass username and password with the portal url

    i want to access portal from my web site. i have created username and password fields in my web page. when submited , my portal page should open. so how to pass username and password with the portal url.

    This is not straightforward; but it is doable.
    First tell us about your portal version; portal 10.1.4 has a slightly different method of doing it and the pre-10g portals were completely different animals.
    And if you are in AS Rel 2, then the most important document for you would probably be the following:
    [Creating Deployment Specific Pages| http://download-west.oracle.com/docs/cd/B14099_19/idmanage.1012/b14078/custom.htm#i1015535]
    You might want to use it in conjunction with some metalink notes about your portal version and such a login page.
    hope that helps!
    AMN

  • OIM Reporting: How to pass a dynamic parameter in the xml file

    Hi,
    I am generating a custom report in OIM. My stored procedure is ready and I am getting the required data when I query the database. However,while displaying it through the xml file, I need to filter the fetched data by group name. The glitch present here is that the group name is dependent on the resource selected and so the group parameter is dynamic. How can I pass this dynamic group parameter in the xml file to filter the data. Which attributes are to be used. Can anyone please help me out regarding this?
    Thanks in Advance,
    SK

    The OOTB OIM reporting mechanism does not support dependant LOVs, which is
    what you are asking for.

  • How to pass username and password from form to web service

    Hi All,
    We need to develop an offline interactive to form.
    When on desktop computer, the user has to click on button and it calls a web service (exposed via PI ) which updates the backend.
    But backend needs an authorised user for updation. We have a dummy user with authorisations.
    But how to pass the that username with its password to web service
    Please give your suggestions
    Regards,
    Aditya Deshpande

    i am closing this thread

  • How to pass Username and password using Invoke to a webservice

    Hi Guys,
    Please tell me how can I pass Username and password using Invoke to a webservice, I am using SOA 11G.
    Thanks
    Yatan

    Hi Yatan
    I suppose you want to use basic HTTP authentication.
    Try to lookup in the SOA docs this property
    oracle/wss_http_token_client_policy
    http://download.oracle.com/docs/cd/E17904_01/web.1111/b32511/configuring.htm#WSSEC2261
    Regards
    Mihai

  • XDIM_MEMBERSET ENTITY how to pass parameter dynamically

    Hi experts,
    I am using the how to guide "How to pass dynamic parameters to script logic" in order to pass the ENTITY parameter dynamically to the following script logic:
    *XDIM_MEMBERSET FIL_KAT=
    *XDIM_MEMBERSET ORG_EINHEIT=BAS($ENTITY_DIM$)
    *XDIM_MEMBERSET VERSION=UMS_TAG_2011
    *XDIM_MEMBERSET WAEHRUNG=LW
    *XDIM_MEMBERSET ZEIT_TW=TW1.MAR
    *XDIM_MEMBERSET ZEIT_UMSATZ=%HR%
    *XDIM_MEMBERSET MEASURES=PERIODIC
    *XDIM_MEMBERSET POSITION_UMSATZ=UMS_BR,UMS_BASIS,UMS_BAS_STEIG
    *XDIM_MAXMEMBERS ORG_EINHEIT=1500
    //*BEGIN
    //[POSITION_UMSATZ].[#UMS_BR]=
    //[POSITION_UMSATZ].[UMS_BASIS]
    //+.[UMS_BAS_STEIG]
    //*END
    *SELECT(%HR%,"ID","ZEIT_UMSATZ",TITEL_HR="HR_GJ_2010")
    *WHEN POSITION_UMSATZ
    *IS "UMS_BASIS"
    *REC(EXPRESSION=%VALUE%+.[UMS_BAS_STEIG],POSITION_UMSATZ="UMS_BR")
    *ENDWHEN
    *COMMIT
    the following statements are in the task manager:
    PROMPT(SELECTINPUT,%SELECTION%,,"Bitte Parameter für Kalenderverschiebung angeben (Land)","%ENTITY_DIM%")
    'PROMPT(TEXT,%ENTITY_DIM%,"Bitte die Länder ID erfassen: ",)
    INFO(%EQU%,=)
    INFO(%TAB%,;)
    INFO(%SCRIPT_FILE%,CALDAY_MOVE_PLAN.LGF)
    INFO(%MODE%,PLAN)
    TASK(FX_START_BADI_RUN_LOGIC,TAB,%TAB%)
    TASK(FX_START_BADI_RUN_LOGIC,EQU,%EQU%)
    TASK(FX_START_BADI_RUN_LOGIC,SUSER,%USER%)
    TASK(FX_START_BADI_RUN_LOGIC,SAPPSET,%APPSET%)
    TASK(FX_START_BADI_RUN_LOGIC,SAPP,%APP%)
    TASK(FX_START_BADI_RUN_LOGIC,LOGICFILENAME,%SCRIPT_FILE%)
    TASK(FX_START_BADI_RUN_LOGIC,SELECTION,%SELECTION%)
    TASK(FX_START_BADI_RUN_LOGIC,REPLACEPARAM,MODE%EQU%%MODE%)
    TASK(FX_START_BADI_RUN_LOGIC,REPLACEPARAM,ENTITY_DIM%EQU%%ENTITY_DIM%)
    Everthing ist working fine. However in the log you can see that the script is running for all entities e.g. Spain instead of only Italy which I entered when I started the data manager. Any idea how I could resolve this issue?
    Thanks a lot for your help in advance!
    USER:INTROEBER
    APPSET:FEINPLANUNG_PILOT_4
    APPLICATION:UMSATZ_TAG
    NO MEMBER SPECIFIED FOR DIMENSION:FIL_KAT WILL QUERY ON ALL BASE MEMBERS.
    GET_DIM_LIST(): I_APPL_ID="UMSATZ_TAG", #dimensions=8
    FIL_KAT,MEASURES,ORG_EINHEIT,POSITION_UMSATZ,VERSION,WAEHRUNG,ZEIT_TW,ZEIT_UMSATZ
    #dim_memberset=8
    FIL_KAT:FIL_#,FIL_EXP,FIL_EXPVJ,FIL_OEXP,4 in total.
    ORG_EINHEIT:ORG_EINHEIT,1 in total.
    VERSION:UMS_TAG_2011,1 in total.
    WAEHRUNG:LW,1 in total.
    ZEIT_TW:TW1.MAR,1 in total.
    ZEIT_UMSATZ:2010.DEC.01,2010.DEC.02,2010.DEC.03,2010.DEC.04,2010.DEC.05,...120 in total.
    MEASURES:PERIODIC,1 in total.
    POSITION_UMSATZ:UMS_BR,UMS_BASIS,UMS_BAS_STEIG,3 in total.
    REC :%VALUE%+.[UMS_BAS_STEIG]
    CALCULATION BEGIN:
    QUERY PROCESSING DATA
    QUERY TIME : 4485.00 ms. 84938  RECORDS QUERIED OUT.
    QUERY REFERENCE DATA
    QUERY TIME : 7516.00 ms. 155967  RECORDS QUERIED OUT.
    QUERY PROCESSING DATA
    QUERY TIME : 1156.00 ms. 7012  RECORDS QUERIED OUT.
    QUERY REFERENCE DATA
    QUERY TIME : 1328.00 ms. 14024  RECORDS QUERIED OUT.
    CALCULATION TIME IN TOTAL :255024.00 ms.
    91950  RECORDS ARE GENERATED.
    CALCULATION END.
    ENDWHEN ACCUMULATION: 91950  RECORDS ARE GENERATED.
    DATA TO WRITE BACK:
    FIL_KAT     ORG_EINHEIT     POSITION_UMSATZ     VERSION     WAEHRUNG     ZEIT_TW     ZEIT_UMSATZ     SIGNEDDATA
    FIL_EXP     E_2003     UMS_BR     UMS_TAG_2011     LW     TW1.MAR     2010.NOV.01     11107.62
    FIL_EXP     E_2003     UMS_BR     UMS_TAG_2011     LW     TW1.MAR     2010.NOV.02     32823.36
    FIL_EXP     E_2003     UMS_BR     UMS_TAG_2011     LW     TW1.MAR     2010.NOV.03     19609.57
    FIL_EXP     E_2003     UMS_BR     UMS_TAG_2011     LW     TW1.MAR     2010.NOV.04     32509.49

    Hi Marco,
    Let me see if I'm understading your problem,when you try to pass the parameter dynamically  in your entity dimension  *XDIM_MEMBERSET ORG_EINHEIT=BAS($ENTITY_DIM$), But BPC it's always selecting ORG_EINHEIT.....  If that so, try it like this  *XDIM_MEMBERSET ORG_EINHEIT=BAS(%ORG_EINHEIT_SET%).
    hope this helps,

  • How to pass messages dynamically in screen

    Hello Experts,
        How can I pass messges dynamically in my module pool program screen.
    Suppose for example It has to specify like value and name of a particular item in that message ..   
    Thanks

    Hi Prashanth,
    Message handling in ABAP Programs are done to display the status of the user interaction. This can be handled very well from the Screen or Module pool programing with the help of the following set of Function Modules.
    Function Group : SBAL
    Function Module : BAL_LOG_MSG_ADD
    Infact based on your requirement, use these entire set of function modules to populate the messages on the screen. This will automatically populate the messages on your behalf and  you can then display all the valid set of status for the users.
    Hope this helps.
    Thanks,
    Samantak.

  • How to pass username;password in to header Variable

    Hi All,
    I have to invoke client SOAP WSDL based web service, He has given the URL. I want to invoke it from bpel. It is sync based web service.
    Please have look at sample input data. in the header section there is element called Token.  what i need to do here I need to pass the user name and password those separated by ;
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.xxxxxxx.com/2005/">
       <soapenv:Header>
          <ns:AuthorizationToken>
             <ns:Token>username;password</ns:Token>
          </ns:AuthorizationToken>
       </soapenv:Header>
       <soapenv:Body>
          <ns:WEBGet>
             <ns:key>pass the input value</ns:key>
          </ns:WEBGet>
       </soapenv:Body>
    </soapenv:Envelope>
    Please advise me how to pass these values when i am invoking it through BPEL.
    Thanks,

    Please help me out, It is little bit urgent.

  • How to pass username and password while invoking a web service through wsdl

    Hello All,
    i am calling a web service through wsdl, but it is giving error 401. i want to know how to pass userid and password when i am invoking webservice?
    i am using NetBeans 6.1.
    i did following thing:
    First i created one web application, then i right clicked on project new->web service client, and gave the url for my wsdl.
    after that i create one main class and try to call my required operation by that wsdl.
    Thanks in advance

    Thanks dumchikov, i tried the same thing what ever you told but there is no option for security.
    when i right clicked on web service reference its open 1 window which have 2 tab one is quality of service and second is wsdl customization, then i clicked on wsdl customization. which contain Global Customization, Port Types, Port Type Operations, Port Type Faults, Binding, Binding Operations, Services, Ports and External Binding Files. it don't have security option.

  • How to pass Username from OWSM Security policy in Oracle Apps Adapter .jca file

    My BPEL process uses Oracle Applications Adapter. The following is the .jca file for the Adapter.  The Username is initialized statically to "sysadmin" when I created the Adapter.Is it possible to pass in the username from the OWSM Security policy for the username value below? If so how to do? I appreciate your response.
    <adapter-config name="EBSAdapter" adapter="Apps" wsdlLocation="../WSDLs/EBSAdapter.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory UIConnectionName="EBS1" location="eis/Apps/EBS1" UIConcurrentPgmName="" UIOracleAppType="DBOBJECT"/>
      <endpoint-interaction portType="EBSAdapter_ptt" operation="EBSAdapter">
        <interaction-spec className="oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec">
          <property name="SchemaName" value="APPS"/>
          <property name="PackageName" value="INTG"/>
          <property name="ProcedureName" value="GET_USER_PROFILE1"/>
          <property name="IRepInternalName" value="PLSQL:INTG:WEBCENTER_GET_USER_PROFILE1"/>
          <property name="Username" value="sysadmin"/>
          <property name="Responsibility" value="System Administrator"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>

    1. Go to Invoke activity
    2. Click on Properties tab.
    3. click Add
    4. Add this property "jca.apps.Username" and map it with either variable or expression.
    5. Populate variable defined at previous step with some valid username value at runtime.
    hope this helps.
    Regards,
    Karan
    Oracle Fusion Middleware Blog

  • How to pass the dynamic URL of web services in JAVASCRIPT in ADOBE

    Hi,
    In the below scenario how do i pass the URL dynamically  from context's importing parameters instead of hard coding.
    var cURL = "http://................" ;
    var service = SOAP.connect(cURL);
    xfa.connectionSet.connectionname.execute(0);
    B'coz the URL is going to be different in Dev, Test, Prod system. In this case i can't hardcode the URL  as explained in previous treads. Or please provide the possible alternatives.
    Any help is highly appreciated.
    Regards,
    Sathish

    Hi,
    Got the solution for
    var cURL = "http://................" ;
    var service = SOAP.connect(cURL);
    xfa.connectionSet.connectionname.execute(0);
    I tried with
    var cURL = xfa.form.data.PAGE2.SubFormPage.IM_URL.rawValue ;
    var service = SOAP.connect(cURL);
    xfa.connectionSet.connectionname.execute(0);
    xfa - Root Node
    form - Model
    data - Form Design Root Node
    PAGE2 - Page Name
    SubFormPage - Sub Form inside the page
    IM_URL.rawValue - Importing field to Adobe{ which i dragged from Data view into sub form(SubFormPage) & set the field as invisible so that it won't be available to user}
    Working as expected.
    Thanks,
    Sathish

  • How to pass username/password through WebService proxy client to E-BS.

    Hi
    We are using ADF Webservice proxy client to integrate E-Business suite with ADF. It asks for username/password to access details from E-BS. In the generated webservice XSD file, a method is available with 2 parameters.
    1) SOAP header( Contains Username, responsibility and 2 more fields)
    2) Class object(Nested Object)
    However i didn't find "*Password*" field anywhere in it. Then how can I pass "*Password*" along with username to invoke this method?
    When i checked SOAP, the password is defined like this
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">XXXX</wsse:Password>a
    Thanks
    Raja

    hi Dario
    Thank you for your post. It is really helpful. Now I got stuck with a doubt, in this piece of code
    final Binding binding = ((BindingProvider) servicePort).getBinding();
    List<Handler> handlerList = binding.getHandlerChain();
    if (handlerList == null)
    handlerList = new ArrayList<Handler>();
    They didn't mention properly about "*servicePort*". What object is this?
    I checked in Oracle document, even in that I was not clear with that piece of code.
    public class HandlerWS{ 
    @Resource WebServiceContext ctx;
    @WebMethod()
    public String getProperty(String propertyName) {  
    return (String) ctx.getMessageContext().get(propertyName);
    public class Main {
    public static void main(String[] args) {
    HandlerWS test;
    try {
    test = new HandlerWS(new URL(args[0] + "?WSDL"), new
    QName("http://example.org", "HandlerWS") );
    } catch (MalformedURLException murl) { throw new RuntimeException(murl); }
    HandlerWSPortType port = test.*getHandlerWSPortTypePort*();
    What is this HandlerWSPortType object???. Can you give me little more explanation about it?
    Thanks

Maybe you are looking for

  • IOS 8 no longer works with 2012 honda accord

    I upgraded my iPhone 5 to iOS 8.0.2.  When I connect via USB, I no longer am able to use my car (2012 Honda Accord) controls to play music.  Also, while it does connect via BlueTooth, making phone calls is very difficult, it takes much longer to conn

  • Issue with At selection-screen output

    Hi,   I tried in SDn to find suitable thread atlast i am creating query here. My requirement is: i have two radiobuttons. when i click first radiobutton it hasto show one selection screen it contains pernr and bukrs when i click second radiobutton it

  • Party playlist

    I am planning a party and I would like to have each invitee RSVP with a track request. I will then create a playlist with all of the requested track. I would like to set up a projector and display who requested each track as each track plays. Photos

  • Apartment front gate won't open with iPhone 6.

    Hey Everybody, Currently, I am having an issue with my iPhone 6 where dialing '9' will not open the front gate to the apartment complex. I've never had this issue with any of the previous iPhones that I've owned. I have to tell my visitors to dial my

  • Enterprise Portal INtegration with ECC 6.0

    Hello Experts I have installed ECC 6.0 SR3 and Enterprise POrtal 7.0 Systems. These two servers were installed on Virtual servers using cloud computing. ECC 6.0 I.P is 173.X.XX.164 and EP system was installed on 173.X.XX.169 IP. I need to set up conn