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.  help to make vb client program for IS service.

    Posted 10/04/07 06:48 AM

    Hi.

    I generated VB Client code for calling IS Service.
    but IS Service output value is document list.

    in case of string , i can get value easly as below statment.

    outputs.get(“isSendFtp”)

    but the IS Service ouput is document list.

    how can i get document list and values?

    please give me advice.


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


  • 2.  RE: help to make vb client program for IS service.

    Posted 10/04/07 04:36 PM

    Did not the client code wizard generate the code to get the document list (array)?


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


  • 3.  RE: help to make vb client program for IS service.

    Posted 10/05/07 01:12 AM

    The wizard generated only input pipeline value.


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


  • 4.  RE: help to make vb client program for IS service.

    Posted 10/05/07 01:12 AM

    Thank you.
    I solved problem myself.

    I just mapped output value to Variant Type Value.
    It works good.


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