Page request to non-BC domain after customer purchases

I need to send 2 variables to a non-BC domain through a page call or page request that automatically occurs after a customer purchases a product from our BC site.

you can't pass the user/password to the next application on the URL
line due to security, but you do have to pass it, correct? so you
want to pass by POST to the external site? you can do that, but of
course it is not much more secure.
you should be able to return an outcome that sends the user to a jsf
view page that just outputs a normal plain html form that auto-submits
to the external page, with data elements populated from the managed
bean:
e.g.:
<html>
    <f:view>
        <head>
        </head>
        <body onload="document.getElementById('externalForm').submit();">
        <form id="externalForm" action="http://outsideOfMyWebDomain:1111/login.form" method="post">
            <input type='hidden' name='userName' value='<h:outputText value="#{myBean.computedUserName}"/>'>
            <input type='hidden' name='passWord' value='<h:outputText value="#{myBean.computedPassWord}"/>'>
        </form>
        </body>
    </f:view>
</html>There should be no problems mixing the "plain" html in with the jsf
tags. It's only when you are inside the special output tags like
"<h:dataTable>" where you can't just put plain html anywhere you
want.
If you don't want to do that, you can directly write the above html
from the managed bean to the output stream and mark the response as
complete and get the auto-forward that way.

Similar Messages

  • Credit memo request to correct Sales order after customer payment

    Hello all,
    Could you please give me any suggetion on this issue:
    We uploded sales orders  from legacy system into sap and create invoice but we made a mistake, we didn't take into account a discount in price conditions.
    The Customer payment is correct and also uploaded from legacy system.
    I'm required to correct the difference by doing a Credit memo request and credit memo with reference to sales sorder, so my questions :
    Do I create credit memo request with ref. to SO for all items, quantities and price or just for a discount amount (what i think) ?
    Any input will be appreciated.
    Thanks.

    Hello Farouk,
    If you know the discounted amount for each account then as per my view you directly can create  credit note from the FI side so manage the differences.
    Please wait for more suggestion from FORUM.
    Regards
    AG.

  • Sys.webforms.page request manager server error exception:An unknown error occured while processing the request on server. The status code returned from the server was:0

    sys.webforms.page request manager server error exception:An unknown error occured while processing the request on server. The status code returned from the server was:0 We got this response(In firebug console) when we try to click on link (after leave webpage for 3 minuts ideal) which is AJAX based. Please reply ASAP because its urgent.

    Hi SP,
    Please check if the following web config appSettins value settings from SSRS server could fix the issue (Note, back up your original web config file before any modification).
    http://stackoverflow.com/questions/10911610/ssrs-webpage-error-status-code-500
    http://srinivasbn.blogspot.in/2013/09/syswebformspagerequestmanagerservererro.html
    http://connect.microsoft.com/SQLServer/feedback/details/782155/ssrs-2012-failed-with-win32-error-0x03e3
    If you have more questions about the SSRS error logs related to this issue, you can post in the SSRS forum for a better assistance with more experts.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • IWeb Blog to non-.mac Domain

    Hello good folks,
    I have my business Website at its own (non apple) domain. I would like to use iWeb to create a blog, and then attach that blog to my business Website. (Therefore, it would be an alternative to wordpress, blogspot, etc.)
    Is this
    -- possible?
    -- advisable?
    -- easy?
    -- pain?
    A secondary question: If those answers are a reasonable "yes," then is it possible to update my blog from both my Mac Pro and my PowerBook, and still keep everything reasonably organized?
    Many thanks, as always.

    Mireille,
    The helpful tips and product review 'blog' is an 'add-on' to our online store which has a shopping cart and it's SEO set ups that work well. It was made from a template in GoLive. The store is the primary concern and the blog is intended to be a convenient format to provide useful dynamic content to drive search engines and customers to our store.
    If I could figure out to use something besides a frame I would as I understand the frames are not search engine friendly either. After submitting the sitemap for the blog, it was interesting to see that only the apparent entries get listed in Google. So, it appears that it is dependent on how many 'excerpts you show' in iWeb and not the archives and it's content.
    If there is a sitemap generating app that will point Google to the content in the archives, I'd be very interested to know about it and how effective it is. I've found site search options I can add to the blog content if I load it directly to the site and set up pages versus frames....if the content can be searchable and generate the proper site map.
    Here's an interesting page from Rage: http://www.ragesw.com/blog/2008/04/12/seo-for-iweb-how-to-get-your-iweb-websites -into-google-other-major-search-engines/ (which I notice you responded to....:-) )
    What does Rage do that this free option I used do better? http://www.xml-sitemaps.com/
    I started this thread to hopefully get some ideas:
    Blog and personal domain/store, SEO & other issues
    http://discussions.apple.com/thread.jspa?threadID=1522542&tstart=30

  • Using iWeb to publish to a non.mac domain

    Can I use iweb to develop a web site and publish to a domain that is not .mac?
    Or can I host a non.mac domain on .mac?

    Can I use iweb to develop a web site and publish to a
    domain that is not .mac?
    Yes, you can. But not directly from iWeb. You will develop your pages in iWeb but the choose the "Publish to Folder" option. This will put all the files necessary for your website in a folder on your hard drive. You will then need to use an FTP program to upload the site files to your 3rd party web host.
    Or can I host a non.mac domain on .mac?
    Yes, you can also do this. You can do your pages in iWeb and then "Publish to .Mac". Then you can use "Domain Forwarding" available from your registrar or some other redirecting html to forward people who type in your domain name to you .Mac iWeb URL.
    Either method will work fine. You will lose out on .Mac specific features (like slideshows, counters, passwords, comments, search) if you host your pages on a 3rd party web host. Also you lose the ability to do incremental uploads (uploading only changed pages) directly from iWeb if you're not using .Mac.
    Good luck to you. If this has been useful information to you, please do me a favor and click the "solved" or "helpful" buttons in the title bar of this reply. Thanks.

  • Changing page request

    Hello,
    Is it possible to change the page request in an onload process?
    What I want to do is something like:
    IF v_1 = 'some value' THEN
    :REQUEST := 'other request';
    END IF;
    Regards,
    Jan

    Thank you Arie, for the quick response.
    If I understand you correctly you are talking about the request when pressing an button which you can use with validation, after submit processes and page branches?
    What I mean is the request you can specify in the url redirect of a button or in the page branch.
    I'll give you a detailed explanation of my problem:
    I have a page with 3 regions, only 1 is shown at the same time. I have 3 buttons on this page, button 1 has no request, button 2 has request 'B', button 3 has request 'C'.
    Region A is shown as default and it's condition is:
    where request is not contained within B,C
    Region B has condition: request = B
    Region C has condition: request = C
    Now I want Region B to be the default region under certain conditions, so change the request from null to 'B'.
    When I take :REQUEST as default for a textfield I get the expected result, so it's not set to null. But when I want to change the value of the :REQUEST-variable I get an error:
    Error      ERR-1002 Unable to find item ID for item "REQUEST" in application
    Kind regards,
    Jan

  • Documentation on settings up DP, MP in non trusted domain USING HTTPS

    Is there any documentation that specifically talks about setting up a site system in a non trusted domain with management point and distribution point and communication using HTTPS.
    I see some examples but none of them talk about the certificates that are required on the DP and MP in the non trusted site server.
    Thanks Lance

    Hi Jason,
    I am stumped (and not a certificate guru) and not sure how to get certs based on the Config Manager Web Server template and Config Manager Distribution Client Template into the machine (Secondary MP/DP) that is in the untrusted domain.   I hear
    you about the untrusted domain part not making a difference.   Our secondary MP/DP in the untrusted domain does have the root certificate in the trust root store.
    I have tried MMC certificates, certreq and have tried to go directly to the CA (https://caserver/certsrv) but in neither case do the Config Manager Distribution Client nor Config Manager Web Server templates show up.
    Conversely in the domain that the CA Server resides,  I can request both of these certs in the MMC certificate plugin.
    I am certain I am missing something.
    We used this technet document to setup the certificate templates, etc.
    http://technet.microsoft.com/en-us/library/gg682023.aspx
    Thanks Lance

  • Exchange Web Services are not currently available for this request because none of the Client Access Servers in the destination site could process the request.

    Hi,
    I am using EWS Java APIs and passing OAuth tokens to fetch data from office 365 mailboxes.
    Because I am developing Web APIs I preferred using "Application Permissions" defined in Azure active directory application for Office 365, and used "client credential flow" OAuth flow to fetch OAuth token specific to application which will
    allow "Have full access via EWS to all mailboxes in the organisation".
    After fetching token with the procedure specified in the document "http://blogs.msdn.com/b/exchangedev/archive/2015/01/21/building-demon-or-service-apps-with-office-365-mail-calendar-and-contacts-apis-oauth2-client-credential-flow.aspx"
    I passed this token to EWS Java APIs,
    it gave me error saying:
    microsoft.exchange.webservices.data.ServiceResponseException: Exchange Web Services are not currently available for this request because none of the Client Access Servers in the destination site could process the request.
    I tried similar thing with EWS managed APIs for .net. Got similar error.
    Can anyone provide some help and direction to resolve this error.
    Thanks & Best Regards,
    Pranjal

    I see you found an answer with the X-AnchorMailbox header on StackOverflow:
    http://stackoverflow.com/questions/29554724/exchange-web-services-are-not-currently-available-for-this-request-because-none

  • Connect SAP BO server to domain after the installation.

    Hello,
    I would like to ask if it is fine to connect SAP BO BI 4.x Windows host to the customer domain after the installation of SAP BO.
    I was trying to find answer on this but nowhere is explicitly recommended to connect SAP BO host to domain before the installation.
    My question is related to Windows AD Authentication where two conditions need to be secured:
    1. Windows AD authentication only works if the CMS is run on Windows
    2. These Windows machine must be joined to the appropriate AD domain
    What I found till know is that you can use Windows AD Authentication only when SAP BO server is in domain.
    What is concerning me is that when I start with installation of SAP BO on the server which is not connected to any domain then the installation process is taking during the installation actual hostname of the SAP BO server (e.g. boserver) automatically. There is no requirement or possibility to specify hostname or IP address manually during the installation process. And I assume that connecting SAP BO server to the domain after installation will cause that hostname will change (e.g. to boserver.domain.com).
    So question is if this change will cause any issue for functionality of SAP BO application. If not could you please send me an official statement from SAP Note or any BO Documentation as I was not able to find any.
    Thanks in advance for opinions and answers.
    BR,
    Peter

    Hi Bill,
    thanks for reply. I spoke with couple of my colleagues which are supporting AD and yes I can agree with you that connecting server to the customer domain after the installation of BO can bring some limitation up to Domain policy.
    Best practice in order to prevent possible issues is to join server to the domain before installation.
    Another possible issue can be that some customers are using own naming convention for server's hostname so joining server to the customer domain is conditioned by a change of hostname and this can cause issue with correct functioning of BO application.
    Thanks again for your opinion I really appreciate it.
    Wish you a nice week.
    BR,
    Peter

  • OSD Across a Non-Trusted Domain

    Hello All,
    Thank you in advance for the help. I am trying to validate a configuration I would like to put in place for a client.
    The client has Configuration Manager 2012 set up to manage computers in a non-trusted domain with no MPs in the non-trusted domain. There are DPs in the non-trusted domain. The site runs in an https configuration for these clients. We have configured a subordinate
    CA in their forest that trusts the CA in the forest that hosts the ConfigMgr site servers and all certs are working fine.
    My question: Will OSD function correctly for computers in the non-trusted domain? Or so I need to have an MP in the non-trusted domain as well?
    Thanks!

    Hi Jason,
    Yes, you are correct - there are multiple HTTP MPs that are reachable from the non-trusted forest's computers on the Intranet. There is also an HTTPS MP in the DMZ which is reachable from the internal network as well (we use split-brain DNS for this). The
    DMZ MP in HTTPS mode can handle the requests from the non-trusted forest's clients and I envision DPs being configured in the non-trusted forest's domain in HTTPS mode to provide the DP service for the non-trusted domain's clients.
    One of the other respondants indicated that they believed this config would work as long as the client could reach a PXE enabled DP. I don't see a reason this won't work as well with a boot image with a cert on it or via Software Center, right?
    Does this configuration sound kosher?
    Thank you!

  • Distribution/management point in non trusted domain

    Hoping somebody can clarify a stituation for us on distribution points on a machine in a non trusted domain.
    We are assuming that this distribution point uses the same certicate that the primary distribution point uses.
    Is this correct?   When we try this it says that certicate is already in use and do we want to continue.
    Thanks in advance.
    Thanks Lance

    Hi,
    Please configuring CEP/CES web service and the following blog is for your reference.
    https://blogs.technet.com/b/askds/archive/2010/05/25/enabling-cep-and-ces-for-enrolling-non-domain-joined-computers-for-certificates.aspx
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Publishing to non mac domain

    Hi All;
    I own a non .mac domain and need to know if I can publish there from iWeb. How is this done and how do I update pages & blog?
    Many thanks,
    Susan

    When you have a site on two different servers it might be helpful to have each site in its own domain file. I use iWebSites to manage the multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process and move it to another location on your HD until you're satisfied the separation process is completed and what you want.
    This lets me edit several sites and only republish the one I want.
    OT

  • [Windows] Spotify Window or Title and MenuBar is left on a Windows 7 non-Aero desktop after exit

    DescriptionSpotify' 1.0.10.107 leaves its Title bar, MenuBar, and frame on screen after a /File/Exit or a window [X] close when a Windows 7 non-Aero desktop theme is in use.  Sometimes the entire window is left.  The spotify.exe processes terminate, though SpotifyWebHelper remains.  The Title bar or window has no parent and its menu bar is inactive.  It is not redrawn if an object is dragged over it or by a right-click refresh.  The window vanishes properly if the “Close Button Should Minimize Spotify” advanced setting is selected and Spotify is then exited from the icon in the tray.  The Spotify window vanishes as expected with a fast zoom effect if any of the Windows 7 Aero themes is in use regardless of the above advanced setting.. A more detailed description, using numbered stepsWas using a Windows 7 Basic Theme with a black desktop background. Observed the above-described behavior with unknown Spotify version, believe it to have been 1.0.10.107
    Could find no entry describing this behavior as I saw it on any forumBrowsed the windows desktop troubleshooting help page Uninstalled Spotify with its uninstaller and all related appdata and registry entries using Revo uninstallerDownloaded and reinstalled Spotify from link on the help page 1.0.9.133.gcedaee38 was installed.  Note from the next step that the download link on the troubleshooting help page appears to be obsolete. Checked the Help/About screen and was offered upgrade to v1.0.10.107 Downloaded, upgraded, and confirmed that 1.0.10.107.gd0dfca3a was installed and restartedRepeated the issue with task manager showing running processes and noted. Developed a hunch that the desktop theme might be involved since this has to work for most users. Changed to the Windows 7 default Aero theme and observed Spotify to behave as I expected.Confirmed that it worked with several different Aero themes. Window opened and closed completely with a zoom effect and exit was complete. Returned to the Windows 7 Basic theme and again observed the abandoned window.My Operating System:  Windows 7 Professional Service Pack 1 64-bitSpotify version:  10.0.10.107.gd0dfca3aInternet provider: AT&T Internet ServicesFactory-Installed Dell Windows 7My username: dlpoole Do you have any screenshots you can attach to more clearly explain your issue? 

    That you have encountered this in other apps suggests a flaw in a library common to those apps and to Spotify or some particular tool that was used to build them.  I was able to replicate it on three different Win7 machines with two different CPU and graphics configurations. I couldn’t replicate it on a Windows 10 upgrade of one of those but I regard that machine as experimental until other apps more critical to me have been confirmed or made compatible with Windows 10.  Windows 7 will be my workhorse for some time, so the best workaround for me is to accept the “close button should minimize Spotify” setting and the risk of leaving it active in the notification area while streaming to no one. The alternative workaround is to refresh the non-Aero desktop after closing it. It’s a second click either way.

  • HH5 - DNS filters non-existent domains

    Hello,
    New HH5 user, and I have noticed that something is filtering out DNS queries. If I try and resolve a non-existent domain, I get a 'NOERROR' reply with an A record (IP address) answer of 92.242.132.15. The reverse entry shows this to be 'unallocated.barefruit.co.uk.'
    Can someone tell me how I can remove this filtering please? I want to know if a domain exists or not, not to have my DNS queries filtered to always indicate that the domain exists.
    I have had a look at the hub-manager, but can see nothing about the DNS in there.
    Thanks,
    John.
    Solved!
    Go to Solution.

    Opt out of web address help, its as simple as that, which is what the link says. Then you will get no reply for non-existent domains.
    http://preferences.webaddresshelp.bt.com/selfcare/ 
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • I was clsoing Word and suddenly everything on my desktop opened - I had to close each one and then a page requesting guest access to Cisco appeared. I cannot access any of my websites or bookmarks now. What do I do - or what did I do?

    I was closing Word, was on my desktop page when suddenly all my windows on the desktop opened at once. I had to close each one and then a page requesting guest access to Cisco appeared. It required a password ( ? ) which I do not have. Now I cannot access any of my webpages or bookmarks, including mail etc. I have no idea what I might have done to cause this problem. I am not particularly savvy and don't know where to begin.

    daveynielsen wrote:
    So my question is... if you took the time to read this.. why in the world did everything stop working with wi fi and out of nowhere asked me to use a blackberry data service plan?
    Because, without THE BlackBerry Data Plan, you will only have use of your WiFi HotSpot browser, and that is that. No email, none of the RIM data application features like AppWorld or the BlackBerry Facebook application.
    It worked at first, because you probably had leftover provisioning Service Books from the previous owner, I am guessing (you mentioned "checked with my seller).
    To me, seems be working as suspected.
    daveynielsen wrote:
    Well, naturally i figured everything else would work on a wif connection.. like the iphone. Even though you dont have the 3G data plan one can still access email, web, and aps.
    Not quite, you must still have a data plan for the iPhone.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • I have tried to download the update 3 times and it always takes so long I have to quit. How long is it supposed to take? Half hour, hour, etc?

    I keep getting the pop-up telling me there is a n update to install, but when I try to install, it takes over 20 minutes. I can't stop all work for that length of time, and keep canceling the update. How much time is needed to install this update?

  • Down load to Application server

    Hi,     That I am using GUI_DOWNLOAD TO down load my final table T_FINAL  to presentation server  I need to download my final table to Application server  Please give me sample code and path to down load my table in to application server. Regards, Mu

  • ICloud syncing issues

    My calendar and notes sync via iCloud from my iPhone to my desktop but not visa versa.  How can I fix that?

  • ITunes doesn't want to share.

    Trying to put together a simple slideshow.  Under settings, I wanted to choose a song from iTunes.  When I select iTunes from the dropdown it says "open iTunes to see your music" or something to that effect.  iTunes IS open and everything is in its p

  • Lyrics not updating on itouch

    Hi All, I usually have a habit of updating songs on my itouch, listening them rating them and then getting lyrics for the higher rated ones, although I cannot seem to update the lyrics of songs which already have some crap lyrics attached with them.