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.  New to Java Services, help!

    Posted 12/18/12 03:36 PM

    I am trying to access the Business calendar in the MyWebMethodsServer
    from a Java Service I am trying to create and I am not sure how to go about
    doing this. I found this package:

    com.webMethods.caf.faces.data.calendar.BusinessCalendarModel

    That has a method: [B]getCorporateCalendar/bwhich returns a business calendar object
    but I am not sure how to write this service, Any help/direction would be Greaaatly appreciated!
    Also if anyone has seen any good tutorials on the web on how to program something
    like this I would be greatly appreciative as I am new to webMethods, THANKS!!!


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


  • 2.  RE: New to Java Services, help!

    Posted 12/21/12 05:55 AM

    refer to below API to get more details…
    file:///C:/SoftwareAG/_documentation/webMethods/My_webMethods/8-2-SP1_CAF_and_MWS_Java_API_Reference/com/webMethods/caf/faces/data/calendar/BusinessCalendarModel.html


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


  • 3.  RE: New to Java Services, help!

    Posted 12/21/12 02:30 PM

    Thanks for the directions to the correct API but I’m still unsure of how to use it. According to the documentation BusinessCalendar has two methods that would probably help. the setCorporateCalendar(Object corpCalendar) and getCorporateCalendar(Object corpCalendar). My question is, using the get method, how do I access the calendar that was already created in the MyWebMethods Server under administrator?


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