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.  Developing adapter Developer shows my operation source

    Posted 11/15/02 09:56 PM

    Trying my hand at created IS adapters via the adapter development kit. Think I’m getting the hang of it except for one thing.

    I took the imdkExample adapter and copied the imdkExampleServices.java class, modifying it accordingly so my adapter has a service or two. However, when I view the Source tab for the inOperation flow in the Developer, it will show my source code. When I select the inOperation for the imdkExample adapter, the Source tab just displays “Source not available”.

    Anybody have any ideas on what I need to do to hide my source code?


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


  • 2.  RE: Developing adapter Developer shows my operation source

    Posted 11/15/02 09:58 PM

    delete the .frag files from the packages/packagename/ns/** directory!


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


  • 3.  RE: Developing adapter Developer shows my operation source

    Posted 11/18/02 03:32 PM

    Thanks, that worked. Also found that if you compile and reload the adapter, the .frag files will get recreated.


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