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.  String Manipulate

    Posted 06/18/07 04:40 AM

    how can i manipulate a string?for example i want to reversed a string ( generate string output is the reserve string from string input).in the common java i usually use array or pointer,but in WMdeveloper it’s kinda hard to understand the logic…

    thanks


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


  • 2.  RE: String Manipulate

    Posted 06/18/07 02:34 PM

    For many needs the services in pub.string will be useful. If you have needs such as the contrived “reverse string” example, you can create a Java service that does the work.


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


  • 3.  RE: String Manipulate

    Posted 06/20/07 07:58 PM

    For requirements like this ,u have to create your own java service .

    -sri


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