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.  How to set path for java service

    Posted 06/12/08 12:33 PM

    i want to invoke a java service in webMethods developer ,so do i need to configure the path of the java enabled service ,if so where do i need to and how plz help me out , or do i get any pdf’s regarding this


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


  • 2.  RE: How to set path for java service

    Posted 06/12/08 02:09 PM

    set path in server file of config folder of integrationserver for compiling java services

    watt.server.compile=javac -classpath {0} -d {1} {2}
    [SIZE=2]watt.server.compile.unicode=javac -encoding Unicode -classpath {0} -d {1} {2}
    give path here and refer to installation guide pdf also(pdf we get in Advantage webMethods site)

    gomathi
    [/SIZE]


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


  • 3.  RE: How to set path for java service

    Posted 06/13/08 03:48 PM

    The configurations mentioned above are only useful when trying to compile the Java service. They are not necessary if you simply want to invoke the service.

    There are a number of ways that you can invoke a service on the IS. Please let us know exactly how you’re trying to invoke the service and what problems you’re running into, then we should be able to help.

    • Percio

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


  • 4.  RE: How to set path for java service

    Posted 06/14/08 08:35 PM