IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Upgrading 46 Java Service

    Posted 07/19/05 09:03 AM

    hi I have to do a upgration of a code from wm4.6 to wm6.1.
    In wm4.6 there is a custom code. It basically catches the error in Try block and then exposes it and then sends it to catch block

    private void ExposeErrorStatusMethod(
    String ErrorMessage)
    throws AdapterException, BrokerException
    {
    throw new AdapterException(“ErrorMessage:” + ErrorMessage + “:”);
    }

    how do we write the same java services in wm6.1. what will be the input and output of the java service.
    kindly help me out.
    thanks and regards
    avinash


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Upgrading 46 Java Service

    Posted 07/19/05 06:57 PM

    you can throw service exceptions, try searching in forums for more help.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods