Need example for reliable messaging over http in oracle service bus 10g

Hi
i want to setup the reliable proxy service that will poll the end system if it is down and send msg when it is up
i dnt kw how to do it.
i used WS-policy XML and set out the timeout interval and all other properties.
and used WS transport protocol in proxy service.
but when i request if wait for the timeout i have specified in WS-policy and than show this msg
<soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
     <soapenv:Fault>
     <faultcode>soapenv:Server</faultcode>
     <faultstring>
     BEA-381412: Conversation timed out.
weblogic.messaging.saf.SAFTransportException: Send failed
     </faultstring>
     <detail>
     <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
     <con:errorCode>BEA-381412</con:errorCode>
     <con:reason>
     Conversation timed out.
weblogic.messaging.saf.SAFTransportException: Send failed
     </con:reason>
     <con:location>
     <con:node>RouteTo_testwsrmbix</con:node>
     <con:path>response-pipeline</con:path>
     </con:location>
     </con:fault>
     </detail>
     </soapenv:Fault>
     </soapenv:Body>
     </soapenv:Envelope>
It does not send even a single request to the end system.
I want it like :
when i make my end system down it must wait for timeout interval and than send the request when system is up
PLease help me,its urgent.
i have simple create a web service and using the wsdl to use my end system

This exam is currently not available. It will become available again in approximately 8 weeks. You can view the exam topics to begin preparing for this exam on the exam details page http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=&lang=&p_exam_id=1Z0_451.
There are currently no sample questions available for this exam. You will need to use the exam topics to prepare.
Regards,
Brandye Barrington
Certification Forum Moderator
Certification Program Manager

Similar Messages

  • Message transformation supported in Oracle Service Bus.

    hi,
    please let me know the types of message transformation supported by OSB.
    i have found that it supports xml to xml message transformation based on XQUERY and XSLT.
    Can anyone please tell me if it supports message transformation from xml to flat, aml to ISO and vice versa.
    Thanks in advance.

    Apart from Xquery and XSLT (XML to XML transformation), you may use MFL in OSB. A Message Format Language (MFL) document is a specialized XML document used to describe the layout of binary data. MFL resources support the following transformations:
    XML to binary—There is one required input (XML) and one output (binary).
    binary to XML—There is one required input (binary) and one output (XML).
    Each transformation accepts only one input and provides a single output.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/consolehelp/mfls.html#wp1090749
    http://biemond.blogspot.com/2008/12/flat-file-to-xml-with-oracle-service.html
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/mfls.htm#i1100502
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/intro_fb.htm#CHDCAHHA
    Regards,
    Anuj

  • Poll for messages over HTTP

    Hi,
    Is there a possibility to have a receiving application poll SAP XI over HTTP(S) for available messages?
    Through the HTTP adapter, it is quite easy to send message to SAP XI.  A small, lightweight (Java) application can do this quite easily.  But receiving messages over HTTP(S) from SAP XI is much harder.  The receiving application requires a HTTP receiver.  But receivers may be located behind firewalls.
    Would it be possible to regurlarly check if a message is available on SAP XI for the client?
    Scenario:
    - a receiver A cannot be (directly) reached by SAP XI
    - therefore, SAP XI queues all messages for receiver A
    - once in a while, receiver A posts a small message over HTTP to SAP XI: "any messages for me?"
    - when messages are available for receiver A, SAP XI returns them in the HTTP response
    Wouldn't it be possible to do a clever trick with business processes and correlation?
    Kind regards, Guy Crets

    Hay Guy,
    good question... heres a few idea that bounced to my head, you can:
    A. let the messages try to get into reciver A, fail and the queue will get into SYSFAIL and when your reciever go up send a message that will trigger an activate queue command and all the messages "stuck" in the queue will be sent. or
    B. cut the interface into two: first part recive messages and put them into a z table and another flow that will be triggered by the reiciver message that will start a program that reads the table and send the messgaes.
    I don't like either of these but they both should work.
    Uri.

  • [svn] 1691: - Updating tests for realtime push over HTTP.

    Revision: 1691
    Author: [email protected]
    Date: 2008-05-13 14:36:54 -0700 (Tue, 13 May 2008)
    Log Message:
    - Updating tests for realtime push over HTTP.
    - Removing old tests that are better represented by the qa-manual\messaging\MessagingApp.mxml
    - Updating resources/config/services-config.xml so that it is clear that long poll settings have dependencies on each other:
    1. wait-interval-millis requires max-waiting-poll-requests in order to take effect
    2. client-wait-interval-millis needs the previous ones to take effect
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-manual/WEB-INF/flex/messaging-config.mods.xml
    blazeds/branches/3.0.x/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml
    blazeds/branches/3.0.x/qa/apps/qa-manual/WEB-INF/src/runtimeconfig/components/RuntimeEndp ointsAndFactory.java
    blazeds/branches/3.0.x/qa/apps/qa-manual/WEB-INF/src/runtimeconfig/components/RuntimeRTPu shOverHttpDestinations.java
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/test_autosend.mxml
    blazeds/branches/3.0.x/resources/config/services-config.xml
    Added Paths:
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/secureDestinationTest.mxml
    Removed Paths:
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testamf1_twodests.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testamf_channels.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testamf_destination.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testamf_secure_destination.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testhttp1_twodests.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testhttp_destination.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testhttp_secure_destination.mxml

  • Why should I use Publish instead of Routing for SOAP messages over JMS?

    Hi,
    I currently read the book "The Definitive Guide to SOA - Oracle Service Bus" and found the following sentence in the chapter "Wrapping an Asynchronous Web Service with a Proxy Service" on page 131, which confuses me:
    When you send a SOAP message over a JMS queue, you need to use the Publish action, not the Routing action. <<Are there general restrictions, when to use Publish and when to use the Routing action in asynchronous communication? Is this special for SOAP messages over JMS?
    Thanks for your advices,
    Katja

    Here are a few reasons why. Enjoy!!
    A
    What Can Amazon Web Services Be Used For?
    Although Amazon Web Services is a cool technology, it also provides the very useful function of enabling business partners to interact with Web site through standard protocols. This interaction can lead to a deeper, more valuable relationship for parties involved. Here are a few of the ways that partners are benefiting from Web Services:
    Associates: Associates program enables Web sites to link to Amazon.com and earn referral fees for sales that they drive through their links. Many Associates are now using Web Services to build more effective links to our store, thus enhancing their sites and earning more money.
    Sellers and Vendors: Amazon.com has thousands of third-party sellers who offer their products on our Web site. Using Web Services, these sellers can more easily manage large quantities of inventory on our platform, and download the latest product information to make sure that their products are competitively priced.
    Developers: Among the thousands of developers who have signed up to our Web Services program, many are now creating solutions to help other people work with Amazon. These solutions are powered using our Web Services APIs.
    www.amazon.com/gp/aws/landing.html

  • Setup 'addressable client' for reliable messaging

    Hello,
    I have a use case where I have to make a reliable call to JAX-RPC Webservice from BPEL. Reliable messaging policy is attached to JAX-RPC webservice that BPEL is invoking. For BPEL to successfully invoke JAX-RPC webservice with reliable messaging setup, I am told that I need to setup an 'addressable client'.
    Is there any documentation on how to set up an 'addressable client' for reliable messaging? Any help is much appreciated.
    Thank you

    is my topic in the wrong forum category? or is the topic the problem and nobody knows a solution?
    I'm looking forward to any answer.
    Best regards
    matthias

  • [svn] 3486: Updates to support reliable messaging over streaming transports .

    Revision: 3486
    Author: [email protected]
    Date: 2008-10-05 12:51:04 -0700 (Sun, 05 Oct 2008)
    Log Message:
    Updates to support reliable messaging over streaming transports.
    QA: No
    Doc: No
    Checkintests Pass: Yes
    Details:
    Unbind subscription invalidation from streaming connection close. New behavior is for subscription invalidation to be bound to session invalidation, in the same fashion as simple polling or long-polling works.
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/client/EndpointPushNotifier.java
    blazeds/trunk/modules/core/src/flex/messaging/client/FlexClient.java

    nokia will have this on there NSU by end of month or into next month.
    If you find my post useful then click on
    Kudos!Nokia N96 (v20.050 / RM-247)
    www.shaysoft.net | Competitions!

  • I need example for VARIABLES with Customer Exit.

    hi every body i need example for Variable for Customer Exit.

    Hi,
    You can define 'Formula' variables in your customer exit..for example..
    you need to calculate no of machine running hours per month, in order to
    caculate the machine total utilization time..in this context.. you need to know
    how may hours are there in an month by month..
    you can define a variable and write the code in the customer exit for deriving the total no. of hours available for that month and get that value into a variable for further calution like deducting the down time and set up time so on..in your
    calculated KF..
    Hope this helps..
    Assign points if useful..
    Cheers,
    Pattan.

  • Query regarding the tutorial for Oracle Service Bus (OSB 10gR3)

    Hi,
    I am working on a tutorial of Oracle Service Bus (OSB 10gR3).
    I have created the proxy service and the Business Service, using Oracle Service Bus console.
    The details are as follows:
    Proxy service: LoanGateway
    Business service1: A value of 4.9 or less causes the message to be routed to the ManagerLoanReview business service.
    Business service2: A value of 5.0 or greater causes the message to be routed to the NormalLoan business service.
    When i send the request message, so that it gets routed from proxy service to one of the business service than it gives following error.
    Request Document
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    </soap:Header>
    <soapenv:Body>
    <exam:processLoanApp xmlns:exam="http://example.org">
    <loanRequest xsi:type="java:LoanStruct" xmlns:java="java:normal.client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!--Optional:-->
    <java:Name>Smith</java:Name>
    <!--Optional:-->
    <java:SSN>1234567</java:SSN>
    <!--Optional:-->
    <java:Rate>4.1</java:Rate>
    <!--Optional:-->
    <java:Amount>9000000</java:Amount>
    <!--Optional:-->
    <java:NumOfYear>10</java:NumOfYear>
    <!--Optional:-->
    <java:Notes>Manager Loan Application Review Service</java:Notes>
    </loanRequest>
    </exam:processLoanApp>
    </soapenv:Body>
    </soapenv:Envelope>
    Response Document
    The invocation resulted in an error: .
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>
    BEA-380002: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </faultstring>
    <detail>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380002</con:errorCode>
    <con:reason>
    Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    Response Metadata
    <con:metadata xmlns:con="http://www.bea.com/wli/sb/test/config">
    <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <http:Content-Type>text/xml; charset=utf-8</http:Content-Type>
    </tran:headers>
    <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
    <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    </con:metadata>

    I have the same problem and I'm not able to telnet localhost on port 7021. How can I change this port number I think that port must be 7001, it is correct?Examples server domain is pre-configured for port 7021. The samples domain will have the examples properly deployed in this domain out of box. You dont need to change any thing in {BEA_HOME}\osb_10.3\samples\domains\servicebus\config.
    I doubt this has to do something with firewall . Check the last statement in the log after starting the domain.
    <May 19, 2009 8:50:09 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.177.242.25:7001 for protocols iiop, t3, ldap, snmp, http.>
    <May 19, 2009 8:50:09 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "base_domain" running in Development Mode>
    <May 19, 2009 8:50:09 AM IST> <Warning> <Server> <BEA-002611> <Hostname "mneelapu", maps to multiple IP addresses: 10.177.242.25, 127.0.0.1>
    <May 19, 2009 8:50:09 AM IST> <Warning> <Server> <BEA-002611> <Hostname "XYZ-v411-10-177-242-25.oracle.com", maps to multiple IP addresses: 10.177.242.25, 127.0.0.1>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    What are you seeing in your log file?
    Edited by: mneelapu on May 19, 2009 9:58 AM

  • OSB: Oracle Service Bus 10.3.1 Available for download

    http://www.oracle.com/technology/software/products/osb/index.html
    A new version of the Oracle Service Bus (OSB 10.3.1) is now available, quick list of new OSB features:
    * JCA Transport with certified JCA adapters
    * Support for generating config.jar from command line or ant task.
    * Enhancements to native MQ Series Transport.
    * New APIs to support the SOA Management Pack for OSB.
    Marc

    Hi..
    It's working (mostly) well now. The original implementation with ALSB/OSB 3.0 wasn't good, we got a patch for it back in December which contained big changes, so I presume that they back ported changes that were already in progress for the newer releases.
    However that patch wouldn't read from Queue Aliases, since it was performing a queue depth.. We receievd another patch early in May that fixes this.
    However we had an issue in production over the weekend, where the queue readers stopped reading, it looks like the problem was caused by a network router going funky, we've been trying to reproduce the situation in a local environment but not managed to replicate it yet, so it may be a rare case of events that causes the problem.
    I'd suggest trying the 10.3.1 version out against an Alias Queue, if you get the MQ messages Completion code 1 Reason code 2068, then this is the queue depth issue, and you'll need to get a support case going.
    We used the foreign jms okay for a long time, the only issue with it was firewalls chopping connections when writing (if no message written for a period of time less than an hour (firewall cutoff period)), this caused a connection hang for 6 minutes before it would realise the connection was actually dead before it created a new one. But we've been using the MQ transport for writing to queue since december with no problems. We were using the foreign jms for reading until last week.
    ..Regards.
    ..Mark.

  • Oracle Service Bus and Financila Message Designer

    Hi,
    I am new to OSB and FMD so want some good working examples/samples which can explain how to call the FMD cartridge from OSB.

    Oracle Service Bus 10gR3 contains the JCA framework which will eventually allow us to exploit the whole set of JCA adapters currently in use in BPEL Process Manager. Over the next few months several JCA adapters will be certified to be used with Oracle Service Bus - the Database adapter is one of the first of these.
    As for SOA Suite and WebLogic bundling, let me explain. SOA Suite contains the following products:
    BPEL Process Manager
    Business Activity Monitoring
    Business Rules
    Web Services Manager
    Complex Event Processing
    B2B
    ESB (the old Oracle ESB product)
    Service Bus (formerly AquaLogic Service Bus from BEA)
    This does not come with an application server as the suite is hot-pluggable (i.e. can be used with a number of application servers). However, the preferred (and cheaper) approach is to purchase SOA Suite and WebLogic Suite (which contains iAS, WebLogic Enterprise Edition, Coherence, JRockit with 100ms deterministic garbage collection and WebLogic Operations Control). This is because some of the elements of the SOA Suite only currently run on iAS (B2B) and some only run on WebLogic Server (Oracle Service Bus) although in the future these will also become hot pluggable.
    To find out more, check out the SOA Suite and WebLogic Suite pages below:
    [SOA Suite|http://www.oracle.com/technologies/soa/soa-suite.html]
    [WebLogic Suite|http://www.oracle.com/appserver/weblogic/weblogic-suite.html]
    You will find the DataSheets are particularly useful for giving you an overview of the suite.
    Hope that helps.
    Chris

  • Oracle Service Bus 10.3 - split join how to set header for invoked service

    In Oracle Service Bus 10.3 how can I set the header for the service being invoked. We make parallel calls to 2 different business services. One of the invoked service requires header to be set and I am unable to figure out how it can be done. Below are snippet of the code and WSDL.
    --- Login Operation start ---
    <operation name="login">
    <wsdlsoap:operation soapAction="blah"/>
    <input name="loginRequest">
    <wsdlsoap:body use="literal"/>
    <wsdlsoap:header message="passport:loginHeader" part="hppwsHeaderElement" use="literal"/>
    </input>
    <output name="loginResponse">
    <wsdlsoap:body use="literal"/>
    </output>
    <fault name="genericFaultException">
    <wsdlsoap:fault name="genericFaultException" use="literal"/>
    </fault>
    </operation>
    --- Login Operation end ---
    --- hppwsHeader Element --
    <complexType name="hppwsHeaderElement">
    <sequence>
    <element maxOccurs="1" minOccurs="0" name="version" type="tns1:version"/>
    <element maxOccurs="1" minOccurs="0" name="tx-id" type="tns1:tx-id"/>
    <element maxOccurs="1" minOccurs="1" name="systemLangCode" type="xsd:string"/>
    </sequence>
    </complexType>
    --- LoginRequest Element ---
    <xs:element name="loginRequestElement" type="s0:loginRequestType"/>
    <xs:complexType name="loginRequestType">
    <xs:sequence>
    <xs:element name="userId" minOccurs="1" maxOccurs="1" type="xs:string"/>
    <xs:element name="password" minOccurs="1" maxOccurs="1" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    --- LoginResponse Element ---
    <xs:element name="loginResponseElement" type="s0:loginResultType"/>
    <xs:complexType name="loginResultType">
    <xs:sequence>
    <xs:element name="sessionToken" minOccurs="1" maxOccurs="1" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    In Oracle Workshop for WebLogic when I create a split-join .flow file while adding the invoke service call to login operation I am prompted to create the loginRequest and loginResponse variables. I can assign the appropriate expression to loginRequest.loginRequestElement prior to making the invoke call but then the backend business call fails because "systemLangCode" is not defined and set. Actual fault is
    <ns1:genericFault xmlns:ns1="http://hppcbl.globalops.company.com/webservice">
    <systemLangCode>en</systemLangCode>
    <fault>
    <ruleNumber>589</ruleNumber>
    <fieldName>systemLangCode</fieldName>
    <code>field.empty</code>
    <desc>System language code is required.</desc>
    <ftype>2</ftype>
    </fault>
    </ns1:genericFault>
    I would really appreciate if someone could guide me on how to resolve this
    Regards,
    -Nilay

    There is this $header variable which you should populate before calling the BS. What is the type of BS? If it is WSDL BS , Any Soap BS then above solution will work. I assume that yours is WSDL based BS and setting $header should resolve this issue.
    AnyXML and Messaging type BS services requires that you create proper pay load (setting $header will not work).
    There is also other actions Set Transport Headers {outbound request/inbound response} which can be used to set transport related headers but not soap headers.
    Manoj

  • Need a help on implemening SAML with Oracle Service Bus

    We are implementing Webservice security using SAML with Oracle Service Bus for our project. We are in dire need of help in implementing the same. We have found some documents (osb console help, osb security) from the oracle web site but those documents have high-level details only. If we get the step-by-step flow and examples of implementing the Webservices security using SAML with Oracle Service Bus, it would be appreciated.
    Requirement details:
    1. Client application has to generate the SAML assertion (token) and pass that token to the OSB proxy service in a SOAP header along with the request.
    2. OSB proxy service gets the authentication token from the inbound request
    3. The token is passed to an SAML Identity Assertion provider and validate the token
    4. If the token is validated successfully then pass the valid token to appropriate business services.
    5. Business services communicates the appropriate external web services after validating the token and gets the response.
    Environment details:
    1. Oracle Weblogic Application Server 10g3
    2. Oracle Service Bus 10g3
    Thanks,
    Suresh Mani

    We are implementing Webservice security using SAML with Oracle Service Bus for our project. We are in dire need of help in implementing the same. We have found some documents (osb console help, osb security) from the oracle web site but those documents have high-level details only. If we get the step-by-step flow and examples of implementing the Webservices security using SAML with Oracle Service Bus, it would be appreciated.
    Requirement details:
    1. Client application has to generate the SAML assertion (token) and pass that token to the OSB proxy service in a SOAP header along with the request.
    2. OSB proxy service gets the authentication token from the inbound request
    3. The token is passed to an SAML Identity Assertion provider and validate the token
    4. If the token is validated successfully then pass the valid token to appropriate business services.
    5. Business services communicates the appropriate external web services after validating the token and gets the response.
    Environment details:
    1. Oracle Weblogic Application Server 10g3
    2. Oracle Service Bus 10g3
    Thanks,
    Suresh Mani

  • Regarding Good book for Oracle Service Bus 11g

    Hi All,
    What is the good book for Oracle Service Bus 11g in the below list(or You can also specify any book other than from below list)?
    1)Oracle Service Bus 11g Development Cookbook
    2)Oracle Service bus in 21 days
    3)The definitive guide to SOA:Oracle Service Bus,Second edition (or)first edition?
    Can yOu help me out which is the good book for OSB?

    Hi Deilby,
    Thank You for your reply.
    According to my understanding(I don't know whether it is correct or not),If you want to have full-fledged OSB development,we need to have eclipse.
    If you just need to have routing and transformation along with SOA suite development,We can use OSB console .
    Can You also look into this below SOA forums thread with SOA-OSB questions? If I have 'Oracle
    Service Bus 11g Development Cookbook' , Can I answer all those questions?
    https://forums.oracle.com/thread/2559964?tstart=0
    My intention is clear,I want to have full-fledged OSB development information(important components) and that leads to have good exposure to face questions.
    Can You help me out to clarify my understanding and recommend the book according to that?
    Note: I already worked on SOA Suite.I worked on OSB console. I think whatever we can  do with OSB eclipse development the samething we can do with OSB console along with SOA suite.
    Can You clarify on this?

  • Documentation and Examples of Oracle Service Bus

    Good afternoon!
    My name is Bruno Lira and I work with Peoplesoft HCM.
    Today the project on which I need to use the Oracle Service Bus to integrate with other PeopleSoft systems. By chance, someone here would have some documentation and examples of OSB?
    Thank you.

    an excellent book
    http://www.oracle.com/technetwork/articles/soa/schmutz-osb-cookbook-1543518.html
    list of training material
    http://www.javamonamour.org/2012/04/osb-training-material.html
    sample code
    http://www.javamonamour.org/2010/04/osb-sample-code.html
    enjoy!

Maybe you are looking for

  • Advance search not working with gender check

    Hi all, I am not sure if this is something you can help me with or if I am missing something totally obvious. I have a "advanced search form" which has a few options to check through such as age, city, nationality etc and I have two recordsets, one f

  • HT-ST9 Spotify Connect Issue

    Just purchased the HT-ST9. It's absolutely awesome! However I'm having issues playing Spotify with Spotify Connect. The speaker connects to my wifi no problem and has updated to the latest firmware, but when listening to Spotify from any device - iPh

  • SUS PO status

    Hi Masters. I have a question. when a PO is completely Goods receips and send all to SUS is ok.  the question is the header PO in SUS will be update to received., thanks for your help.

  • How do you make the background of your photo transparent?

    I have just cropped my pic using elements 12 and saved it as a png but it still has white corners around my circular pic. How do I get rid of the white corners? Thanks

  • ActiveX control "could not be loaded"

    G'Day everyone, I'm having a problem with my activeX controls (SHDocVw.IWebBrowser2 for example) - when I load and run a LabVIEW 6i VI with an ActiveX container on the front panel, I get an error 97 (Unknown System Error in Untitled.vi) out of its me