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.

 View Only
  • 1.  Tamino X-Application API

    Posted Thu June 27, 2002 08:35 AM

    Hello,
    I have seen the examples of API.It consists of seven java programs.And Corresponding class files are also present.But How I will be using the API’s in the Web Applications??

    Pls help me…


    Thank u

    dgdfgf


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Tamino X-Application API

    Posted Thu June 27, 2002 12:02 PM

    I’m not sure if this is the answer to your question, but let’s try:

    If you want to access Java Code in a Web application, you have to compile the code into
    yourWebAppDir/WEB-INF/classes. Example: if the name of your class is “MyClass” in package “my.package”, there has to be a class file “yourWebAppDir/WEB-INF/classes/my/package/MyClass.class”.

    Michael

    Software AG Germany, Darmstadt


    #API-Management
    #webMethods
    #Tamino