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.  Need Help on StringToObject Conversion

    Posted 05/07/12 04:45 PM

    Hello ,

    Would appreciate if anyone could tell me how can I convert a StringToObject in webMethods …i checked out the WMPublic package , where I can see ObjectToString , but not vice versa …


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


  • 2.  RE: Need Help on StringToObject Conversion

    Posted 05/07/12 07:37 PM

    A String is an object. Basically, an “Object” in the sense of a what is shown Developer is any Java object that isn’t of an explicitly supported type. As you undoubtedly know, all “things” in Java are objects. Developer/IS has explicite support for String, Long, Double, etc.

    When mapping, a String in the pipeline can be mapped to an Object input if that is what is exposed by the service–and the service indicates it supports being passed a String object.

    There isn’t any notion of converting a String to an object–it already is an object.


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


  • 3.  RE: Need Help on StringToObject Conversion

    Posted 05/08/12 09:45 AM

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