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

Specify inputsoutputs of a Java service as a String List

  • 1.  Specify inputsoutputs of a Java service as a String List

    Posted Mon August 01, 2005 05:39 PM

    Hi All,

    The WM Dev. doc. only tells of field, document, object and in the sample codes as record for the inputs or outputs. Is there a similar “thing” for String List and what’s the exact format? Otherwise, after installation, I’ll have to go to the WM Developer to change the type, save, export, etc…

    Thanks in advance.

    QN


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


  • 2.  RE: Specify inputsoutputs of a Java service as a String List

    Posted Mon August 01, 2005 09:53 PM

    Never mind. Found it out.
    For anyone that is interested:

    [o] field:1:required [name]

    (number 0 specifying String,
    number 1 specifying String List,
    number 2 specifying String Table)

    Always wondered what the number after the “field” means. Now it has some meaning.

    Regards.

    QN


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