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
Expand all | Collapse all

Issues while invoking the Service:"getDocumentTypeInfo" in WmBrokerAdmin package.

  • 1.  Issues while invoking the Service:"getDocumentTypeInfo" in WmBrokerAdmin package.

    Posted 01/28/09 04:17 PM

    Hi,

    I would like to dispaly the canonical structure in a dsp page as similar to the structure that it was showing in BrokerAdmin page->Document Types.

    I tried “wm.broker.admin.documenttypes:getDocumentTypeInfo” service in WmBrokerAdmin package to retreive the canonical structure
    .But it was showing the error “Error: no broker name entered”.

    let know your comments on this issue, also let me know if any other service exists to retreive the broker canoncial structure.

    Thanks,
    Sirisha.


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


  • 2.  RE: Issues while invoking the Service:"getDocumentTypeInfo" in WmBrokerAdmin package.

    Posted 01/30/09 03:58 PM

    Not sure this package has documentation about all these services :wink:

    BUT before using “getDocumentTypeInfo” declare the string “brokerName” and “serverName” with the good values
    and I think you should use “getDocumentType” instead of “getDocumentTypeInfo” in order to retrieve the “Document Folder/Type” available.
    You also have to declare the string “scope” in order to go inside Document Folder or to retrieve details about the Document.


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


  • 3.  RE: Issues while invoking the Service:"getDocumentTypeInfo" in WmBrokerAdmin package.

    Posted 01/30/09 11:30 PM

    All the WmBrokerAdmin services, need brokerName and serverName fields, so make sure you are setting those fields in a map step before invoking those services


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