Oracle ESB with SOAP SSL

Hi,
I am new to Oracle ESB. I am trying to create an outbound SOAP adapter. The WSDL url require user id / pwd(SSL enabled). If the url is SSL enabled I am getting an error.
Can some one help how to configure a SOAP adapter in Oracle ESB which can communicate to a WSDL that requried user id/ pwd authentication? Please note we are not using BPEL and only using Oracle ESB.
Should I have to use Oracle WSM?
Thanks,
Umapathy

Thanks!
The error is "Failed to read the wsdl from ..... http"/......
WSDL:HTTP connection error code is 401"
When I make it as https://....
I am getting the error
caused by ,java.net.ssl.sslexception
"Unrecognized SSL message "
Hope this helps.
Thanks,
Umapathy

Similar Messages

  • Integration with Oracle ESB 10.1.3.1 and Peoplesoft HRMS

    We are integrating Oracle ESB with Peoplesoft HRMS using a SOAP service to invoke a Peoplesoft HRMS webservice.
    We are facing problems as HRMS application expects parameters - 'To' and 'From' with specific values to be passed in http header in the message from ESB as they are using http listener at their end.
    We have tried to configure these parameters as end point properties in the SOAP adaptor but have failed to invoke the webservice at HRMS. They have given us a WSDL file and we have configured the SOAP adaptor with the same.
    We get the following error -
    An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure, response code: 500 at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1731) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1473) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeInputOnlyOperation(WSIFOperation_JaxRpc.java:1156) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:865) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:781) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:801) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:208) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:127) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:118) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:95) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1444) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:112) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:305) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138) at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:153) at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher
    Any help will be very much appreciated.
    Thanks!

    Hi,
    Using the actual parameters does not work.
    Pls find the trace
    oracle.tip.esb.server.common.exceptions.BusinessEventRetriableException: An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure, response code: 500 at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1731) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1473) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeInputOnlyOperation(WSIFOperation_JaxRpc.java:1156) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:865) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:781) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:801) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:208) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:127) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:118) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:95) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1444) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:112) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:305) at
    oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138) at
    oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:153) at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher.java:94) at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.dispatch(DeferredEventDispatcher.java:69) at oracle.tip.esb.server.dispatch.agent.JavaDeferredMessageHandler.handleMessage(JavaDeferredMessageHandler.java:138) at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:181) at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:135) at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242) at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215) at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814) at java.lang.Thread.run(Thread.java:595) ". at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:979) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:781) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:801) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:208) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:127) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:118) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:95) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1444) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:112) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:305) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138) at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:153) at orac
    Thanks,

  • Connection Oracle ESB to  Sensor Edge Server

    Hello
    I want integrate Oracle ESB with SES 10.1.3.1. where I can find
    some examples or ready to work connector between SES and ESB.
    Please help
    Tomasz Haase

    The other option is to use EventFlow (eflow) in SES to send events to ESB. A simple configuration for eflow.xml could be something like the one mentioned below.
    <eflow>
         <components>
              <component name="addContext"     class="oracle.edge.tools.eflow.impl.AddContextState" />
              <component name="dbproc"     class="oracle.edge.tools.eflow.impl.DbProcState" />
              <component name="decodeTag"      class="oracle.edge.tools.eflow.impl.DecodeState" />
              <component name="encodeTag"      class="oracle.edge.tools.eflow.impl.EncodeState" />
              <component name="fireTrigger"      class="oracle.edge.tools.eflow.impl.FireTriggerState" />
              <component name="isCapture"      class="oracle.edge.tools.eflow.impl.IsCaptureState" />
              <component name="isQuery"      class="oracle.edge.tools.eflow.impl.IsSimpleQueryState" />
              <component name="matchEvent"      class="oracle.edge.tools.eflow.impl.MatchEventState" />
              <component name="onsLookup"      class="oracle.edge.tools.eflow.impl.OnsLookupState" />
              <component name="post"          class="oracle.edge.tools.eflow.impl.PostState" />
              <component name="sendEvent"      class="oracle.edge.tools.eflow.impl.SendEventState" />
              <component name="template"      class="oracle.edge.tools.eflow.impl.TemplateState" />
              <component name="transport"      class="oracle.edge.tools.eflow.impl.TransportState" />
              <component name="callWs"           class="oracle.edge.tools.eflow.impl.WsState" />
         </components>
         <entry>
              <onEvent state='A.check'/>
         </entry>
         <states>
              <matchEvent name="A.check" control="matchEvent" type="200" x="100" y="200" >
                   <case result="ok" next="good.event"/>
              </matchEvent>
              <callWs name="good.event"
                        wsdl="http://localhost:8888/orabpel/default/EdgeClientCallback/1.0/EdgeClientCallback?wsdl"
                        method="process"
                        namespace="http://xmlns.oracle.com/EdgeClientCallback"
                        docRoot="EdgeClientCallbackProcessRequest">
                   <param name='type' type="long">$event.type$</param>
                   <param name='subtype' type="long">$event.subtype$</param>
                   <param name='tagid' type="string">$event.id$</param>
                   <param name='siteName' type="string">$event.siteName$</param>
                   <param name='deviceName' type="string">$event.deviceName$</param>
                   <param name='data' type="string">$event.data$</param>
                   <param name='time' type="date">$event.time$</param>
              </callWs>
         </states>
    </eflow>

  • JDeveloper Oracle ESB Designer calling SOAP with SSL

    Hi,
    I am new to Oracle ESB. I am creating a SOAP serving in Jdeveloepr ESB designer to invoke a WSDL. That url needs a user id/ pwd to be accisible. How can I enable this in Jdeveloper ESB designer
    Thanks!

    Not sure what documentation you have read but JDev does not get installed as part of the 10.1.3.1. It did with the single user license of 10.1.2
    here is the link, just unzip and play
    http://www.oracle.com/technology/software/products/jdev/htdocs/soft10134.html
    Please not that this is 10.1.3.4 and is only certified for SOA Suite 10.1.3.4. If you are using 10.1.3.1 then install JDev of that version. I would recommend upgrading SOA Suite to 10.1.3.4 as 10.1.3.1 is old. Part of the 10.1.3.4 install is installing 10.1.3.1
    patch is found here http://www.oracle.com/technology/software/products/ias/htdocs/101310.html (There is a patch link in the 10.1.3.1 install) Don't be surprised with the size of the patch as it looks like a fresh install. You just install into the same home as your 10.1.3.1 install.
    cheers
    James

  • SSL: Connection reset by peer ; Failed to enable crypto error while calling the report using bing API with SOAP client

    Hi,
    I am trying to fetch report using bing API and making a SOAP call for fetching the data. I get the following error:
    [Warning] fopen(): SSL: Connection reset by peer [file] /var/www/sites/psmedia/perfectstormmedia/tools/class/msn_api.class.php [line] 780
    02-04-2015 10:17:41 (BST) : [Warning] fopen(): Failed to enable crypto [file] /var/www/sites/psmedia/perfectstormmedia/tools/class/msn_api.class.php [line] 780
    02-04-2015 10:17:41 (BST) : [Warning] fopen(https://download.api.bingads.microsoft.com/ReportDownload/Download.aspx?q=rzr63XFt5qJduddohoIRyOYAP%2f1%2ftsnhk8L%2bzBmUpdU2CQlcUB98RpY%2bbOaLFFGMqAC4IUUadC%2fNdNnJqeVCY%2f%2bpy6noVsVA%2fMJp47a3Xb1VjABfKhcdKy6vqpgEdcQg%2fQZ7QcEpZ3bEloJjUtGpDquFk53BnkeHEPVWZkDYcsQegRz%2fpG4t4w6gKCCRmhArd6osr6ZU9CMJ3lbxtGXjcQEMPvP2apNyr9P%2fc8niyfWA2aBcm1aEmOLX2KL3aRJ4rz9N7gG7uBslVZH%2b4rUjHdB7CMkbb%2fHyHwvPTqGPbPCHnicefr%2b%2fDP70hlkBEGfyOOswK67%2bl1zh7CyIv%2bcMlaDsuDX1HeFf4uORfD41H1z7):
    failed to open stream: operation failed [file] /var/www/sites/psmedia/perfectstormmedia/tools/class/msn_api.class.php [line] 780
    Whenever I execute my script. Can you please let me know what we can do to solve this issue. The version of PHP we are using is 5.3.3 with open ssl. 

    Hi Shobha,
    I can't confirm what version of PHP you are using, but to err on the side of caution please use the version specified in the sample/SDK:
    PHP 5.4.14 has been installed from PHP.
    Here is our code examples:
    https://msdn.microsoft.com/en-US/library/bing-ads-overview-getting-started-php-with-web-services.aspx
    Thanks,
    Itai

  • I need some simple examples to start with for Oracle ESB

    Hi All,
    Please share some simple examples to startwith for Oracle ESB.
    I need to understand, what are the files are created, once created an ESB project.
    What is the use of the files how to edit them with out using JDeveloper.
    Iam trying to create a simple example.
    I would like to create a file which has only "HELLO" in that file, simple text file inside a folder "INPUT" in my c:\ drive.
    I wanted to create a ESB service which picks up the file and add a string to it like "HELLO" + "ESB" and drop this file into "OUTPUT" folder in c:\ drive.
    How do i do that. I tried to do it when i deploy the integration server connection is gettting hit badly. I dont see that connection any more and i dont see that connection in my JDeveloper.
    I dont want to start with existing code.
    Please help
    Regards,
    Vijay.B
    Message was edited by:
    Vijay.B
    Message was edited by:
    Vijay.B

    Hi,
    If you want to do it from scratch you can basically do the following:
    Make sure you have created an application server and integration server connection in JDeveloper.
    1) Create a new JDeveloper project of type ESB project.
    2) Possibly add a ESB System/Group (open the esb file and click "Create System/Group") to group ESB projects.
    3) Create an XML schema describing your input XML file. Probably one element of type xsd:string.
    4) Create an example XML file which is well-formed and valid according to the XSD from step 3.
    5) Create a new File adapter (inbound/read). A routing service is automatically created.
    6) Create a new File adapter (outbound/write).
    7) Create a routing rule in the routing service in which you invoke the write method of the outbound file adapter. Possibly add a transformation using the XSL mapper.
    8) Deploy the ESB project to the server.
    9) Drop your XML file (from step 4) in the directory in which the inbound file adapter is polling.
    10) If it is ok, the file should be picked up, transformed and dropped in the outbound directory. A new ESB instance should be visible in the ESB console.
    See what files are generated on the filesystem in each of the above steps.
    Regards, Ronald

  • SOAP SSL error when connecting in with java

    Hi,
    We are trying to make a simple application that makes requests to the CCM via the AXL SOAP interface to get personal address book information. When we do the request it errors out with a SSL handshake problem, I have pasted some of the exact error output below: Any help or ideas would be appreciated !!!
    at java.lang.Thread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_
    failure
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Un
    known Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Sou
    rce)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Sou
    rce)
    at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect
    (Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown S
    ource)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unk
    nown Source)
    Full logs attached, I have imported the CCM cert into the Java keystore and still no luck. The only way I can get this to work by testing is to have CCM in VM and web deployed on actual physical machine and that's only for a single user dev. environment.
    Rob

    By default, the ssl certificate from the ccm is untrusted - so you get a verification error. There are two ways to work around this.. one is importing the certificate to the trusted store (google it), the other is writing your code so that it automatically accepts untrusted certs.
    For the latter, you could have a method like this (which I stole from the axlsql application)
    public void init() throws InitializationException
    X509TrustManager xtm = new MyTrustManager();
    TrustManager[] mytm = { xtm };
    SSLContext ctx;
    try
    ctx = SSLContext.getInstance("SSL");
    ctx.init(null, mytm, null);
    SSLSocketFactory sf = ctx.getSocketFactory();
    HttpsURLConnection.setDefaultSSLSocketFactory(sf);
    HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier()
    public boolean verify(String hostname, SSLSession session)
    return true;
    catch (NoSuchAlgorithmException ex)
    throw new InitializationException("SSL Algorithm not found: " + ex.getMessage());
    catch (KeyManagementException ex)
    throw new InitializationException("Key management exception: " + ex.getMessage());

  • 9505 Post Office unavailable, with POA 2014 using SOAP SSL

    Hi,
    I don't know if there is something strange with my customers system, or I found a bug...
    I've just upgraded the Primary and PO server to GW2014, while WebAccess server is still on 2012. Trying to log in gives error 9505 that the PO is unavailable. All communication to https://po-ip:7191/soap is working fine.
    Disabling SSL on SOAP and WebAccess is functioning again. As there are no SOAP SSL switches in the webacc.cfg I'm not able to make it work with SSL.
    Is there some way to fix this - except upgrading WebAccess to 2014, or disabling SSL on SOAP??

    In article <[email protected]>, Pfronteri wrote:
    > Is there some way to fix this - except upgrading WebAccess to 2014, or
    > disabling SSL on SOAP??
    I guess the question is "what is keeping WebAccess 2012 around?"
    It is easy enough to upgrade, and if you have some GW 2012 POs around
    there is a mechanism in Webaccess 2014 that will have it redirect to an
    older Webaccess URL if the POA is still on an older version.
    On a POA you can have two SOAP ports. Perhaps one SSLized for most
    things, the other open for the old Webaccess.
    Andy of
    http://KonecnyConsulting.ca in Toronto
    Knowledge Partner
    http://forums.novell.com/member.php/75037-konecnya
    If you find a post helpful and are logged in the Web interface, please
    show your appreciation by clicking on the star below. Thanks!

  • Is there a way to integrate Oracle UCM with Oracle ESB

    Hi,
    Is there a way to integrate Oracle UCM with Oracle ESB similar on the lines of BPEL integation ?
    Regards,
    Sesh

    maxsap wrote:
    ..AndrewThompson64 : as far i can understand this is only for viewing purposes like adding a filefilter (please correct me if i am wrong) and can add double click support, i want my program to be able to add some sourtcuts to the right click menu (e.g. winrar add this " add to archive"," compress and email"...) is this possible using java and jnlp?It is for 'open' or 'print' for specific file types. The associations are set up at time of installation so that if a user right clicks a claimed file, the OS should offer to send the document to (possibly a group of programs which include) our application.
    I am not sure what you mean by "program to be able to add" shortcuts. Do you mean the application might need to do this after first being installed?
    What exactly are the menu items the program tries to add? e.g. 'open', 'print', 'add to archive', 'crash & burn'...

  • Can't I invoque an EJB in the Oracle ESB??

    Hi all,
    I'm just new on Oracle ESB and may be in error, but I have readed that RMI transport is not suported... Is it really true??
    What can I do if I want to expose an EJB as a Web Service in the Oracle ESB??
    Regards David

    I am doing the above quite successfully in a number of ESB processes.
    My EJB's are exposed a EJB3 session beans with a web service interface and as mentioned, can be called via a SOAP service.
    Chris

  • Time Delay when Initiating BPEL from Oracle ESB

    Hi there,
    I am currently working with a client who have an on-going integration project. They are using the BPEL and Oracle ESB components of the Oracle SOA Suite 10.1.3.3.1. There is an issue that periodically occurs.
    The scenario that we are occasionally getting is as follows:
    The ESB is used to Poll for business events in a SQL Server database. Business Events are just information that needs to trigger a process occuring. The ESB has a DB Adapter that POLLS for these events. The ESB simply listens for these events, when one occurs it transforms the incoming message and invokes a Synchonous BPEL process that processes the message. Periodically in their environment, when the ESB DB Poller picks up a message, there seems to be a significant time frame between picking up the message and invoking BPEL. This has been anything upto 90 minutes. For Example messgae picked up 1t 12.30pm and the BPEL instance starts at 2.00pm. This issue seems to be uncreatable. Has anyone experienced similar issues or has any advice regarding this?
    Any assistance / advise would be appreciated
    Dave

    Hi Ruplim
    Thanks for quick response,
    I want to Invoke ESB service from BPEL and get the Response Back in the form of Transformation Data.
    I tried searching for Demo example in tutorials but i am not able to find such case, Do you have any documentation or Sample code for this type?
    Thanks & regards
    Sanjay

  • How to Post XML Messages with SOAP Headers to a Trading Partner URL

    Hi All,
    Greeting to the Oracle B2B Community. We are currently working on how to post a Custom XML Message with SOAP Headers to a Trading Partner URL. I would really appreciate if anybody could provide me some inputs or links to some documentation on how to achieve the above requirement. The details are below:
    1. Our Internal Application generates a Flat File (PO Extract).
    2. The Extract then needs to be transformed to an XML Message. We are planning to use BPEL to do the transformation to XML Message.
    3. Once it is transformed to an XML message it needs to be posted to the Trading Partner URL as an HTTP Post and with SOAP Headers.
    We are planning to use B2B to do the posting but I am not sure on how to do the set-ups and what all parameter files in B2B needs to be updated in order to achieve the same. Also it is mandatory that we send SOAP Headers in the XML Message.
    Thanks In Advance for your help.
    Regards,
    Dibya

    Hello Dibya,
    As you are already doing the transformation from Flat file to XML in BPEL which is typically the capability of B2B, please use the Soap binding in BPEL to send the document to Trading partner.
    Rgds,Ramesh

  • Oracle ESB

    Hi,
    I need small help reg oracle ESB, Actually we are working on oracle ESB we are using Web Services. we are sending requesting through routing service to soap service, then we are getting response from from soap service to routingservice, I need to take the response object and send to 4 different databases. How can we do in oracle ESB, I though we can do that using adapter service, can you guys help me how to that.
    Thanks
    Vyas

    From that response you need to create another routing service. The xsd should be the same as the response of the XSD/WSDL.
    In the new routing service you can put filtering on certain fields to choose which database to send it to. If you don't put on a filter the data will be sent to all databases.
    have a look at the ESB tutorial. There is a good example there on how to acheive this.
    http://download.oracle.com/docs/cd/B31017_01/core.1013/b28937/fulfillmentesb.htm
    cheers
    James

  • Siebel QC Integration in Oracle ESB 10g

    In our current project Quality Control(QC) to Oracle ESB 10g Inbound/Outbond is RESTful request/response and Siebel to ESB SOAP. My qusetions are
    1. How will ESB process RESTful request from QC?
    2. How will ESB generate RESTful response for QC?
    Please provide me the correct inputs without making any assumptions.
    ------ Debasis

    In our current project Quality Control(QC) to Oracle ESB 10g Inbound/Outbond is RESTful request/response and Siebel to ESB SOAP. My qusetions are
    1. How will ESB process RESTful request from QC?
    2. How will ESB generate RESTful response for QC?
    Please provide me the correct inputs without making any assumptions.
    ------ Debasis

  • How to integrate GRC10.1 and Oracle ESB(Enterprise Service Bus)

    Dear,
           we are delivering an GRC Access Control project.
             Now, we need to integrate GRC10.1 and Oracle ESB, how should we do? Who could help show me some guide, thanks a lot.

    deepak - why not link to the real documentation instead of that site that illegally publishes stuff?
    Krasimir - I had a look at this a long way back, and didn't explore it much further because I reached a dead end in trying to figure out how it worked. It seems to me that the function is there and may be used internally within Oracle, but that it's not documented well enough for we mere mortals of the public to use it.
    Have you tried opening an SR with Support? They won't know, but they will be able to raise it up and perhaps find someone who does know - be sure to reference this thread in your SR if you go that route.
    John

Maybe you are looking for