Dynamic Setting of URL in Proxy for binary content in OSB

I have three external links (to three different images) and external applications change them quite frequently.
I want to build a proxy service where I should get the dynamic URL as parameter and this proxy should hit that URL to get the images. This proxy service should return these images as binary content.
So this proxy service will be a routing service for different images coming from external web applications. I would like to know how can I get the content from a dynamic URL (not a fixed one)?
I cannot use business service because I have to set the URL at run time.
I will appreciate a prompt response.
Thanks

Use BS and in the request action use a Routing Options action http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/ui_ref.htm#i1290930
Routing option allows you to change the URI of BS as per your runtime need.
Manoj

Similar Messages

  • How to set 3rd Party Reverse Proxy for smp 3.0 ?

    Hi am new to SMP 3.0 . Please help me out .

    hi am fallowing the steps in SyBooks Online for reverse proxy settings.
    I added the below proxy settings in Apache2.2\conf\httpd.conf .
    Listen 8080
      <VirtualHost *:8080>
            ServerName proxy-server   
              ErrorLog "C:/Apache2.2/logs/error.log"
              TransferLog "C:/Apache2.2/logs/access.log"
                 <Location />
                  ProxyPass http://172.22.26.199:8080/
                  ProxyPassReverse http://172.22.26.199:8080/
      </Location>
        </VirtualHost>  
    After adding this proxy setting am unable to run apche server am getting error like "The requested operation has failed  " . How to resolve this error ?

  • Dynamically set database url using tomcat jndi

    By using Tomcat JNDI, database url information needs to be hardcoded in server.xml file according to the documentation. Is there a way to change the URL information in the code dynamically if necessary?
    And also we need multiple connection pools and the connection information about those pools are only known during run time. So the TOMCAT JNDI is still the right way to go???
    By the way, does anybody ever use tomcat DBCP package to get datasource and set url dynamically?
    Thanks in advance.

    By using Tomcat JNDI, database url information needs
    to be hardcoded in server.xml file according to the
    documentation. Is there a way to change the URL
    information in the code dynamically if necessary?
    Not that I know of.
    And also we need multiple connection pools and the
    connection information about those pools are only
    known during run time. So the TOMCAT JNDI is still the
    right way to go???
    I think so. Since it's just a JDNI lookup, perhaps you can set up multiple data sources and decide on the lookup name at the last minute, depending on circumstances. That might work. I haven't tried it myself. - MOD
    By the way, does anybody ever use tomcat DBCP package
    to get datasource and set url dynamically?
    Thanks in advance.

  • Dynamic Web Service URL

    I'm using a .Net based web service to fetch data. The exported XCelsius will be deployed on the customer's environment along with the web service. In that case, the SWF file should connect to web service deployed on my customer site. But, it looks for the hard coded path of the web service. In XCelsius designer, there is no option to pick the web service URL from a cell, as available in the "XML data" button. Is there any other way to pass on the Web Service URL dynamically to the SWF file. Please note, I may use more that one web service connectors in my SWF file.

    With regards to the Web Service Connector in CX, you can dynamically set the URL/end point path of the Web Service if you have installed the latest hotfix of CX:
    http://support.businessobjects.com/communityCS/FilesAndUpdates/crystal_xcelsius_4.5_hotfix.zip.asp
    After, you will see in the properties of the Web Service Connector by tying it to a cell in the speadsheet.

  • Dynamically loading the url of a web reference object in C#

    Hi,
    We have a number of assemblies (C# - VS 2010) that access third party web services via SOAP.  The url to access the site is part of the web reference object.
    We have need to be able to change the url used to access the service at run runtime when conditions require.
    What would the be the best practice of dynamically setting the url to be used at run time?
    Thanks in advance.
    SanDegan99

    You could specify the URLs as keys in the application configuration file (App.config or web.config) of the main application:
    https://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.appsettings(v=vs.110).aspx
    https://msdn.microsoft.com/en-us/library/aa374182(v=vs.85).aspx
    App.config:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
    <appSettings>
    <add key="url1" value="http://www.url.com/test.asmx"/>
    </appSettings>
    </configuration>
    You can then retrieve these values using the ConfigurationManager class in any assembly that is referenced from the main application like this (add a reference to System.Configuration.dll):
    string url = System.Configuration.ConfigurationManager.AppSettings["url1"].ToString();
    You can change the values of the keys in the application configuration file without having to recompile the application.
    The other option is to specify the URLs in a database or some other persistent storage from which you read at runtime but configuration files are generally used to store these kind of variable application settings.
    Please remember to mark helpful posts as answer to close your threads and remember that any new question you may have should be asked in a new thread of its own.

  • How to dynamically set column name in Answers

    Hi.
    How to dynamically set column name in Answers, for example I want to put presentation variable in column header. Is this possible?
    Regards,
    Goran Ocko
    http://108obiee.blogspot.com/

    May be a rude way .. but it works.
    Add narrative view and use Java script to change the column headings based on the variables.
    <script language="javascript" type="text/javascript">
    var a = document.getElementById('idResultsTableParent');
    var rows= a.getElementsByTagName('tr');
    rows[1].cells[1].innerText ="@{Presentation Variable}";
    </script>
    Editing the same post to remove irrelevant information.
    - Girish

  • How could I set the proxy settings for just some URLs and not for all?

    Hello,
    I am using HttpURLConnection to establish a HTTP connection . The connection pass through a proxy, and it requires security.
    I know that I can set the proxy settings in the system properties, and this works perfect.
    But I don't want to set the proxy settings in the system properties, because this proxy settings will be for ALL the URLs, and I just want for a few URLs.
    How could I set the proxy settings for just some URLs and not for all?
    Thanks

    java.net.URL.openConnection(java.net.Proxy proxy)
    @since 1.5

  • Is there a way to set a url for a link button?

    hey guys, so im trying to set a url link to a dynamic button im creating using actionscript...
    so far i know that you can do
    <linkbutton .....
         click="navigateToURL(new URLRequest('http://yahoo.com/downloadpdf.pdf', 'quote')" />
    but when i create my button in actionscript i dont see an option for click anywhere...
    the code i have is
                        var newButton:customLinkButton = new customLinkButton();
                        newButton.label = item.@name;
                        newButton.tabId = item.@tab;
                        newButton.changeTo = item.@changeTo;
                        newButton.x = item.@posX;
                        newButton.y = item.@posY;
                        newButton.setStyle("skin", null);
                        newButton.styleName = "dynamicButtonStyle";
                        if(newButton.changeTo == "downloadFile"){
                        newButton.addEventListener(MouseEvent.MOUSE_DOWN, customButtonPressed);
                        dynamicButtons.addElement(newButton);
    i've tried doing newButton.click but that dosent work...
    i also tried doing newButton.setStyle("click", "navigateToUrl.........")  but with no result...
    i just need to set this button so when i click on it, it will show that download pdf file from link box.....
    any ideas??

    http://www.adobe.com/devnet/actionscript/articles/event_handling_as3_03.html
    Basically just use addEventListener(MouseEvent.CLICK, someFunction); (exactly the same as how you did for mouseDown event) and then call the navigateToURL() method from the customButtonPressed method.
    Peter

  • Setting apache reverse proxy for EP6SP2

    Hi friends,
    I want to set apache reverse proxy for EP6SP2. But after doing the following changes, it is showing the SAP J2EE Engine documentation page.
    The following changes has been dont to httpd.conf:
    NameVirtualHost 1.1.1.1:80
    <VirtualHost 1.1.1.1:80>
      ProxyRequests Off
      ServerName ep6.xyz.com
      ProxyPreserveHost On
      proxyPass        /  http://ep6.xyz.com:50000/
      proxyPassReverse /  http://ep6.xyz.com:50000/
      ErrorLog logs/base.80.error.log
      CustomLog logs/base.80.custom.log common
    </VirtualHost>
    Help needed.
    Regards,
    Nilz

    Hi,
    I have a problem with my proxy:
    ssl.conf.in like
    ProxyPass /irj http://debmsu06.server.###.de:50300/irj
    ProxyPassReverse /irj http://debmsu06.server.###.de:50300/irj
    RewriteRule ^/$ /irj/portal [R]
    If I use URL:
    https://bebuyer.###.de/ goto https://bebuyer.###.de/irj/portal
    but if I use
    https://bebuyer.###.de/irj/
    I get the info:
    https://bebuyer.###.de/irj/HTTPS:/bebuyer.###.de:443/irj/index.html
    What is happened? How I can redirect to /irj/portal?
    Of course I can use
    http://debmsu06.server.###.de:50300/irj/
    Could you please give me some tips?
    Best Thanks!
    Heren Zhou

  • Set Destination URL Dynamically

    Hi,
    I have to set Destination URL Dynamically.
    return.setDestination("OA.jsp?page=/oracle/apps/pa/project/webui/HomePG");
    if(pageContext.getParameter("Return")!=null)
    But when i clk on btn Im nt able to navigate to home page.
    If i use pagecontext.SetforwardURL() for Return button The page URL cant be changed it remains the same page url instead of Home page URL, but page is navigating to Home page.
    Plz help me...
    Thanks
    Nani:)

    Hi,
    For the simple button also you can check in processformRequest if it has been clicked or not..
    This way...
    OAButtonBean button = (OAButtonBean)createWebBean(pageContext,OAWebBeanConstants.BUTTON_BEAN, null, "BUTTON");
    button.setText("Test Button");
    btn.setFireActionForSubmit("navigate",null,null,false,false);
    webBean.addIndexedChild(button);
    then when you click on this button then an event will occur which you can check in processformrequest
    String event = pageContext.getParameter("event");
    if("navigate".equals(event))
    navigate to the desired page using pageContext.setForwardurl()
    Thanks,
    Gaurav

  • Error while creating a deployable proxy for a URL in NWDS

    Hi ,
    There is a requirement for calling a webservice in the .NET platform from JAVA using NWDS. The webservice of the server is pinged using the URL of the webservice. when the URL is passed in the WS navigator of CRD ( that is Development Server) ,  the response is retreived successfully .  The version of NWDS is 7.0.23.
    we are facing problem when we are trying to create a Deployable proxy in NWDS by using the following steps :
    1) Create a Development Component
    2) Select the Deployable Proxy
    3) Create the Client Proxy Defintion of the created DC
    At step 3 , when we giving the url or WSDL link  like "http:// www3.authoring.syngenta/newswebservice.asmx?WSDL" (this is just for example) , it is showing as "Invalid wsdl or wsdl not found " . so  that we are not able to procees further.
    When we are trying to create proxy the for the WSDL link like " http:// www.authoring.syngenta/newswebservice.asmx?WSDL" , we are able to create successfully.
    can anyone suggest why we are able to create the proxy for the URL "http:// www.authoring.syngenta/newswebservice.asmx?WSDL" and not for the other URL.
    Any pointers or suggestions are very helpful.
    Thanks and Regards,
    Sreedevi

    Late response I know, but I have solved a similar problem recently and thought I would share.
    Firstly, the problem is not with the namespace. The "Namespace ..." part is just stating the namespace the "Incorrect Value" has. So this error is complaining about the value "Unknown" - which isn't very helpful.
    It appears the SAP SE80 importer does not like elements like the following because it can't understand <s:element ref="s:schema" />. It appears this is a common thing to be included in .NET generated WSDLs.
     <s:element minOccurs="0" maxOccurs="1" name="GetCursDynamicResult">      <s:complexType>          <s:sequence>               <s:element ref="s:schema" />               <s:any />          </s:sequence>     </s:complexType></s:element> 
    SAP will also not like this example as it does not support mixed content (see: http://www.w3schools.com/schema/schema_complex_mixed.asp)
    <s:element minOccurs="0" maxOccurs="1" name="SaldoXMLResult">
         <s:complexType mixed="true">
              <s:sequence>
                   <s:any />
              </s:sequence>
         </s:complexType>
    </s:element>
    You can "Fix" the problem in both cases by removing the offending text in a local copy of the WSDL file so remove line 4 in the first example and change line 2 in the second to <s:complexType> the proxy can then be generated. No idea if the resulting service will be fully operational though!

  • How to set up proxy for only some of all my accounts?

    I have two accounts A and B set up in my thunderbird. Now I'm going to connect to server A through a proxy while directly connecting to server B by just clicking the get new messages button. Is there a way to do that?

    You can set up an iTunes account for each of your kids without providing a credit card. Instead use gift cards or set up an allowance. For detailed info see: iTunes Gift Options
    Also make sure to check the Parental Control preferences in iTunes (iTunes: Using Parental Controls) and on each iPod (iPhone, iPad, and iPod touch: Understanding Restrictions).
    Alexander
    Message was edited by: narya

  • I want to install CCPL ,but it is not taking PAC file proxy.So please suggest an alternate way to set proxy for this exe file..

    I want to install CCPL ,but it is not taking PAC file proxy.So please suggest an alternate way to set proxy for this exe file..

    That file might have moved to a different location on the server. I think you'll need to check with RefWorks support or your local IT department on why the install page links do not work.

  • How to set proxy for mail with Gmail account

    Hi, I'm using mail and set up a Gmail pop account. My mac is behind a proxy, say 192.168.0.1:808. I set the system http and https with the above address and can browse the internet with safari. But the mail app cannot receive or send any mails from the google pop/smtp server. Do you know how I can set the proxy for mail so that it can send and receive mail? Thank you very much!

    I solved this problem myself by using an app called proxifier. It's a tunneling tool I guess.

  • How to set proxy for 3G connection?

    Can anyone tell me where to set proxy for 3G connection?
    I think I've checked every section in Settings but failed to find anything.
    Thanks for your info.

    It's part of the cellular settings, and is usually set up by your 3G provider. You can't choose your own proxy server

Maybe you are looking for

  • How can I sync my iPod touch calendar with my iPod using wifi?  Everything else sync but but the calendar.

    For some reason my iPad2 calendar doesn't sync with my iPod touch.  iOS is up to date on both devices and everything else syncs.  I have read the manual about syncing, tried syncing via iTunes and have wifi on but neither work. I have cloud set for m

  • IPod no longer charges

    After the unfortunate decision of updaing to 7.0 and the 1.2 firmware upgrade, my iPod was a brick for about two weeks. I stumbled upon a potential solution: download itunes 6 and the previous firmware update for my iPod, and all was going smoothly,

  • Thorough Chart Designer documentation available? (and/or a question answered)

    Today I found out about Chart Designer from Ray Camden's web site. I'm trying to get myself up to speed quickly for a project I'm trying to complete and I'm looking for any more thorough documentation than is found through the PDF that is available w

  • Generic extraction for FI_AR

    Hello Bi Gurus, Data source:0FI_AR_6 Source Table: KNC1. I want to extract data from KNC1 table - Instead of using 0FI_AR_6 data source.What are steps i need to follow for Generic extraction? What are delta modes i should be using? What are the setti

  • Language question - static

    I need a little information on the keyword static to be sure if my idea might work. One of my classes ( call it View ) uses another class called Connector, this class is used to get information from the database. Currently I pass an instance of the C