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
Expand all | Collapse all

Deprecated services in wM60

  • 1.  Deprecated services in wM60

    Posted Fri June 13, 2003 09:15 AM

    Heard that built in services are deprecated in wM6.0, which are available in wM4.6.

    1. Is anybody aware of the list of such services - kind of ready reckoner?
    2. How to handle these services when one migrates from 4.6 to 6.0?

    Bhavani Shankar


    #webMethods-Upgrade
    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Deprecated services in wM60

    Posted Fri June 13, 2003 01:43 PM

    Bhavani,

    Is there any specific module are you referring to.

    I know that eventually the DB adapter services will be deprecated and instead we should start using JDBC adapter services.

    Some services in TN are going out as well. They dont encourage us to use templates anymore. We have to use the Flatfile Schemas for EDIs. Correspondingly, some services in TN handling templates are getting deprecated.
    Besides these, there are many small services that are getting phased out which i dont remember at this moment.

    I think we should start maintainng a list as we hear more from other users.


    #webMethods-Upgrade
    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 3.  RE: Deprecated services in wM60

    Posted Wed June 18, 2003 04:09 PM

    is there a site anywhere that post what all the deprecated services of v4.6 if we migrate to v6 then?


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Upgrade


  • 4.  RE: Deprecated services in wM60

    Posted Wed June 18, 2003 04:52 PM

    These deprecated services are listed in section 6.0 of the wM 6.0 readme.txt file. There are over 30 services that have been deprecated.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods-Upgrade


  • 5.  RE: Deprecated services in wM60

    Posted Thu June 19, 2003 07:11 PM


  • 6.  RE: Deprecated services in wM60

    Posted Fri June 20, 2003 01:13 AM

    Sweet list. I now 6.0 has new Management/Monitoring frameworks, but I wish they kept some of the Event Listener services.


    #webMethods-Upgrade
    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 7.  RE: Deprecated services in wM60

    Posted Fri June 20, 2003 02:27 AM

    hi Mark,
    thanks for the spreadsheet. May i know if the spreadsheet covers the whole list of deprecated services in IS 6?


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods-Upgrade
    #webMethods


  • 8.  RE: Deprecated services in wM60

    Posted Fri June 20, 2003 04:21 AM

    Mark - I don’t have the webMethods documenation handy but isn’t the entire pub.db (pub.db:execSQL, connect, close, call, etc.) package deprecated also?


    #webMethods-Upgrade
    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: Deprecated services in wM60

    Posted Fri June 20, 2003 05:25 AM

    Yes, WmDB is deprecated, but they still provide documenation for it.


    #webMethods-Upgrade
    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 10.  RE: Deprecated services in wM60

    Posted Fri June 20, 2003 11:27 PM

    Jennifer, The spreadsheet is based upon what I could glean quickly from the WM6 docs. No warranties are expressed or implied :wink: regarding items I may have missed or services deprecated but not documented by WM. As Rajesh and Ray pointed out, I missed the pub.db stuff and have added it to the attached revised list.

    HTH,

    Mark

    Revised List of Built-In Services Deprecated or Replaced in IS 6.0
    IS 6.0 Deprecated Built-In Services v1.1.xls (20.5 k)


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Upgrade


  • 11.  RE: Deprecated services in wM60

    Posted Wed January 28, 2004 05:53 PM

    Here’s a new version updated with the one additional service that was deprecated in 6.1: pub.smime:getContentType.

    IS 6.1 Deprecated Services List
    IS_6_0_Deprecated_Built-In_Services_v1.2.xls (21.0 k)

    Mark


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods-Upgrade


  • 12.  RE: Deprecated services in wM60

    Posted Tue March 09, 2004 08:29 PM

    Has anyone developed a Java Service to replace the 6.0 deprecated service pub.list:getListItem.

    After going through the WM JavaDoc it appears the service was deprecated because the class IDataHashCursor was deprecated. The reason for deprecating was “Replaced by key-based methods in IDataCursor”. However, since there is technically a replacement for IDataHashCursor, has anyone had any luck developing a replacement service?


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Upgrade
    #webMethods-General


  • 13.  RE: Deprecated services in wM60

    Posted Wed March 10, 2004 04:58 AM

    Glenn,

    The pub.list:getListItem built-in service was deprecated because, beginning with release 6.0, you can now extract a specific item from a string list or record list using only a map statement.

    You do this by specifying a variable (enclosed in “%” characters) containing the index of the desired list element in the List Properties dialog on a map statement. In prior releases, you could only specify an integer value in this dialog.

    To see how this works do the following:

    1. Create a new Flow service with a string list input variable called myList and a second string variable called myIndex. []Insert a new MAP statement. Create a new string variable called myListItem and draw a line to it from myList. []Double-click on the line to open the List Properties dialog. [*]In the index field type %myIndex%.

    Run the service with the following values:

    The results tab should show that the the myItem variable now contains the third list item, “charlie” (java array indices begin with 0).

    HTH,

    Mark


    #webMethods
    #webMethods-Upgrade
    #webMethods-General
    #Integration-Server-and-ESB


  • 14.  RE: Deprecated services in wM60

    Posted Mon March 15, 2004 09:19 PM

    I am having to upgrade some 4.6 flows that utilize two deprecated services that were not replaced; pub.table:recordListToTable and pub.table:tableToStringTable. These services are invoked in series to convert a document list into a string table. Is there another easy method to convert a doucment list into a string table object in 6.01?


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Upgrade


  • 15.  RE: Deprecated services in wM60

    Posted Tue March 16, 2004 08:47 PM

    Hi All,

    I am also facing this issue. Does anyone have any solutions to this? I was thinking of writing my own Java service to handle this.

    Please let us know if someone has a better solution.

    Thanks
    -Rohan


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Upgrade