Integrating Oracle eBusiness Suite with banking services using Oracle SOA

Hi ,
I am working on a project for integrating Oracle eBusiness Suite with banking services using Oracle SOA. We have implemented Oracle SOA and trying to call bank's services using SOA.
The bank has provided its web services over http which accepts XML data as string through HTTPS post invocation and provides response accordingly in string XML Data.
For each service, specific format of request and response message has been provided.
I am trying to call their web services using HTTP binding adapter.
I would like to know whether my approach of calling bank's web service using HTTP binding adapter is correct or not.
Looking ahead for your valuable insight and advice.
Thanks

Hi,
Thank you for your reply.
Is the usage of B2B not applicable for this project ?
Thanks

Similar Messages

  • Which Port used by Integration Builder to communicate with JMS service

    Hi,
    Anybody know which port that used by Integration builder to communicate with JMS service in XI server in order to activate changes list.
    Thank you and Regards
    Fernand

    The main cause is not the communication problem between Integration builder and JMS provider but the inconsistent SLD contents.
    Now i can activate my object in the integration builder. see SAP Notes 764176
    Best Regards
    Fernand

  • Has any SAP project integrated an EFTPOS device with ABAP Gui using an ActiveX controller?

    Dear Friends, I would like to know, Has any SAP Project integrated an EFTPOS Devise with ABAP Gui using ActiveX Controller? If used could you please share the Technicalities involved in them as we have a suggestion to have the same used in our Project.

    Dear Friends, I would like to know, Has any SAP Project integrated an EFTPOS Devise with ABAP Gui using ActiveX Controller? If used could you please share the Technicalities involved in them as we have a suggestion to have the same used in our Project.

  • Self service to eBusiness Suite with Apex?

    Is it possible to build a selfservice application for Oracle eBusiness Suite General Ledger with APEX?
    The solution should enable users to make journal entries/corrections without having to log in to the ebusiness suite and use the traditional journal entry screen in forms (it is non-frequent users).
    They want to use single sign on and ebusiness user and security.
    They want to enter an account combination and have the balance showed.
    They want to enter entry lines and have the account combination validated before sending it to GL interface and import.
    They want an easy development tool, not so "consulting-heavy"
    Is this possible with APEX? Any suggestions will be highly appreciated.
    /Susanne

    Obsolutely possible. You can build the page and dump the records to GL interface table and call the GL import program to process it.
    I have done something similar to process Shipping Transactions.

  • Issue with Integrating E-Business suite with Oracle Webcache server

    Hi
    I am trying to configure webcache to E- Business Suite.
    Webcache sits on some other server, and configured both the sides means webcache server side as well as E-Business side.
    Now issues is i am trying to access E-Business suite via webcache server i am getting Jsp pages as well OA Frame work pages but i could not able to open forms from function click.
    Here when we are trying to launch forms from function click we are getting nothing
    At that time i hope this will hit FND_ICX_LAUNCH.runforms for launcing the forms.Here is the problem i guess, we are not getting any
    pl/sql pages(modplsql).
    I have tried with URL http://CITRIXPS02.ashokleyland.com:7777/pls/ but i am getting error
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /pls/.
    Reason: Document contains no data
    if i try to launch forms directly with this URL http://citrixps02.ashokleyland.com:7777/dev60cgi/f60cgi i am getting
    Please note Host CITRIXPS02.ashokleyland.com is webcache host
    Can anybody help in accessing pl/sql pages from E-Business Suite via webcache server
    Please get back to us as early as possible
    Regards
    Anand.G

    Hi,
    Thanks for your reply. I need the integration of E-Business suite with OAM , in 10g we have to integrate the E-Business suite with OSSO and the WE need to integrate the OSSO with OAM 10g.
    I heard that now we can integrate the E-Business suite with OAM 11g with out OSSO, is it correct ??
    If yes please provide the info about this.
    Thanks & Regards,
    Vaasu.

  • Offline Integration of Adobe Forms with CRM System using Web Service

    Hi Experts,
    I have a business requirement in which the end user us given an Application Form.
    The user can save the form locally and fill the data.
    Now the requirement is that when the end user clicks on Submit Button on the form, a web service is called and the entire data in the form is sent to CRM System.
    I want to know is it possible to capture the entire data filled in the form in a web service???
    Also the other major requirement is that i need to send the application form also to the CRM system.
    I need to store the form as attachement for a Business Partner Record.
    Is it possible to capture the data in the adobe form and still attach the form as attachement in an Offline Scenario????
    Is it possible that a Web Service can be called on click of button in the form and still be able to attach the form itself as attachment???
    Thanks and Regards
    Gaurav Kumar Raghav

    I have collected some links for WebServices for you:
    https://cw.sdn.sap.com/cw/servlet/JiveServlet/download/38-51084/saptech_webservice.pdf
    Re: Adobe forms with Web Service - nothing happens when clicking button.
    /people/rudy.clement2/blog/2010/03/10/how-to-use-the-postexecute-event-in-sap-interactive-forms-to-retrieve-a-table-from-a-webservice
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/148ec26e-0c01-0010-e488-decaafae3b26
    Usage of webservice in offline adobe scenarios
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d0a250-ccd1-2c10-9e9f-b9d5cf259a6d?quicklink=index&overridelayout=true
    cheers Otto

  • Running Business Rules with Decision Service using WebDav

    Hello everybody, I have a problem when I change a rule from Rules Author.
    I have the following scenario:
    Machine1 - I have Oracle Soa Suite 10 and I have defined a rule set using Rules Author pointing to a WebDav repository on Machine2
    Machine2 - I have define my WebDav repository, it contains the rule "amountToPay > 100"
    Machine3 - I have a deploy of a BPEL process using a Decision Service and Decide Activity elements pointing to my WebDav repository
    When I test my BPEL process it works correctly, but after I change the rule in Rules Author (on machine1) to "amountToPay > 200" the next invocations of BPEL process still evaluating the rule "amountToPay > 100" and doesn't evaluates my last changes on the rule, and I need to redeploy my BPEL process so that it takes the new changes on the repository.
    I am using Assert facts, execute rule set, retrieve results, and reset the session operation pattern in decision service and assertExecuteWatchStateless in invoke activity. I tried using assertExecuteWatchStateful as well but there was no difference in the result, any idea of that?
    Does the BPEL process needs to be redeployed?
    What can I do so that my rules take effect?
    I've searched for documentation but I couldn't find any solution.
    Thanks in advance.
    Luciano
    Message was edited by:
    user606994

    Hi,
    I am new to Oracle Fusion and working on Business Rules.
    Can you please tell me the changes need to be done in the sample java application to connect to the webDAV repository(carrental example which they have given in user guide)?
    Thanks in advance.
    I am using 10.1.3.1 version.

  • Integration of BI Publisher with presentation services

    Hello,
    I have installed and configured OBI Answers and Publisher in a Linux infrastructure and configured thro' Websphere/IHS. Answers/Dashboards is working fine. I am trying to integrate BI publisher with OBI answers/dashboards. This is working fine through OC4J but when I try to integrate through Websphere, I get a crypto error.
    I have to deployed a plug-in in web server and tried to integrate BI publisher with presentation services through "cryptotools" and configuring it through instance config. When I hit http://myserver:port/xmlpserver I get "Error 500: com.phaos.crypto.CipherException ". Similarly when I select more products/BI Publisher through OBI Dashboards/Answers, I get the following
    Reporting Login: java.lang.NoClassDefFoundError: com.phaos.crypto.CipherException; nested exception is: java.lang.NoClassDefFoundError: com.phaos.crypto.CipherException
    I feel this is a common issue across both the end points. Has anyone come across this type of issue or similar issue ?
    Help is greatly appreciated.
    thx
    Dinesh

    I'm installing 10.1.3.4 and YES, i have installed BIP war in Websphere.
    I think I may have resolved my original problem but faced with a different one now. I am able to logon to BI publisher standalone and integrated with OBI Answers (thro websphere). But when i click the dashboards link from BI Publisher, its going to the default OC4J installation and not my websphere. The similar re-direction works fine from OBI - Publisher but not from Publisher - OBI.
    I need to find out, how its finding the server name and port to redirect from BIP -> OBI. Can you guys help please ?
    thx
    dinesh Veera

  • How to call an ebs  web service using the soa gateway

    Hi All,
    I installed Oracle E-Business Suite Release 12.1.1 Media Pack v4 (32bit) and now I wanna use the soa gateway to develop and integration and consume web services. I found the soa gateway/irep and I can browse through the existing services. But how can I call one e. g. using .NET?
    For .NET, I need an valid address (URL) to the services. How can I get such an URL.
    Example:
    I opened the integration repository, browsed to:
    Order Management Suite - Order Management - Sales Order - INBOUND: Change Purchase Order XML Transaction.
    I cannot find an address at this page which can be used in MS Dev Studio to call the service.
    If I click on "Generate WSDL" or try to open the WSDL under the "Web Service - Web Service Provider" section, I get an error message:
    Error
    SOA Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: SystemError: Error while sending message to server. Server returned HTTP response code: 500 for URL: http://ebs1.tesis.de:8000/webservices/SOAProvider/EbizAuth?Generate=4283&soa_ticket=HKGsq9YYnoswMKFsHijTPQ..' when attempting to perform 'GENERATE'. Please contact your System Administrator
    What exactly does this error mean?
    Many thanks,
    Konrad

    You have to make sure every step in MOS Document ID 726414.1 that is applicable to your E-Business Suite 12.1.x release is performed. Enabling ASADMIN is just one of the steps. In spite of following all the steps in this Document you continue to get the error when clicking "Generate WSDL", please log a Service Request with Oracle Support.I will check all steps again. Maybe I missed one... Thanks!

  • Faxing from Oracle EBusiness Suit with XMLP-Do i need any third party Tool?

    Hi All,
    We are having Oracle Apps 11.5.10.2 on Sun Solaris 5.8. We want to do faxing from our E Business Suit. I gone through the BLOG Entry for Faxing,where i found that i need to install CPUS. Can I installed CPUS on SUN Solaris? In the BLOG posted By TIM, it's wriiten there, that it can be installed on LINUX or UNIX only. Is there any way to installed it on SUN Solaris?
    What is efax 0.9 software mentioned in user guide p.no. 11-38 for installing and setting up fax for CPUS.
    Do i need any third party tool to do faxing from Oracle E-Business Suite.
    OR if i am using XMLP for faxing then, it will take care of all the things, no need for any third party tool.
    We are having XMLP 5.0.1 which comes by default with E-Business Suit 11.5.10.2.
    Regards
    Ravi

    Ravi
    SunSolaris is a flavor of UNIX so you can install and may even already have CUPS, get it to the latest version you can.
    The efax soluition is an open source 'driver' if you will to enable faxing via CUPS.
    You will not need anything else to do faxing from apps ... just cups and efax and your fax board of course.
    Regards
    Tim

  • Problem consuming inbound AQ message from ebusiness suite to invoke service

    Hi All,
    I am having a real problem with a composite which I am trying to fire from a business event in Oracle Applications, any help would be really appreciated.
    I suspect this maybe down to a server configuration issue as Weblogic (11g) has only had a basic install completed by a none DBA trained colleague who has never used weblogic before.
    Here is my scenario:
    I have a BPEL process that receives an incomming message and writes that message to file using the file adapter. The inbound service interface is an Oracle Applications Adapter that has been configured to "dequeue" a message from the WF_BPEL_Q AQ in Oracle Applications. The business event is the "Create Employee" event.
    I have followed the 11g SOA gateway developer guide example and subscribed to the business event via the Oracle Apps Integration Repository subscribtion functionality and I have ensured that the business event is enabled. By default the subscription is set as defered.
    I have successfully created an employee and the business event has fired and after a minute or so the message is enqueued to the WF_BPEL_Q within the APPS schema.
    Problem: despite the composite compiling and deploying successfully to my SOA server the BPEL process does not get invoked and the message does not get de-queued from the WF_BPEL_Q.
    I am happy that the BPEL process is configured correctly and I have checked the JNDI reference to the apps Data Source configured on the Weblogic server is correct on the inbound partner link.
    My understanding of the process is that the Apps Adapter is not just a fancy service interface bean within the JDeveloper IDE, on the server there is a corresponding component that polls the WF_BPEL_Q and dequeues the relevant messages and invokes the services that are registered on the server that subscribe to that particular buisiness event.
    What I need to know is:
    1. What is a typical configuration for the ApplicationsAdapter on the Weblogic server, i.e. what should I be looking for and checking i.e. connections to my Apps instance/listners/adapter settings etc...
    2. How do I run diagnostics/debug the process to find the problem i.e. where are log files located etc....
    Any help on this would be much appreciated, also if you are more of a BPEL process implementer and have experience with business event invokation of services then please feel free to make suggestions ask questions about my configuration, I am new to Business Events, BPEL and Weblogic so I have got my work cut out!!!!
    I will post this question on a few of the SOA forums
    Thanks in advance
    Keith Turley

    We have similar issue.All the Background engines are up and running.Also see no error on WF_BPEL_QTAB table..
    Business event is oracle.apps.ar.hz.CustAccount.update. Let me know if there is anything which needs to be looked in on the SOA Server.
    Regards
    Sabir

  • PC Suite with Nokia 5700 uses two COM ports?

    I am using Nokia PC Suite 6.84 with a Nokia 5700. The phone is connected to the laptop via a USB cable. I have installed the software on two separate laptops, one running XP with Service Pack 2, another running Vista.
    Whenever I plug-in the phone, I see two COM ports associated with it. The first COM port shows up in Window’s device manager as COM port 6 (see attached JPG), however, this COM port seems invalid. When I use HyperTerminal, I see two COM ports displayed: COM port 6 and COM port 7. Using HyperTerminal, I can communicate with the Nokia 5700 on COM port 7 but COM port 6 is always unresponsive.
    Can anyone tell me:
    1. Why two COM ports are used with the Nokia 5700 and PC Suite?
    2. What is the purpose of these two COM ports?
    3. Are they always contiguous? On different computers, I have seen the Nokia phone bind to COM ports 6 and 7, 9 and 10, and 10 and 11.
    NOTE: I could not attach the file as a JPG, so I renamed it with a *.log extension. Just replace with .log with .jpg and view it in any browser.
    Attachments:
    NokiaComPortProblem.log ‏82 KB

    So, nobody knows for what it is?
    Symbian freeware http://symbiancorner.blogspot.com

  • How to Serialize/Deserialize Beans with Web Services using DII client

    Dear All;
    I had developed a web serivce by Oracle JDeveloper [J2EE 1.4 (JAX-RPC)] and trying to invoke methods within through DII client using Apache Axis 1.
    The Beans I am using are structured as follows:
    public class InBean {
    public InBean() {
    private int x;
    private float y;
    public setters/getters for x
    public setters/getters for y
    public class OutBean {
    public OutBean() {
    private String inString;
    private String outString;
    public setters/getters for inString
    public setters/getters for outString
    The (InBean) is used as method input and the (OutBean) is used as method output.
    The problems I am facing are as follows:
    [1] How to serialize/desrialize the Beans as they are not registered with Apache Axis 1?
    [2] How to invoke the Beans using Dynamic client DII and not classic proxy and Stubs?
    [3] How to create the Beans using WSD2Java of the Apache Axis 1 ?
    In case you have any helping URL's, Book names or sample code, please attach as they will be very helpful.
    Thanks alot for the help.-----
    Best Regards,
    Ahmed M. Abbas

    You will find some working code at :
    http://ksoap.objectweb.org/software/downloads/index.html
    It's code that use kSOAP and kXML implementations ....
    If you will also find some useful information here :
    http://developers.sun.com/techtopics/mobility/apis/articles/wsa/
    http://www-106.ibm.com/developerworks/wireless/library/wi-jsr/
    http://www-106.ibm.com/developerworks/wireless/library/wi-xmlparse/
    Regards.

  • Problems with Business Services using Email

    Hi,
    I'm trying to create a business service to use an email protocol.
    In ALSB Console, I go to the "Create Business Service" page and select the "Messaging Service" Service Type. When I get to the Transport Configuration, and select the protocol dropdown, I only see HTTP, HTTPS, JMS and Tuxedo. The documentation says email should be only of the supported protocols here, so whats wrong ?

    When creating the business service you specify the service type of your service. If the service type you select is not supported by the email transport it won't show up in the drop-down list. If you selected MIXED type, you can't specify a response, you can't select WSDL based service either or any soap based service.

  • Oracle SOA Suite integration with HP SOA Policy Enforcer

    Has anyone tried integrating Oracle SOA Suite with HP SOA Policy Enforcer?
    will appreciate your help.
    Thanks,
    V

    Hi Vivek
    Integration with Oracle Access Manager is possible. The documentation points to some custom handlers that can be used for the integration.
    If you have addtional questions please feel free to contact me directly
    Dutta Satadip

Maybe you are looking for