Where to specify the USERNAME from UI code

Hi all,
we have moved to SUP 2.1.2  and generated the code. we now wanted to know where to specify the USERNAME for the device registered in SCC in the UI code(under SupApplication class username is not available). also we want to know the sequence of method to be called to access the MBO data.
please do the neeful by providing your inputs
thanks
SK

This is a very interesting question.
If you set up a tunnel between the BPEL process (client) and your async invoicing service, you will notice that the BPEL Engine will automatically add a WS-Addressing header to the SOAP request that is sent to the invoice service. That WS-addressing header includes both the callback location (the location where the invoice service) as well as the correlation id that the invoice service need to send back to the engine. The invoice service will need to add a WS-addressing header to the callback invocation so that the BPEL engine knows how to match a callback message to a specific in-flight instance. Does this make sense?
Once you have this running, would you be interested in writing a small article on this so that we can publish it on OTN and may be integrate the sample into the product?
Edwin

Similar Messages

  • Developing a 2 page form, username on the 1st page, password on 2nd how can i force FF to use the username from previous page when it asks to remember acct info?

    I am developing a 2 page signup form, where the person enters their username on the 1st page and password on the 2nd.
    When I test the form, FF asks to remember my password for the site - however it thinks the zipcode (field above the password) is the username on the account.
    I have tried to put their username/email in a hidden field on the 2nd page, just above the password field - and that did not work.
    How can i force FF to use the username from previous page when it asks to remember acct info?

    This website is using autocomplete=off to prevent Firefox from saving and filling the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save names and passwords and other form data.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered

  • Getting the username from a portlet

    Hi,
    I have a new installation of Portal 10.1.4 and I'm trying to write a portlet that has access to the username from within a JSP. I am trying renderRequest.getRemoteUser() and renderRequest.getUserPrincipal().getName() and both return the username with brackets and a number inside, for example "MCOARR[1]". What I really want is the uid from LDAP.
    Looking in the directory server my user is mcoarr (or more specifically, both the uid and cn attributes are set to "mcoarr").
    How do I get just the username?
    Thanks,
    Matt

    Yeah, I had to do that too (the text munging stuff). Unfortunately, Oracle Portal doesn't seem to be following the WSRP spec on getting user attributes. There is a whole section in the spec about how to map user attributes in your portlet.xml and then get them in a portlet by doing stuff like:
    Map userInfo = (Map) request.getAttribute(PortletRequest.USER_INFO);
    String givenName = (userInfo!=null) ? (String) userInfo.get(“user.name.given”) : “”;
    String lastName = (userInfo!=null) ? (String) userInfo.get(“user.name.family”) : “”;
    This is how it works in uPortal, Liferay and other portals we tried. I don't know why Oracle portal has been through two revs of WSRP support and hasn't got this right yet.
    -Mike

  • IS it possible to obtain the username from a authentication  dialog box?

    Kind of simple question and I'm looking for a simple answer. Is it possible to obtain the username from the dialob box during java web start or not?

    I'm not really sure what you are asking but if you look at the Javadoc of System.getProperties() you will find a property named 'user.name' .

  • Hi, my iPad and the camera connection kit is completely useless to me, ever since the update where Apple restricted the device from connecting to certain external devices. I've tried everything, but is there eny way I can get rid of this?

    Hi,
    My iPad and the camera connection kit is completely useless to me, ever since the update where Apple restricted the device from connecting to certain external devices. I've tried everything, but is there any way I can get rid of this annoying problem? The bottom line is that I'll stay away from apple, because they basically make it so the devices control you, and you don't control the devices. I've even jail broken to try and fix this. I need my USB drives to work as they have many folders. Formatting doesn't work, so it is definetly down to the software and it's restrictions.
    Please help.

    The camera connection kit is to be used to connect a camera or an SD card and transfer photos/video. You can't fault them for something that happened to work and doesn't any longer. There are drives like the seagate available if you need access to extra storage
    http://www.seagate.com/external-hard-drives/portable-hard-drives/wireless/goflex -satellite/

  • How come I get all account information without specifying the username pass

    I intsalled the sun directory server and try a couple of sample programs available on the net to see how can i get the infromation form the server.
    The following is the actually code but how come i don't have to specify the user name and passoword??
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://192.168.1.196:13769/o=JNDITutorial,dc=opendataldap,dc=com");
    DirContext ctx = new InitialDirContext(env);
    //To read the attributes of an object from the directory, use DirContext.getAttributes()
    Attributes answer = ctx.getAttributes("cn=Ted Geisel, ou=People");
    for (NamingEnumeration ae = answer.getAll(); ae.hasMore();) {
    Attribute attr = (Attribute)ae.next();
    System.out.println("attribute: " + attr.getID());
    /* Print each value */
    for (NamingEnumeration e = attr.getAll(); e.hasMore();
         System.out.println("value: " + e.next()))
    }

    Were u able to connect and retrieve the values??
    If not, you should add these into env variable
    env.put(Context.SECURITY_PRINCIPAL, "cn=Directory Manager");
         env.put(Context.SECURITY_CREDENTIALS, "adminpwd");

  • How do we specify the username in sql

    Hi^^,
    while writing the conectivity statement we use this statement
    Connection con = DriverManager.getConnection("url","username","password");
    were we specify that:
    username="root";
    password="root"
    url="-----"
    My question is where in the system it is specified that the username ="root" and when do we specify it. we specify it while installing mysql or when...?
    Regards,
    Prashant

    as i understand your question:
    root username is the owner for the database ,root has all privilage to create/grant other accounts
    so whenever you install mysql there is root username and password as you specify it in the installation phase

  • Where  to Store the value from custom Module?

    Hi Experts,
                   I am having Custom Module for altering the payload .From that payload I need to store a particular value.where can i store that that vlaue ?.Custome module is inOutBound.
    Regards,
    Rajesh.D
    Edited by: Rajesh Kumar on Sep 18, 2008 1:13 PM

    Hi Bhavesh,
                My scenario is Idoc to WebService.In custom module i had called webservice through http call it had returned connection id.Payload is passed with connectionID to Web Service for calling other methods.Next i have to close the connection with Same Conncetion ID in another Custome module.so i have to store some where and reterive in my module.pls help
    Regards,
    Rajesh.D

  • Retrieve the character from hex code

    I want to write the hex code / ASCII code of the English alphabets ( A - Z and a - z ) in a file and again want to read those codes (either ASCII or Hex code) from the file to retrieve the characters from them. How it is possible?
    For example, ASCII code of 'A' is 65 and hex code is 41.
    ASCII code of 'z' is 122 and hex code is 7A.
    Avijit

    Forgot that you need to convert them back:
            Character c = new Character('A');
            System.out.println("char : "+c);
            int ascii = (int) c.charValue();
            System.out.println("ascii: "+ascii+" => "+(char) ascii);
            String hex = Integer.toHexString(ascii);
            System.out.println("hex  : "+hex +" => "+(char) Integer.parseInt(hex, 16));

  • Where is all the stuff from my devices on the iCloud?

    I am a total iCloud virgin. All of our devices are hooked up to the icloud and update to it, but when I logged in with my Apple ID for the first time today all I saw was my calendar, contacts, mail, etc... But I can't tell how I can access all my stuff that updates to the cloud from my phone, i.e. photos, music, etc...
    Where is it and how can you view it?

    You can only view photo stream photos on an iOS device or computer that is signed into your account with my photo stream enabled; you can't view them on icloud.com.
    Music is not synced with iCloud.  You can download music previously purchased from the iTunes store from iCloud but that is "iTunes in the Cloud", which doesn't use your personal iCoud account (and in fact doesn't even require an iCloud account).  It is merely redownloaded from the iTuens store.
    You can view all your data from within th apps on your devices that are syncig data with iCloud (calendars, contacts, notes, reminders, etc.)  What you see on your device is the same data that is in iCloud.  You can't view your backups anywere.  You can only see that you have a backup in iCloud (by going to Settings>iCloud>Storage & Backup>Manage Storage); you can't see view any of the data in the backup, you can only restore it to your device if you need to.

  • I have purchased iphone 5 in 22/03/2013 but i was face a problem that on the both side from where we handle the phone from that end the body color is getting of i don't know why this is happen please suggest what should i do now

    i see that after 3 month from the purchase of my iphone 5 the body color from where we handle the phone while talking in getting color out from that side. please suggest me what should i do

    hello abhishek,
    if the issue was from beginning (dead on arrival) you can call the apple hotline and they can create a replacment for you.
    but if the issue wasnt from beginning than it is a cosmetical issue, cosmetical issues are not covered by the apple warranty. than you should make an appointment in an apple retail store and hope that the workers there replace that device.

  • Where to buy the upgrade from Lr5 to Lr6 - not interested in "Cloud"

    How can I find the upgrade from Lr5 to Lr6 without any CC, "Cloud". thx

    Hello,
    da Du in einem deutschen Forum postest hier meine Antwort per Link auf eine deutschsprachige Webseite (aber sicherlich nachvollziehbar):
    http://www.cremerseele.de/adobe-lightroom-6-upgrade-niemand-soll-es-finden/
    Good luck!
    Hans-Günter

  • I went to sync my iPhone 4 as usual and when it got to the end stage of the sync where it sync the photos from iPhoto, I get a message pop up that says, "The iPhone cannot be synced. The required file cannot be found." What do I do?

    I went to sync my iPhone 4 as usual with my iTunes account on my MacBook Pro and when it got to the end stage of the sync where it syncs with iPhoto, I get a pop up message that says, "The iPhone cannot be synced. The required file cannot be found." What do I do?

    Hi. I am having the same problem.
    I have updated iPhone software and carrier settings, OSX Lion on the comp and in step 4 of 4 during photo sync about half way through, the error message comes up and now my pics are gone from the phone. I did empty the cache and the problem still persisted. I changed cables, I restored the phone and synced from the back up and even restored and created a new phone identity, still no love.
    I am puzzeled, any suggestions?

  • How & where to specify mapping between an error code and resource

    Hi,
    I am interested in providing customized HTML page for errors such as 404 and 500. How do I achieve this? and where specify this.
    Regards
    Arun

    As far as I know, you can use your own page to be an error page while using JSP. This is specified in header of JSP: <%@ page errorPage="errorPage.jsp" %> (I don't know details about servlet, but probably it's similar). This page is also JSP page, and inside you can use code such as exception.getMessage(), maybe different one. Rest is some lazy programming stuff. This concerns JSPs, for other situations I have no advice.
    Myrra

  • Metatags - where to paste the HTML metatag source code???

    HELP HELP HELP! I'm pretty new to iWeb and have published a few small sites. I'd like to embed some metatags into the html CODE source file and don't know where to look to add it in?
    The only thing I can see on the help screen is addition of a HTML snippet which doesn't work as I need to embed the metatags into the actual source code in a certain position....
    does anyone at all know how to do this? I have the html metag coding but don't know where to drop it in???
    I hope this makes sense.... THANK YOU TO ANYONE OUT THERE..

    See....
    http://discussions.apple.com/thread.jspa?threadID=2460450&tstart=0

Maybe you are looking for