Composer URL

Hi,
The SOA suite composer url
http://host:port/soa/composer doesnt display any dictionaries to edit.I have deployed composites which have Rules included.
Thanks,
Prabu

SOA 11.1.1.3/Business Rules: How to invoke Oracle SOA Composer without JDev
http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10228/rtdt.htm#BABEIJBE
Regards,
Anuj

Similar Messages

  • BPM composer URL

    Hi,
    Whenever I hit the following URL from remote or same machine where the servers are installed
    http://ipaddress:8001/bpm/workspace
    In the browser it becomes
    http://localhost:8001/bpm/workspace
    and due to this i am unable to connect to BPM workspace from remote machines connected in LAN.
    Also, while accessing em and weblogic console from remote machine or from same machine where the servers are installed
    http://ipaddress:8001/bpm/workspace
    doesn't change it remains the same after hitting and i am able to see console as well as em.
    This issue is with SOA composer, worklistapp and BPM workspace & BPM composer.
    Regards,
    Nitin

    The answer couldn't help us much. I will give you the steps we have followed in detail
    We have created a sample customizable BPEL process by selecting a Customizable checkbox in Jdev.
    Then,The sample BPEL process is deployed to SOA server from JDeveloper. We could see the deployed BPM process in EM console.
    Also the MDS repositories required for customization too are present in EM.
    Then We tried accessing the BPM Composer to do some customization on the sample BPEL process deployed. We are able to login to the BPM composer using "weblogic" user.
    But the composer displays only the welcome page. There are no other links enabled.
    Please let us know How to make a BPEL process customizable using BPM composer.
    Also there is an another SOA Composer. When this composer is mainly used?
    There is another BPM Workspace console. But we could not login to this using "Weblogic" user though we are able to login in EM, SOA and BPM composer.
    Why the login failed uisng "weblogic" user here?What for this console is used?

  • URL for process composer of 11g

    How do I get Process composer URL ..
    I have Jdev installed and upadted withh SOA & BPM package...
    Regrds,
    Biltu

    i am confusing a bit when i open EM throw application deployed -OracleBPMComposerRolesApp the given URL is http://WeblogicServer:8001/OracleBPMComposer and its give me
    Error 403--Forbidden but the URL http://WeblogicServer:8001/bpm/composer , i dont know reason ??

  • How to view or Edit Business Rules in SOA Composer

    HI,
    We have a requirement to use Business Rules with OSB. We have OSB 11.1.1.5 installed in Clustered environment. Installed SOA composer patch on top of OSB 11.1.1.5. I have createed and deployed the sample Business Rules WAR/SAR targeted it to Admin Server. I could able to open Business Composer URL. Though unable to see any Rules. Nothing is available in Composer. I have privilege as "Admin".
    In Server --> Deployments --> Composer war is active.
    What else I need to check to view the Business Rules in Composer! Please let me know quick remedy to overcome!
    Edited by: 945206 on Jul 10, 2012 2:51 AM

    Don't know much about SOA Composer (sorry - you've hit the BPM forum), but you should be able to see the business rules from the Oracle BPM Composer. If you've installed BPM, go to http://xx:####/bpm/composer and you'll see business rules after poking around a little. Let me know if you need more help finding them.
    Dan

  • HTTP POST Request with XML file in

    Hi @ all,
    I would like to send an HTTP Request with an XML File in the body to an SAP System
    I have the target URL and the a XML File.
    Now the question is. Is it possible to use something like the HTTP_POST FuBa to send an url post request with an xml file?
    If yes can anybody give me a hint?
    I have a php script which exactly do this coding. But to integrate it all in one system it is necessary to transform it into ABAP and call it there.
    // compose url and request and call send function
    function test($productID, $categoryID) {
         // create url
         $PIhost = "XXX.wdf.sap.corp";
         $PIport = "50080";
         $PIurl = "/sap/xi/adapter_plain";
         $PIurl .= "?sap-client=800";
         $PIurl .= "&service=XXX";
         $PIurl .= "&namespace=XXX";
         $PIurl .= "&interface=Frontend_Interface";
         $PIurl .= "&qos=EO";
         $PIurl .= "&sap-user=XXX";
         $PIurl .= "&sap-password=XXX";
         // create xml
         $request = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
         $request .="<n1:FrontendInbound_MessageType xmlns:n1=\"http://crmpiebay.com\">\n";
         $request .= "\t<FrontendInbound>\n";
         $request .= "\t\t<ProductName/>\n";
         $request .= "\t\t<ProductCategory>".$categoryID."</ProductCategory>\n";
         $request .= "\t\t<ProductID>".$productID."</ProductID>\n";
         $request .= "\t\t<MessageID/>\n";
         $request .= "\t</FrontendInbound>\n";
         $request .= "</n1:FrontendInbound_MessageType>";
         // send http request
         postToHost($PIhost, $PIport, $PIurl, $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"]."/".$_SERVER["PHP_SELF"], $request);
    // send post request to PI server
    function postToHost($host, $port, $path, $referer, $data_to_send) {
      $fp = fsockopen($host, $port);
      if($fp) {
           $res="";
           fputs($fp, "POST $path HTTP/1.1\r\n");
           fputs($fp, "Host: $host\r\n");
           fputs($fp, "Referer: $referer\r\n");
           fputs($fp, "Content-type: text/plain\r\n");
           fputs($fp, "Content-length: ". strlen($data_to_send) ."\r\n");
           fputs($fp, "Connection: close\r\n\r\n");
           fputs($fp, $data_to_send);
           while(!feof($fp)) {
               $res .= fgets($fp, 128);
           fclose($fp);
           return $res;
    Would be great if anybody could give me a hint how to solve such a HTTP Post request with XML body data.
    Thanks in advance.
    Chris
    Edited by: Christian Kuehne on Feb 26, 2009 4:32 PM

    hi friend could you please share your solution regarding this query if u got it already?

  • OBR rule migration

    Hi,
    I am planning to use OBR to define some rule.But as per requirement, business requires UI to modify the rule.
    we have version contral system, where we put all backup codebase.If we provide composer url to business in order to upgrate the rule, then corresponding backup would not be there in version contraol system. can any one suggest me what approachI should follow in order to have backup codebase in version control system if business modifies the .rules files directly from composer url in production.
    Regards,
    Amik

    Hi Amik,
    The business rules can be changed at runtime, but I would not recommend business users to change this on production. The reasons are:
    1. The rules can be complex for business owners and a mistake is easily made. This can cause a lot of problems as services respond to changing rules.
    2. You can't version control changes done immediately on production. If you allow the business to immediately update the rules on production then you will open a can of worms. The reason is how are you going to track changes done on production and prevent these from being overwritten by new deployments?
    Rules changes should be part of a strict process as part of your release management procedure. If you want to give the business users the flexibility let them first make these changes on a user/pre-production environment and make sure nothing is broken. If these changes work then export the composite from that environment. Copy the rules file to your development environment, regression test and then commit to your version control system. Then make a new release version and deploy to production.
    Hope this answers your question.
    Thanks
    Sander

  • Print frpm JDeveloper BPMN application to pdf

    I am unable to print from a BPMN application in JDeveloper.
    The error message I get is:
    Previously reported error [NPE in o.bpm.ui.peer.swing.SwingToolkit:147]
    What is an easy way to print the process map to send to subject matter experts foir review?

    I had the same issue and this is the way that worked for me
    go to the BPM Composer , say log in with the weblogic account, open the project , select the process and there is an option to print it, I had PDF Creator so I send that print to a pdf file and worked
    just in case you forgot the bpm composer url it is <ALL_THE_STUFF_YOU_KNOW>:8001/bpm/composer
    Regards
    Errol

  • Troubleshooting when restarting using third parties application ?

    HI Everyone,
    I'm having some problem when using Drive Genius 3 as example ,
    When i'm tryin to defrag my disk it says that I need to restart my computer , when i'm doing it it only close my current session instead of restarting my whole computer .
    And when i'm tryin to restart it normally with the good old : Apple - Restart . it is working fine
    Can someone explain my why when i'm using drive genius this is not working ? !
    Thanks in advance
    I'm running on an Imac with Lion
    1tb : 400gb used

    PierB wrote:
    However, one functionnality i need to implement and am stuck on is, when the user wants to read an email, clicking on said email is supposed to open the Sun Convergence client/interface. The same behavior is expected when the user wants to reply, forward or open the inbox from the portal's widget.
    My questions are the following:
    - How would I go about opening a Sun Convergence session with the user's login/password through a url for instance?You can leverage single-sign-on functionality for this. If you are using Sun Access Manager/OpenSSO with your portal interface then Convergence provides a SSO plugin for these.
    If not, you can write your own custom SSO plugin:
    http://wikis.sun.com/display/CommSuite/Writing+a+Pluggable+SSO+Module+for+Convergence
    - Once logged in, how do i open the Sun Convergence in Messaging mode (if it isn't already) ?This functionality doesn't exist. I've created a new "Request For Enhancement":
    RFE #6866720 - "Provide ability to determine startup service based on url parameter".
    A related existing RFE is :
    RFE #6550438 - "Support Compose URL".
    - Once in Messaging mode, how do i open the correct email?This functionality doesn't exist and would be complex to implement. You will need to bring this (and the other RFE's I mentioned) up with your Sun Account Manager. If you have a suitable business case then it may be implemented in a future revision of the product.
    Basically, what i'm looking to do is to control Sun Convergence through command line-type instructions rather than by using the mouse.Convergence was not designed with this requirement in mind.
    Regards,
    Shane.

  • Error after import external webservice(RFC) wsdl url to Process Composer

    Hi all,
    I try to use RFC webservice in my BPM as below:
    1. Expose RFC as webservice using CAF (import external service RFC and then create application service use this external service)
    2. Define Destination in NWA.
    3. Create a Process Composer project, and import the external webservice(RFC) wsdl file as service interface in the project.
    After importing, i get error : the port type specified for the ...binding is undefined. Check port type name and ensure it is defined.
    If i import another external service, not RFC (such as business object), there is no error.
    My system is NWCE 7.11
    Thanks in advance,
    Sinh.
    Edited by: Sinh Nguyen Van on Jul 20, 2009 8:29 AM

    Hi Bharath,
    Below is content of wsdl url and error message, thanks
    Error message:
    The 'zfm_rfc_caf_as' port type specified for the 'zfm_rfc_caf_asBinding' binding is undefined. Check the 'zfm_rfc_caf_as' port type name and ensure it is defined.
    wsdl url :
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as" xmlns:b0="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as">
      <import namespace="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as" location="http://sinhnv-lap:50000/zfm_rfc_caf_as/zfm_rfc_caf_asBeanImpl?wsdl=binding&mode=ws_policy" />
    - <service name="zfm_rfc_caf_as">
    - <port name="zfm_rfc_caf_asBindingPort" binding="b0:zfm_rfc_caf_asBinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://sinhnv-lap:50000/zfm_rfc_caf_as/zfm_rfc_caf_asBeanImpl" />
      </port>
      </service>
      </definitions>
    Edited by: Sinh Nguyen Van on Jul 22, 2009 4:18 AM

  • URL iView in Web Page Composer

    Hi,
    I have created a URL iView in the PCD and I wanted to embed this iView in the container of the Web Page Composer page.
    I have created an entry point to the PCD folder that contains the URL iView.  The PCD URL to the iView is
    http://abc.abc.net:50000/irj/servlet/prt/portal/prtmode/default/prtroot/pcd!3aportal_content!2fcontentlib!2fcommercial!2fiviews!2fcollaboration_wpc!2fiviews!2fpetroleum_tmu!2fcom.bhpb.com.gen.url_iview
    The URL iView is a simple URL iView that redirects to http://www.google.com
    When I drag and drop the URL iView to the container, I saw from the container properties that the URL to the iView is change to
    http://abc.abc.net:50000//irj/servlet/prt/portal/prtmode/default/prtroot/pcd!3aportal_content!2fcontentlib!2fcommercial!2fiviews!2fcollaboration_wpc!2fiviews!2fpetroleum_tmu!2fcom.bhpb.com.gen.url_iview
    A additional "/" has been added to behind the port 50000.  This is weird.....!!!!
    It is causing me problems as we have an IIS Proxy that does redirection reading behind the URL characters after the port 50000.
    Can anyone explain????
    Thanks.
    Mike Lee

    Hello Arun,
    See http://help.sap.com/saphelp_nw73/helpdata/en/e2/44dc299bf548578ef9830c0c1c0f0b/frameset.htm
    Regards,
    Lorcan.

  • Composing Mail auto link no longer works for URLs

    URLs typed into a new Mail message used to be auto linked while composing a new message. This feature has recently disappeared, I think with the 10.5.7 update.
    Is this a common experience?
    Is it possible that there's a corrupted preference causing this problem?
    James

    If the url link is preceded by www in the new message, it will show up in the recipient's inbox (and your sent box) as an active link. I don't recall mail.app ever creating the link while in the new message window?

  • Composing the URL to call a report to render in the Excel format - SSRS 2012

    Hi,
    I've a report that I need to call by an URL. I've composed this link, using the rs:Format=EXCEL command, but I've an error because the max number of rows is 65.536 for the current version of Excel and the extracted data are more of 150.000 rows. On the report
    server is installed Excel 2013 and so this error it seems strange: the limit of 65.536 rows refers to an older Excel version than Excel 2010.
    My idea is to pass in the URL string a client command, but rc:Format=EXCEL doesn't function.
    Any suggests to me, please?
    Thanks

    Hi pscorca,
    Per my understanding that when you export the large data report to excel by adding the commend "rs:Format=EXCEL"  in the URL, you got some error, right?
    As you mentioned that you are using the new version of excel, so the issue can be caused by the reporting service have some limitation rendering the large data report.
    Please design the report to add page break and parameters which will also avoid some limitation of the excel:
    When you add page breaks in the report. Each page break will defines a new sheet in Excel. Each sheet can handle a maximum of at least 65000 rows. Consider these limits when you set the page breaks in a report.
    For exporting to Excel, do not merge cells in a Tablix data region. In free form reports, align report items vertically. Merged cells and unaligned report items interfere with Excel functionality in the exported report.
    You have mentioned that pass "rs:Format=EXCEL" in the URL string a client command, but doesn't work, please check to make sure you add the commend after the Report URL of the report Server but not report manager.
    Pass a Report Parameter Within a URL
    More Details information for your reference:
    Troubleshooting Reports: Report Performance
    If your problem still exists, I would like you post us the error message you got to help us better analysis about the issue.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Does anyone know the URL to open the compose page on icloud mail? I need it to make icloud the default mail program of Firefox.

    Does anyone know the URL to open the compose page on icloud mail? I need it to make icloud the default mail program of Firefox.

    Hi, how are you seeing these eMails if the account is removed?

  • Hi what is the url for visul composer help me

    hi firends
    i am new to nws adminstration can any one help me to my question ?(url for visul composer) and if any paths are located in nws  system  plz give the path
    thank u
    ravi

    Hi Ravi,
    As such there is no path for directly opening Visual Composer from the Netweaver system (I suppose this is what you mean by the acronym nws). Visual Composer can only be opened by the URL as given by Rahul:
    http://<hostname>:<port>/VC
    Bye
    Ankur

  • When composing an e-mail in Hotmail, if I copy and paste a URL, it is not clickable like it would be in IE

    When copying and pasting a link, it is not clickable (see below)
    http://www.google.com/

    Just above the text area that you use to enter the message text on the "Compose New Mail page" there is usually a button bar with buttons to add text formatting like Bold and Italic.<br />
    That toolbar may also have a button to turn a text link into a clickable hyperlink (look for a chain like button).<br />
    You can select the text and click that button to turn the link into a clickable hyperlink.<br />
    If you can't find the button then hover them all to check the tooltip of each (e.g. Insert hyperlink).<br />
    * Make Link - https://addons.mozilla.org/firefox/addon/make-link/

Maybe you are looking for

  • Best practice to develop the news web part to retrieve news data across the farms

    Hi, We have developed the News Web part. The functionality  it pulls the news from other SharePoint Farms and display it in the site. Currently we are using secure store service to  to connect to different FARM to retrieve the news from that FARM. Th

  • Multiple selection - VBA

    Hello All, first of all, I hope that my English will be understandable. Description: I must create a report for sales orders by planned deliver date. Most of info what I need are in VBAP, but there is no delivery date there, only in VBAK. I download

  • Characters display as rectangles in some fields

    On a few web sites, some of the words/sentences are displayed with all characters replaced by small rectangles. If copied and pasted into a word document they display correctly. eg. "Thanks for visiting our Web Site" appears in the website as a row o

  • Iterating through available virtual servers...

    Hello, I am writing a NSAPI filter on Sun ONE Web Server 6.1. Can someone point me to the docs that describe how one could programmatically iterate through all the virtual servers/sites, associated port numbers, etc., using Sun's C/C++ API? Thanks!

  • How to convert Numbers files to pdf

    Hi.  I have a large number of Numbers documents I want to give to my book-keeper.  She doesn't use a Mac, so she can't use Numbers files.  I want to convert them to PDF so she can view them.  I've been converting them manually.  This is what I do: 1)