URGENT: How to Configure Ruote to Business Service that invokes 2 methods

Hi,
I am using ALSB 2.6.
Currently I am working on a project, in which i have to configure business service and proxy service.
Now the problem which i am facing is the following :-
I'm trying to configure my Proxy service to route to 1 Business Service which in turn invokes 2 methods.
I want to know how can i configure this route to business service that invokes 2 methods.
Right now, to execute/ invoke any of the method i need to invoke each method by changing manually in the rotuing flow.
Can any one tell me how can i configure both the methods for the same business service in a single rotuing flow only.
Presently i am configuring it in this way:
Route to BUSINESSSERVICE invoking METHOD1.
At the place of method 1 theres a drop box from where you select the desired method.
I want to know how to configure both the methods in single rotuing flow so that it invokes the desired method without manually editing it each time.
What is the best solution to this problem? I would very much appreciate any help on this!
Regards,
Samir

Hi,
You can create a pipeline pair, add one (or more stages), and inside of the stage, invoke the a service callout to your business service.
Regards,
Fabio Douek.
Regards,
Fabio Douek

Similar Messages

  • Is it possible to configure IDOC with Business service

    hi
    Is it possible to configure IDOC with Business Service
                          Thanking you....
                                                                         aravind...........
    <Interview question locked, please read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]>
    Edited by: Mike Pokraka on Sep 18, 2008 9:25 AM

    Hi Chary,
    Check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539
    Regards
    Seshagiri

  • How can I detect in Business HTML that the app was called from portal?

    How can I detect in Business HTML that the app was called from portal?
    I need to distinguish whether the application was called from portal (URL iView) or by using an URL outside of portal.
    So what I'm looking for is a variable or function that can be used like this:
    `if (~within_portal==1)`
      do this if called from portal
    `else;`
      do that if not called from portal
    `end;`
    For example, can I check in the program that there is a SSO2 cookie from the portal?
    I'm using Integrated ITS in Basis 700.

    Here is the trick:
      if (sapwp_active=="1")
        in portal
      else
        without portal
      end;

  • How to use a existing Business Service in IDoc-File Scenario

    Hi Experts,
    I am new to XI.
    I am working on a IDoc to File scenario where in i am importing the CREMAS.CREMAS03 IDoc from the R/3 System.
    When i try to create a Business Service in Configuration Scenario Object in Integartion Directory, i get a message saying "SAP system ID ER1 and client 800 already exist in service | CLNT800ER1".
    Can i reuse this Business Servie in my Configuration Object?
    If yes, can you please guide me How to go about it?
    Thanks for the effort.
    Cheers
    Gaurav Raghav

    U may directly use it.
    Just select the business service wherever required. It is not necessary that the Business Service is present in ur configuration scenario. But if u still want it, u may add it using "Add to Scenario" option from other configuration scenario or from Objects tab
    Regards,
    Prateek

  • How to enable cache on Business service having protocol other than JCA

    Hi all,
    In my use case I should use cache on my business service which uses Http as its transport protocol.
    when I try to use the cache on http business service I am unable to use the cache functionality.
    When I try to use the cache on JCA business service I am able to use it. Please help me in finding the
    ways in which I can enable cache functionality on the business service which uses the other protocols.
    Thanks,
    Phanindra.

    Caching in Business Service should work fine on HTTP transport as well. What all configurations have you done in your HTTP business service and how are you testing it?

  • How to get specific OSB business service HTTP endpoint failover?

    I am trying to get the following behavior in an HTTP Business Service in OSB, and I'm not finding the answer (if it exists) in the docs.
    I have two backend endpoints, "production" and "backup." I want all request to go to the "production" endpoint unless it becomes unavailable. At which time all requests should go to the backup endpoint - without manual intervention. Automatic failback would be nice but not absolutely necessary. This is what the service provider is recommending for their operational concerns.
    Is there some way to accomplish this?
    The backup is available at most times, so we can't use round-robin load balancing to get this behavior.
    Is this what having a load balancing algorithm of "none" accomplishes? The docs state the order in this case is significant, but not why?
    Random-weighted does not work, as it does not allow a zero weight, which means some requests (even if small in proportion) may go to that backup even if the primary is available.

    I'm now seeing this in real operation, and I'm seeing something that puzzles me based on the discussion above, and also a behavior I'd like to change if I can.....
    First, the puzzlement - of about 6700 invocations over the space of a few hours, I see in the console 9 errors in the primary as configured above, and 9 messages handled successfully by the secondary. So, since the messages are coming on a fairly regular basis (a few per minute, spread over 3 OSB instances), and I have a 10 min retry interval, I would have expected to see a lot more messages handled by the secondary endpoint while OSB instance was waiting 10 min to retry the primary. What's going on here? Does this class of "failure" not take an endpoint "offline?"
    Second, behavior I want to change: the errors are apparently intermittent SSL HANDSHAKE_FAILUREs reported by the backend. Is there anyway to get the primary retried first, since we only want traffic to go to the backup if the primary is really offline?
    /Steve Elkind
    ####<Dec 22, 2009 10:45:14 PM EST> <Warning> <Security> <njxymh0099> <SS_ESB_mgd2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1261539914730> <BEA-090497> <HANDSHAKE_FAILURE alert received from fobar-web02.inex.com - 207.235.231.231. Check both sides of the SSL configuration for mismatches in supported ciphers, supported protocol versions, trusted CAs, and hostname verification settings.>

  • How to publish to different Business service in OSB

    Hi,
    I have a xml,based on the RecordType I need to send to two Business services.
    If 00020=Then i publish to LOSS BS
    if 00030=Then to Gain Business service.
    Then XML is as below.
    +<body>+
    +<CSSiteAndMeter>+
    +<Header>+
    +...+
    +</Header>+
    +<Detail>+
    +<RecordType>00010</RecordType>+
    +<RecordTypeLiteral>METERID</RecordTypeLiteral>+
    +</Detail>+
    +<Detail>+
    +<RecordType>00020</RecordType>+
    +<RecordTypeLiteral>LOSS</RecordTypeLiteral>+
    +</Detail>+
    +<Detail>+
    +<RecordType>00010</RecordType>+
    +<RecordTypeLiteral>METERID</RecordTypeLiteral>+
    +</Detail>+
    +<Detail>+
    +<RecordType>00030</RecordType>+
    +<RecordTypeLiteral>GAIN</RecordTypeLiteral>+
    +</Detail>+
    +<Trailer>+
    +...+
    +</Trailer>+
    +</CSSiteAndMeter>+
    +</body>+
    How do i do in OSB,though there is a IF condition in OSB which i can do by cheking the Record Type='00020',but i need the Record Type =00010 also while publishing, like below
    +<Detail>+
    +<RecordType>00010</RecordType>+
    +<RecordTypeLiteral>METERID</RecordTypeLiteral>+
    +</Detail>+
    +<Detail>+
    +<RecordType>00020</RecordType>+
    +<RecordTypeLiteral>LOSS</RecordTypeLiteral>+
    +</Detail>+

    HI,
    u can use Conditional Branching
    http://docs.oracle.com/cd/E13159_01/osb/docs10gr3/userguide/modelingmessageflow.html#wp1061670
    Split join would be used in case u need to split your request and call your Business Service in Serial/parallel & then gather resposnes from multiple callouts to have single response
    http://docs.oracle.com/cd/E13159_01/osb/docs10gr3/userguide/splitjoin.html#wp1137258
    Abhinav

  • How to configure Apache/Portal to service 2 separate groups of  users

    Before someone say this is a Portal issue - please read on.
    I would like to know how to configure Portal to service 2 separate groups of * Internet * users (A and B) all within the same installation so that when a user enters www.aaa.com or www.bbb.com that user is directed to a public page for that group only.
    Currently, when a user of either group enters www.aaa.com or www.bbb.com they arrive at the same public page where they can click on a link and goto their respective private pages (SSO Protected) after logging in.
    My installation facts
    infra - host1.mycompany.com
    portal - host2.mycompany.com (www.aaa.com and www.bbb.com are pointing to this host)
    j2ee - host3.mycompany.com
    I have configured web-cache to listen on port 80 and direct all requests to host2.mycompany.com:7778.
    I used RedirectMatch within host2 httpd.conf to redirect any request to the portal public page.
    I wondering if it is possible to read the "IP NAME" and do a RedirectMatch on it. In other words when a request come into the Apache listener - is it seeing an IP address request or an IP name ie "www.aaa.com". Because if it is - then there may be some way to redirect based upon that. My assumption is the "http://www.aaa.com" cannot be read by RedirectMatch - only the portion after "http://www.aaa.com/mypage" ie "mypage.
    Any help is appreciated!
    Bill G...

    I don't think the issue is one of Apache (not even sure it's one of named virtual hosts since you want both sites to serve the same content). The issue is one of having multiple .local names point to the same machine.
    I don't know this can be done without your own DNS server running in the network.

  • Using Business Service that supports XML over HTTP in OSB

    Hi,
    I needed to integrate my system with another legacy system that supports communication only through XML over HTTP. I am just trying to understand much about this XML over HTTP. I think in OSB, this is possible only possible through REST interfaces.
    Is there any other way and what about HTTP bindings in WSDLs? can you please let me know if you have any insights.
    I have gone through the urls about REST interfaces given in these forums. But just wanted to confirm the following scenaiors possible in OSB.
    - Client will connect to SOAP based proxy service which will in turn call REST based business service.
    - Client will connect to REST base proxy service which will in turn call SOAP based business service.
    Following point is not clear from the URLs i went through so just wanted to confirm the following too:
    - Client will connect to REST base proxy service which will in turn call SOAP based business service. And is it possible to add anything in soap header before calling soap based business service..
    Thanks & Regards
    Siva

    Hi Siva,
    XML over HTTP is a general use case and OSB supports it very well. REST is a special case and should be used when required. To know more about REST you may refer -
    http://www.infoq.com/articles/rest-introduction
    Now coming to OSB, SOAP and simple XML are two different cases. If you are creating XML type service then it is not binded to a WSDL/XSD but SOAP based service should always be binded with a WSDL. You may add/modify transport headers in OSB.
    Evaluate your requirements and then decide what exactly you need to use. Few links which may be of your use -
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/configuringandusingservices.html#wp1150438
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/configuringandusingservices.html#wp1154255
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/configuringandusingservices.html#wp1141071
    section "Configuring Business Services using the HTTP Transport" here - http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/httppollertransport/transports.html#wp1083292
    http://blogs.oracle.com/jeffdavies/2009/06/restful_services_with_oracle_s_1.html
    http://blogs.oracle.com/jamesbayer/2008/07/using_rest_with_oracle_service.html
    Regards,
    Anuj

  • How to configure Mail for business contacts?

    How can I configure Iphone 4S Mail to include default spaces to enter business phone, business fax number, and business address?

    There is no default for those entries. you need to set it up manually by using the custom label.

  • Urgent - How to create instance of Business Object in workflow at runtime

    Hi all,
       I have a requirement as follows...
    1) I have a Business Object ISUPOD in which the Key field is Pointof Delivery
    2) I am getting the value for Pointof Delivery in the step-2 of my workflow.
    3) Now I want to create a instance for the Business Object using this key field value in my Workflow at runtime and use the instance in the following steps.
    How can I do this ???
    Thanks,
    Sivagami

    Hi Ravi,
      Thanks for the solution...
      There is also a wizard that will generate an activity to do this. We have to just go to Wizards->Include "Create Object Reference" which will create the task  with the BO & Method referred by you.
    Thanks,
    Sivagami

  • Urgent - How to configure Wireless manually ?

    Gurus,
    When I installed Portal and Wireless option, I UNchecked "the automatic configuration of wireless" option.
    I'm having a problem with setting up Ultrasearch portlets and a note that I found says that the wireless should be configured, is that true ? If so, how do I configure Wireless option manually ? Which script do I need to run ?
    Thanx a bunch.

    After the Oracle Universal Installed is closed, you can go to Enterprise Manager tool to configure the wireless component. This configuration step will launch the wireless assistant.
    Kalle

  • How to create a single business service against multiple Queues in OSB

    Can I create one business servcie against multiple jms queues.
    and based on content routing i want to pass the queues' JNDIname
    for example
    jms://localhost:7001/jms.cf/$variable_queueName
    and in runtime i want to provide the queue name for variable "variable_queueName" in the above endpoint URI.
    is it possible?.
    Thanks,
    Narasimha.
    Edited by: user13154768 on Jun 2, 2010 5:03 AM

    You can use routing options action to achieve this.
    see Dynamic Service Invocation sample under OSB code samples :
    http://www.oracle.com/technology/sample_code/products/osb/index.html
    Dynamic Service Invocation Sample:
    http://www.oracle.com/technology/sample_code/products/osb/samples/DYNAMIC-DISPATCH.zip

  • How to configure the Java Web Services Environment

    My computer is not connected to a network or to internet.
    I want to perform below mentioned tasks locally(in my own computer).
    [1] Assume that I am the service provider and I want to publish
    the service in a Service Registry.     
    [2] Now assume that I am also acting as a Service Requestor and
    I want to find the available services from the Service Registry.
    [3] As a Service Requestor now I found the required service and
    I want to access that service from the Service Provider
    (Service Provider is also myself) .
    My questions are....
    [1] Is it possible to perform above all tasks in my local computer ?
    [2] If it is possible, what are the Configurations & Settings that have to be done ?

    You need to add to your CLASSPATH variable
    the javatv.jar location and to the PATH variable
    the javatv_fcs location(not the lib).
    You also need to install jmf and jaxp packages.
    Have fun.

  • How to configure links in My Services Lane

    We have the requirement to configure links in the My services lane so that user can quickly reach out to basic services like Address,Bank Details, W4 withholding info etc.
    Please suggest , we are struggling for the same.

    http://scn.sap.com/community/erp/hcm/blog/2014/01/13/adding-another-launchpad-based-chip-in-hr-renewal check above and share your screen

Maybe you are looking for

  • Tax Code in MIRO

    Hi We hv tax code in PO for an item. We do MIGO. When we try to do MIRO, after giving the PO no in MIRO, the PO line item is coming with the tax code in PO. But in header data, basic data tab we hv a tx code filed and its not picking the tax code in

  • How do I bold text in safari? (Not in mail)

    I can't seem to figure this out.  I am trying to do this on the web, in a message board, not in mail.  I think this makes a difference. Thanks.

  • Help I stuck on "This field cannot be summarized"

    I'm trying to build a report that measures the rate a clinic exceeds standard visit resolution. For each Clinic I need a count of patients with 1 or more visits exceeding standard or @Yes_No = "Yes" Group 1 = Clinic Name Group 2 = PatID Detail fields

  • Camera profiles good, but not quite on?? D300

    At least with the D300 profiles. The in camera jpeg still looks better that the DNG rindered with the vivid settings in the camera profile. It is a much beter image than the ACR settings. Would there be anyway to get the settings out of the embedded

  • Can anyone improve my VI?

    Hi, I posted a couple of questions yesterday that I want to get the one period out of the toothsaw type signals automatically. Here is what I came up with; however, I still need to improve on this VI. For example, this vi has technical problem since