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

ADK60 How to specify signature of adapter service template

  • 1.  ADK60 How to specify signature of adapter service template

    Posted Tue August 26, 2003 05:49 PM

    Hi,

    I would like to know how to specify the data type of the fields in the signature of an adapter service template.

    The tutorial demonstrates the use of string fields:

    d.setResourceDomain(TutorialAdapterConstant.KEY_FIELD_NAME,
    WmTemplateDescriptor.INPUT_FIELD_NAMES,
    new String { TutorialAdapterConstant.KEY_FIELD_TYPE });

    public String getKeyFieldType(){
    return “string”;
    }

    But I don’t see how to specify other types of data.
    If possible I’d like to use a DocumentType in the signature ( like you can do in developer for any flow service ).

    Thanks for your help
    Arnaud Lenfant


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