Mediator not detecting faults when WS-Security Message Encryption enabled

We are using a SOA 11g composite to call a set of OSB proxy/business pairs which in turn call further web services and return the responses. The OSB proxy services are trivial: they each expose the WSDL of the downstream web service and route all messages without any transformation to a business service that also uses the downstream WSDL.
The SOA composite is composed largely of a mediator that accepts requests, transforms payloads, routes to the correct OSB service, transforms the response, and replies to the caller.
I have configured my OSB services, in case of a SOAP fault returned from downstream, to simply "Reply with Failure", which causes the body received from the downstream web service (a SOAP fault) to be returned to the SOA composite along with an HTTP 500 error. I have created a Fault processing section in each of my routing rules that maps the downstream fault to a fault that the mediator returns to the caller.
In my local test instance, this works fine; OSB receives a custom SOAP fault from the downstream service, sends it back to SOA where the mediator recognizes the fault and maps it, and throws a SOAP Fault back to the caller.
In our formal testing environment, however, it does not work. I have validated that the response comes back to the Mediator in the same way as it does in my local environment, but the Mediator attempts to use the standard response transformation configured for that routing rule rather than the fault transformation. The fundamental difference between my local environment and the formal test environment is that WS-Security has been enabled between SOA and OSB using the wss10_username_token_with_message_protection via OWSM.
I have a workaround, namely to add a choose clause in my reply transformation XSL file that looks for a SOAP fault and sends it back to the caller if one is found, however this is a nasty hack.
Has anyone had experience with this scenario, where implementing WS-Security causes SOAP Faults to no longer be recognized? My best guess at this point is that when "Reply with Failure" is used, OSB returns the SOAP Fault body in an encrypted form and SOA assumes that the call succeeded (despite the HTTP 500 error). I have not found a way to tell OSB not to encrypt the response message in the case of "Reply with Failur", but it doesn't encrypt responses when it throws its own faults (BEA-380001, for instance).

X509V1 is not a valid value for "Valuetype". So I guess this should not be the problem.

Similar Messages

  • "Connect to iTunes to Use Push Notifications" comes almost in every app that I open and it does not notify me when I got message in Whatsapp and Viber. Please help me to overcome it, it is becoming quite annoying!

    "Connect to iTunes to Use Push Notifications" comes almost in every app that I open and it does not notify me when I got message in Whatsapp and Viber. Please help me to overcome it, it is becoming quite annoying!

    Did you get any help on this? From what I can see from surfing this site, it's a BUG that no one has offered a solution to. It sometimes happens after a 'reset' and going to ITunes does not offer a way to 'set up push notifications'.

  • TS1363 iTunes does not detect my iPhone, sends error message, please help

    iTunes does not detect my iPhone when I plug into ligthening cable- error message 0xE8000084 appears, please help

    Hello Brian,
    Here is an article that should point you in the direction of a resolution. It has a section about the OXE errors.
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/ts3694
    Unknown Error containing "0xE" when restoring
    To resolve this issue, follow the steps in iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting. If you have a Windows computer with an Intel® 5 series/3400 series chipset, you may need updates for your chipset drivers. See iTunes for Windows: Issues syncing iOS devices with P55 and related Intel Chipsets for more information.
    All the best,
    Sterling

  • TS1538 Got an Iphone 5, and i have no sim card. i wanna use it as a tablet but im stuck in activation mode. i made an itunes account and my pc would not detect it when i plug into my pc. what do i have to do because im stuck in selecting english, united s

    My iphone 5 has no sim card because i wanna use it as a tablet. i start it up and im stuck in setting the language, country , and then wifi. i select wifi which it connects perfect. then it trys to activate through wifi doesnt work and says contact apple.com/support. also says try to connect through itunes. i made a account and i plug in my iphone 5 to my windows 7 pc. computer doesnt detect it when i have it in itunes mode. my iphone 5 shows connect to itunes. what do i do?

    You can not activate it without a SIM. If it is carrier locked, the SIM must be from the carrier it is locked to.
    The SIM does not have to be tied to an active line of service, but it MUST be present.

  • My iPhone does not notify me when a text message comes in.

    My iPhone has been acting really strange since the last update. I am now using iOS 7.1.1, iPhone 4 but the phone is not letting me know when I have messages come in. For example... my sms will not notify me when it is on locked screen... I have tried many, many different things that I have seen suggested on here but nothing is working.
    Not only is it from my messages, but I have been missing calls as well because it is not ringing through.
    Could you please tell me how I can get this fixed.
    Thank you!
    Shelley

    Nope, text messages are set to alert style, none of these settings has changed. Like I said, it's only an intermittent problem that happens while I am using another app or mail or Safari or whatever. Strangely enough, when I am using a music app (Pandora, etc.) that does not require me to actively use it (for example, I am listening to music but the lock screen is on, and when I unlock I'm just on my home screen... I do get text alerts. This is so weird and such a pain!

  • Escrow the recovery key in DB server and not in AD when removable drive is encrypted.

    Is there any way to escrow the recovery key in the database server and not in AD when removable drive (USB drive) is encrypted via manage-bde command line? The data recovery agent is not enabled in our organization. 
    "Choose how bitlocker protected removable Drives can be recovered" for removable drives is disabled in our Group policy also.
    Please advise. Thank you.

    As far as I am concerned, you cannot do that when you are using the command line "Manage-bde".
    The reason is because, the manage-bde command line parameters doesn't support saving recovery keys to databases. Also there is not any group policy defined for it.
    I you want an option to save recovery keys in a database rather than the AD, I would recommend to use MBAM (Microsoft Bitlocker Administration and Monitoring).
    Gaurav Ranjan

  • View is not retuning data when creating XML message through workflow

    Hi All,
    This is a very critical problem for me. I am trying to send an XML message (outbound) through XML gateway. This is done from a custom workflow. The message creation is done from the standard procedure ecx_document.sendDirect. The data for the XML file is taken from two views (whcih are created in a custom schema and have synonym in apps). One view for header and another one for line information (I am creating an XML for a purchase order).
    The problem is when the workflow try the first time to create a message, the views are not returning data. So message creation fails. Now, if we restart the workflow after some time, it will work and the message is created. What could be the reason for this sort of a behaviour ?
    I am using business events to trigger the workflow. The data in the table/view will be updated by standard POAPPRV workflow activities. The custom workflow is subscribed to a business event raised from POAPPRV workflow, at a certain point. So this will execute when this event is raised from POAPPRV wf. The subscription has a phase value of 99.
    Any help on this regard will be much appreciated, as this is a critical issue.
    Thanks in advance,
    Arun
    PS : One more thing : this is happening mostly in the production instance where the number of messages is very high (freqency).

    Hello,
    With the BAPI_EQUI_CREATE you can only create PM equipments not IS-U devices that why there is no IS Tab .
    You have to use the dialog transactions IQ01, IQ04 or the MM transaction, where you can create devices through a movement.
    There is objecttype DEVICE (SWO1) with the following methods:
    -> Device.CreateFromData (Create Equipment Master Record)
    -> Device.Create (Create Equipment Master Record)
    -> Device.CreateISU (Create IS-U: Modification for IS-U)
    Please check whether you can use method Device.CreateISU for your requirement.
    Regards
    Olivia

  • Event Structure's value change, not detecting changes when tabbing thru array of clusters

    Hi!  I have an array of clusters (int, int, string, int) control, and want to detecting changes made to the it.  I used the Event Structure's value change case on the array, it works excellent except that it'll only detect the changes when you click out of the element or press the enter key (the one by the numbers, not carriage return).  I want it to detect the changes when I tab thru the cluster or array too, but I can't figure it out... Does anyone have any ideas?
    Thanks!

    mfitzsimons wrote:
    altenbach
    Tried Value Change with my example done in 7.1 and it doesn't trgger an event.  That is why I suggested Mouse Down.
    Curious. I did a few minor edits in 8.0 before saving as 7.1, but the simple value change event got triggered just fine when the value vas terminated with a tab in 7.1. Every time.  Strange....
    Are you on 7.1 or 7.1.1? Maybe there's a difference (I am using 7.1.1).
    LabVIEW Champion . Do more with less code and in less time .

  • "LabVIEW 2010 Not Detected" shown when I install VBAI Development Toolkit

    I have installed the following products:
    (1) LabView 2011
    (2) VDM 2011 SP1
    When I wish to install VBAI 2011 SP1 with enabling "Development Toolkit", the error message prohibits me to continue the installation.
    According to documentation "NI Vision Builder for Automated Inspection Development Toolkit Tutorial", I need this toolkit in order to create custom steps.
    Some expert please guide me on this.
    My products installed:

    The error message is correct. The VBAI 2011 SP1 requires LabVIEW 2010 to be installed.
    Vision Builder 2011 SP1 is a LabVIEW application that was build using LabVIEW 2010 and uses the LabVIEW 2010 runtime engine.
    For people who would like to develop custom steps on Windows only, we could potentially come up with technical solutions, which would allow to use newer versions of LabVIEW (because LabVIEW installs side by side on Windows). However, Real-time targets like smart cameras and embedded vision system do not support side by side install of LabVIEW. For this reason, we decided to require the use of LabVIEW 2010 to develop custom steps.
    Christophe

  • [BUG]outputFormatted not working correctly when bound to message file

    I have a panelbox inside my infoSupplemental facet on my panelPage. Inside the box I have a panelHeader then an outputFormatted.
    I want some lines of text to have breaks between them. Specifically the text is this :
    Click Edit to edit an existing Skill or Achievement.<br><br>Click New to create a new record.<br><br>Click Delete to delete a record.
    If I put this text directly into the Value property of the outputFormatted then it works fine. However if I put it into my applications message properties file and try and reference it then all the breaks do not get rendered at all.
    eg in my properties file :
    pages.skillsAchievements.help=Click Edit to edit an existing Skill or Achievement.<br><br>Click New to create a new record.<br><br>Click Delete to delete a record.
    Then I reference pages.skillsAchievements.help using EL syntax in the Value property of the outputFormatted.
    Is this a bug ?

    Oh, sorry.
    I've just done some fiddling around in my app and it looks like the problem is only with the outputFormatted and the &lt;br/&gt;. Using &lt;p&gt; with outputFormatted works, as does using &lt;br/&gt; with an outputText with escape="false". Sounds like you're right about a bug.

  • In Acrobat X Pro, fields are not showing up when previewing or creating Reader-enabled PDF

    I have a form with many fields (217 in all). When I click "Preview" within Form Editing, I only see a small subset of the fields. If I save as a user-enabled form, that form only shows the same fields. Why aren't all of the fields showing up? Thanks!

    Never mind. I believe I figured it out. I thought that setting the form field to "Invisible" just affected whether the box would be visible to the end-user, not whether it would be fillable at all. Now that I set all of the fields as "Visible but doesn't print" all of the fields show up.

  • My phone is not notifying me of some text messages and phone keeps asking for apple id password when in messages, what's wrong with my phone?

    My phone sometimes does not alert me when I get messages from certain people, and is constantly asking me to put in my password for my apple ID. I have only done it once, but the prompt immediately popped up again, and is really just a major nusaince. I don't know what is going on with my phone because it also keeps freezing and won't even lock. It's just so frustrating at times.

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • New battery is not detected on Satellite A300

    Hello every body
    I had this problem with my laptop Satellite A300 (PSAJ4E). I bought a new battery and started my laptop. I have Windows Vista.
    The battery is not detected. When I remove the charger its work well but with indicator of low battery so Im update my BIOS but the problem is still there.
    So I look around and tried to disable Microsoft in device manger.
    Still not fixed properly. I removed charger and insert it again.
    It shows the AC power supply but no charge.

    hi king_soft,
    sold a third party battery?
    in some cases the used controller (battery) is not recognised by your system...
    you can try this (without any promisses):
    shut down notebook, remove battery, connect ac-adapter and make sure unit is powered
    insert battery and wait 24hours
    disconnect ac-adapter and remove battery
    switch machine on to make it fully discharged (some components holding electricity)
    insert battery and start the unit
    check powermanager or energy options if the battery is recognised...
    never open up a battery pack - it's really dangerous!
    if the battery pack is recognised by the system - you won!
    if not make sure that your ac-adapter supplies the right voltage/current to your system
    test another battery to make sure the loading device (notebook) is working properly
    if so exchange battery pack!
    editing: found a info that the highest rated cpu is a Intel Celeron -M 380 (1.60GHz)
    Message was edited by: Al-eX

  • ITunes 10 does not detect my iPhone

    i recently upgraded to itunes 10, and i have a 1st gen iphone. after upgrading, i synced my iphone and everything went fine. soon after that, i had a totally unrelated hard disk drive failure. luckily all my data were backed up, apple replaced my hard disk, and i restored all my data. however, when i tried to connect my iphone to itunes to sync, itunes would not detect the iphone. i tried many fixes, the only one that worked was to reinstall itunes 10 (which is a pain, because you have to get rid of lots of files.) last night, after reinstalling itunes 10, i connected my iphone and itunes detected it and synced. i thought the issue was solved for good and maybe was related to the restoring of the backed up data. however, i just tried to sync again, but the problem has re-appeared. my itunes does not detect my iphone.
    the console message i get is as follows:
    9/7/10 3:56:17 PM usbmuxd[30] connect_toport (thread 0x100581000): Could not connect to USB mux port 32498 for device 2: Connection refused
    9/7/10 3:56:17 PM usbmuxd[30] MobileDeviceConnectlocked (thread 0x100581000): Could not connect to lockdown port on device bac8e3086978950d97c077103aa8996ccb56eec1.
    9/7/10 3:56:17 PM usbmuxd[30] _MobileDevicePairWorker (thread 0x100581000): Pair worker (0x0x100581000) could not connect to lockdownd: kAMDMuxConnectError
    i thought that usbmuxd is built for linux, but is it doing in itunes 10? but it must belong to it, because i also got this (i think when booting, but i am not sure):
    9/7/10 3:33:40 PM com.apple.usbmuxd[30] usbmuxd-201 built for iTunesTen on Aug 12 2010 at 17:33:03, running 64 bit
    what is going on? i don't want to reinstall the **** itunes every time i have to sync. any solution? thanks

    Here is the diagnostics test ran within iTunes (under help tap inside iTunes).
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    Dell Computer Corporation Dimension 3000
    iTunes 10.0.0.68
    QuickTime 7.6.7
    FairPlay 1.9.16
    Apple Application Support 1.3.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.2.0.47
    Apple Mobile Device Driver 1.49.0.0
    Bonjour 2.0.3.0
    Gracenote SDK 1.7.1.420
    Gracenote MusicID 1.7.1.78
    Gracenote Submit 1.7.1.106
    iTunes Serial Number BXXXXXXXXXX
    Current user is an administrator.
    The current local date and time is 2010-09-17 01:08:36.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is disabled.
    HDCP is not supported.
    Video Display Information
    Intel(R) 82865G Graphics Controller
    ** External Plug-ins Information **
    No external plug-ins installed.
    iPodService 10.0.0.68 is currently running.
    iTunesHelper 10.0.0.68 is currently running.
    Apple Mobile Device service 3.2.0.0 is currently running.
    ** Device Sync Tests **
    *No iPod, iPhone, or iPad found.*
    Please help!!!!!!

  • Re: Canon IXUS V installation - Camera connection not detected

    I have installed this driver from the Cannon website but when I connect the camera I get a message saying " Camera connection not detected" followed by an error message saying pscN109 has stopped working.
    Then a Microsoft message saying no soloution found. Can anyone help me?

    Jeffrey
    The reason I posted it on the Toshiba forum is that whilst I have downloaded the correct driver for Vista but there is a compatibilty issue between it and Vista. Microsoft don't want to know as the Vista was supplied with the computer so they said contact the computer manufacturer

Maybe you are looking for

  • Problems with Catalog Restore

    Using Photoshop Elements 6 Am trying to restore on a new computer from a computer that died. I had a backup.  The files were originally on a drive H: on the old computer. When the old drive was placed in the new computer, it was recognized as E: Did

  • Disable set as background from right click in internet explorer 8,9,10,11 by GPO in Win Serv 2008 R2

    Hi. How to disable ''set as background'' from right click in internet explorer 8,9,10,11 by GPO in Win Serv 2008 R2. People in my domain can set their background by right click in the pics on their IE, I enabled by GPO a wallpaper by default in ''Adm

  • When validate item not firing when exit with mouse

    Hi I have a when validate item tirgger on an item. it fires fine when I use tab from keyboard after validating but when i navigate to another field with the mouse, the trigger does not fire. it only fires when i try to close the window.. how can i ov

  • 2008 macbook pro beeps after installing new hard drive

    I install a new hard drive in a 2008 macbook pro and it just beeps. three quick beeps repeatedly. I cloned the new drive from my 2011 macbook pro Is anybody experience this same problem? please help thank you

  • How to set up midi network on snow leopard

    I was wondering why all tutorials i watch about setting up a core midi conection for touch osc cant seem to make it work was wondering if anyone could help?