can we use service legend to dynamically call business service in OSB

My requirement is: contact service issue. moments of for - each loop in OSB. Node road that we cannot use in the foreach loop.

can we use service legend to call business several times? and how can we pass endpoint url to business service using the legend of service.

Please help me.

Yes you can use routing options to override the legend service endpoint url. See

http://docs.Oracle.com/CD/E23943_01/admin.1111/e15867/proxy_actions.htm#i1315299

The action of routing Options can be used when the context variable $outbound is valid. It can be added to the following actions:

  • Publish
  • Dynamic publishing
  • Publish the Table
  • Legend of service
  • Routing
  • Dynamic routing
  • Routing table

Tags: Fusion Middleware

Similar Questions

  • Case function can be used as a parameter when calling a procedure, please advise...

    Case function can be used as a parameter when calling a procedure, please notify

    The daily procedure is called with the parameter 3 following one of the parameters using a function box between them as shown below.

    Daily_Ins (c1.p_mtrid, c1.p_UOM CASE WHEN "KWH" THEN 1 ELSIF 'KW' THEN 2 END, v_dateHold);

    In my opinion, using decode is illegal, so I think that I cannot say something like :

    Daily_Ins (c1.p_mtrid, ( decode c1.p_UOM, "KWH", 1 'KW', 2), v_dateHold);

    I think I just found something on the net

    SQL > DECLARE

    2 wages NUMBER: = 20000;

    3 employee_id NUMBER: 36325 =;

    4

    5 PROCEDURE give_bonus (emp_id in NUMBER, bonus_amt number) IS

    6 BEGIN

    7 DBMS_OUTPUT. Put_line (emp_id);

    8 DBMS_OUTPUT. Put_line (bonus_amt);

    9 END;

    10

    BEGIN 11

    12 give_bonus (employe_id,

    13 CASES

    14 salary when > = 10000 AND salary<=20000 then="">

    15. WHAT salary > 20000 AND salary<= 40000="" then="">

    16. WHAT > 40000 salary THEN 500

    17 0 OTHERWISE

    18 END);

    END 19;

    20.

    PL/SQL procedure successfully completed.

  • I can't use my options of dynamic links to Adobe first CC for Adobe After Effects CS5 is because the versions are different?

    I can't use my options of dynamic links to Adobe first CC for Adobe After Effects CS5 is because the versions are different? I have to use first Cs5?

    Hi Samuel,.

    Yes, usable only between the same dynamic link versions products. You can complete rditing and export a first Pro CC and take it to After Effects for further editing, but dynamic linking is not possible in this case.

    Using After Effects | Dynamics and After Effects links

    Vinay

  • can I use service Pack3 with Augsburg cloud

    can I use service Pack3 with Augsburg cloud

    With a few exceptions, you need Windows 7 or 8 to use the Creative Cloud software.

    See Tech CC for more details:

    http://www.Adobe.com/products/creativecloud/tech-specs.html

    If you do not have the min requirements for CC, you can probably use (also available on the cloud) CS6.

    Nancy O.

  • The use of reflectors to dynamically call objects

    Hello

    I have a class that has two methods and each method takes two parameters (method 1 takes entire / 2nd takes Double) and returns and integer. I would like to call these methods using Java.Reflectors, so I could do the instantiations of the dynamics and the method call.

    I generated a class as shown experimental test harness below...

    *========================================================*
    public static void main(String[] args) {
            try {
                // Getting a Class available in the Pachage to Class Instance
                Class cls = Class.forName("testreflection.ClassMethods");
                
                // Instance of Current Class
                Main o_Obj = new Main();
                
                // Get the declared methods in the Class instand "cls"
                Method[] m_Methods = cls.getDeclaredMethods();
                            
                for(int i=0; i<m_Methods.length; i++){
    
                    // Obtain the parameter types of each method
                    Type[] typ_MethodParameterTypes = m_Methods.getGenericParameterTypes();

    // Int array for Random Integer inputs as Parameters
    int[] i_Prameter = new int[typ_MethodParameterTypes.length];
    Random r_RandomInt = new Random();

    for(int j=0; j<typ_MethodParameterTypes.length;j++){
    // Just Display the Input Type
    System.out.println(typ_MethodParameterTypes[j].toString());

    i_Prameter[j]=r_RandomInt.nextInt();
    //Display the Input value to the above type
    System.out.println(i_Prameter[j]);
    }
    // Trying to invke the 1st Method in the Mehtod array
    m_Methods[0].invoke(o_Obj, i_Prameter);
    }
    } catch (IllegalArgumentException ex) {
    Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
    } catch (InvocationTargetException ex) {
    Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
    //} catch (InstantiationException ex) {
    Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
    } catch (IllegalAccessException ex) {
    Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
    } catch (ClassNotFoundException ex) {
    Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
    }

    }
    *==============================================================*
    
    
     THen I am getting the following error.... Can any one help me...
    
    
    int
    -1680302169
    int
    -1149051431
    Mar 30, 2011 11:02:53 AM testreflection.Main main
    SEVERE: null
    java.lang.IllegalArgumentException: object is not an instance of declaring class
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at testreflection.Main.main(Main.java:52)
    
    Edited by: EJP on 30/03/2011 12:17: added the code tags. Please use them.
    
    Edited by: JLearner on Mar 29, 2011 6:18 PM
    
    Edited by: JLearner on Mar 29, 2011 6:20 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    m_Methods [0] .invoke (obj, i_Prameter);

    m_Methods [0] .invoke (obj (Object []) i_Prameter);

    Complicated to explain why a beginner.

    As Kayaman, I'm curious to know the assumptions and no error check here.

  • How is - can someone use my phone number girls call me?

    The other day I received 3 different calls that all of my girls phone number. I couldn't hear anything else first and then the 2nd and 3rd calls I heard children in the background. My first thought was that children played on his phone. Then, I received a facetime from him. When I answered the facetime call, I heard... "" Oh my gosh it works. ' and they hung up again. " So I facetimed my number back girls and responded to this girl that I have ever seen. She was probably in grade 8 or 9 and there were children laughing at him in the background. I could tell they were in school. She would not say a lot to me and then just hung on me. After that when I tried to call my daughter there was no response. So I called AT & T and they said that children have an application on their phone to do this kind of thing. So I hung up AT & T and sent him a text message telling him to stop. Then I get a text from her mother and they live downstate me!. Does anyone know how she did it? I want to assure you that my daughter knows what to look for on the phones of his children. Scared the bejeebies out of me.

    Stole the phone of your daughter?

  • Can I use my Portege R500-121 3 G for GSM calls

    Hello

    I have TOSHIBA Portege R500-121 3 G.

    Can I use my TOSHIBA for GSM calls and if SO what software do I need?

    Thank you

    Hello

    No, you can t make GSM calls.
    You can only use it for a data transfer.

    If you want to make a call, you need an internet connection and could use a software like Skype for example.

  • Re-use of dynamically called code of target in real-time on PC

    I have a code that is deployed on a target in real time what I call dynamically. I also want to use the same code dynamically on a PC in the same project.

    This works very well when you run interpreted code in form. However, I can't add the dynamic called VI to build on my PC specification if the VI is under the aim of RT in the project. I can only include it in the build specification that is in conjunction with the software to the target of the RT.

    How can I use this VI dynamically in the ad for the construction specifications and places without having two copies of it?

    I actually found a way using a static reference of vi:

    Rather than providing a path to the file of the 'open' vi reference, simply load the VI statically and I then enter its name to open an instance, re-entering. This approach has the advantage of process Dynamics called VI as if it was dropped on the block diagram - I don't have to explicitly include the vi file in the build specification.

  • I use windows XP service pack 3 and I can't connect to the internet on your laptop even if I can connect using my other devices.

    I have tried everything I can think of nothing doesn't. The strange thing is that it connects as usual and I can even use Skype and download updates, but I can't surf the net. I can't understand. I have tried ipconfig release and then renew, repairs of stack TCP/IP, Winsock reset and the use of different browsers. I ran the XP connection troubleshooting tool and received the following message, that this is probably caused by your firewall settings

    "check the settings of the firewall for the HTTP port (80), HTTPS (443) AND ftp PORT (21) port.

    The problem is that I can't change my firewall settings that I can not start the firewall and get this error message every time I try

    Cannot start the service Windows Firewall/Internet Connection Sharing (ICS) on the Local computer.
    Error 0 x 80004015: the class is configured to run as a different caller's security id

    I downloaded the hotfix from microsoft, but it made no difference unfortunately.

    I use AVG 2011 antivirus protection. I tried connecting via the wireless and wired. I did ipconfig and tried to rattle of my other devices and my router and everything seems normal because they can communicate with each other. See below.

    Microsoft Windows XP [Version 5.1.2600]

    Copyright (C) 1985-2001 Microsoft Corp.

    C:\Documents and Settings\Administrateur > ipconfig

    Windows IP configuration

    Ethernet wireless network connection card:

    The connection-specific DNS suffix. : gateway.2wire.net

    IP address...: 192.168.1.72

    ... Subnet mask: 255.255.255.0.

    ... Default gateway. : 192.168.1.254

    C:\Documents and Settings\Administrateur > ping 127.0.0.1

    Ping 127.0.0.1 with 32 bytes of data:

    Reply from 127.0.0.1: bytes = 32 time<1ms ttl="">

    Reply from 127.0.0.1: bytes = 32 time<1ms ttl="">

    Reply from 127.0.0.1: bytes = 32 time<1ms ttl="">

    Reply from 127.0.0.1: bytes = 32 time<1ms ttl="">

    Ping statistics for 127.0.0.1:

    Packets: Sent = 4, received = 4, lost = 0 (0% loss),

    Time approximate round trip in milli-seconds:

    Minimum = 0ms, Maximum = 0ms, average = 0ms

    C:\Documents and Settings\Administrateur > ping 192.168.1.72

    Ping 192.168.1.72 with 32 bytes of data:

    Response to 192.168.1.72: bytes = 32 time<1ms ttl="">

    Response to 192.168.1.72: bytes = 32 time<1ms ttl="">

    Response to 192.168.1.72: bytes = 32 time<1ms ttl="">

    Response to 192.168.1.72: bytes = 32 time<1ms ttl="">

    Ping statistics for 192.168.1.72:

    Packets: Sent = 4, received = 4, lost = 0 (0% loss),

    Time approximate round trip in milli-seconds:

    Minimum = 0ms, Maximum = 0ms, average = 0ms

    C:\Documents and Settings\Administrateur > ping 192.168.1.254

    Ping 192.168.1.254 with 32 bytes of data:

    Request timed out.

    Response from 192.168.1.254: bytes = 32 time = 2ms TTL = 255

    Response from 192.168.1.254: bytes = 32 time = 4 ms TTL = 255

    Response from 192.168.1.254: bytes = 32 time = 1ms TTL = 255

    Ping statistics for 192.168.1.254:

    Packets: Sent = 4, received = 3, Lost = 1 (25% loss),

    Time approximate round trip in milli-seconds:

    Minimum = 1ms, Maximum = 4ms, average = 2ms

    C:\Documents and Settings\Administrateur > ping 192.168.1.70

    192.168.1.70 ping with 32 bytes of data:

    Response of 192.168.1.70: bytes = 32 time = 2ms TTL = 128

    Response of 192.168.1.70: bytes = 32 time = 94ms TTL = 128

    Response of 192.168.1.70: bytes = 32 time = 8ms TTL = 128

    Response of 192.168.1.70: bytes = 32 time = 13th month TTL = 128

    Ping statistics for 192.168.1.70:

    Packets: Sent = 4, received = 4, lost = 0 (0% loss),

    Time approximate round trip in milli-seconds:

    Minimum = 2ms, Maximum = 94ms, average = 29ms

    C:\Documents and Settings\Administrateur > ping 192.168.1.254

    Ping 192.168.1.254 with 32 bytes of data:

    Response from 192.168.1.254: bytes = 32 time = 1ms TTL = 255

    Response from 192.168.1.254: bytes = 32 time = 2ms TTL = 255

    Response from 192.168.1.254: bytes = 32 time = 3ms TTL = 255

    Response from 192.168.1.254: bytes = 32 time = 3ms TTL = 255

    Ping statistics for 192.168.1.254:

    Packets: Sent = 4, received = 4, lost = 0 (0% loss),

    Time approximate round trip in milli-seconds:

    Minimum = 1ms, Maximum = 3ms, average = 2ms

    C:\Documents and Settings\Administrateur >

    I worked on it for 2 days straight trying to find a solution and this is my last resort. I really hope that someone can help me because I even tried technicians internet ATT who couldn't help me. There must be a solution out there. I must be missing something. It must be a software problem or something simple. Help!

    Hello

    You can check this link:

    http://support.Microsoft.com/kb/920074

    Note:

    It implies also on Windows XP SP3

  • Hello from Firefox can be used for three or more way call or is it only from person to person?

    Hello from Firefox can be used for three or more way call or is it only from person to person?

    Hi awilcox Hello firefox time can only be used for a direct conversation between two people.

  • How can I use my PC speakers to hear my phone iphone 6s calls?

    How can I use my PC speakers to hear my phone iPhone 6s calls?

    If your 'PC' was a Mac, you can use the continuity.  But if your PC is a Windows PC, you're out of luck.

    Continuity allows you to connect your iPhone, iPad, iPod touch and Mac - Apple Support

  • I use iphone 5 s updated to 9.2, but I can not use the network and call :( Please help me

    I use iphone 5 s updated to 9.2, but I can't use the network and call someone help me please

    What happens when you try to use the network?

  • How can I use IPhone voice call/answer (hands-free)

    is there an option on the IPhone s 6 - via a parameter, app, Bluetooth device or combination that will allow me to answer phone with my voice only-no hands in question?  I was watching some Bluetooth headphones that give and take in the sound as a microphone with no hand movements.  I used one hand and while I'm driving because I can't make outgoing or accept incoming calls, my one hand must always be on the wheel, unless I'm at a stoplight.  Idk if anyone knows a solution for the use of Siri without pressing and holding the home button (a still on Siri who would respond to a prompt of Siri, Siri or call - answering the call.  Anyone has a solution to my problem?  Thanks for the time to answer.

    6 s voice Siri iPhone activated, by saying "Hey Siri" for him is allow to:

    Settings > General > Siri > allow "Hey Siri" > conduct of vocal training.

  • Can I use an adapter of lightning and HDMI with my iPhone cable and connect it to my TV without messing up my AT &amp; T U-verse services?

    Can I use an adapter of lightning and HDMI with my iPhone cable and connect it to my TV without messing up my services AT & T U-Verse?

    Why have something to do with your Uverse services?

  • services licensing Terminal Server in windows 2008 can be used on windows 2008 r2

    I bought windows 2008 standard terminal service license (unit 5) a few years ago. I wonder if I reinstall the server with windows 2008 r2 foundation, I will be able to use/install the same license key?

    I bought windows 2008 standard terminal service license (unit 5) a few years ago. I wonder if I reinstall the server with windows 2008 r2 foundation, I will be able to use/install the same license key?

    'CAL FAQ
    Q: can customers use a Windows Server 2008 CAL to access a license for Windows Server 2008 R2?
    A: Yes. A CAL, Windows Server 2008 can be used to access Windows Server 2008 R2. »

    page 13 of the pdf
    http://download.Microsoft.com/download/0/D/9/0D9DDF52-A855-487B-9B74-5A09A9389551/Windows%20Server%20system%20Center%20and%20Forefront%20Pricing%20and%20Licensing%20Guide.PDF
    If you need additional details post under http://social.technet.microsoft.com/Forums/windowsserver/en-US/home

    It is dedicated to server stuff

Maybe you are looking for

  • delete difficult files?

    I have my MacBook Pro (retina, 15 inches, end 2013) I can't delete files.  They were created in the form of archive Machine local time when the regular destination was not available. When I discovered them I tried to move to the trash and empty.  The

  • Satellite M35x-s349 - DVD-ROM drive read not

    I have a Satellite M35x-s349. I got it around late 2004. He has had this problem for a few months and I had submitted to not being able to read or write cd / dvd because I couldn't find my recovery disks. When the computer was planted I renewed my ef

  • Windows Explorer does not load at startup

    I tried fixes registry, removing hardware and software keys, start safe mode, sfc/scannow to replace windows files, system to several restorations, virus scans with AVG and ESET (I removed ESET later as I learned two could lead to conflicts, but alwa

  • Wireless IP addresses appear as source on cable network address.

    If a computer is connected to a wireless network with a pattern of us IP address will tell 192.168.1.0/24 and also then connects to a wired network with a different IP address scheme we will say 192.168.2.0/24 will be the traffic on the cable network

  • When I try to print my pictures I click on print and get windows Explorer not working what is wrong

    I restart the Explorer of windows message, and then the same thing starts once again we just go round in circles