webMethods

webMethods

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
  • 1.  Flow services for documents

    Posted Fri March 13, 2009 10:47 AM

    Hi.

    I need to know if there is a way for a given package to retrieve a list of documents that are on that package and it’s properties.

    Been searching the documentation but cant find it… :confused:

    Thanks


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


  • 2.  RE: Flow services for documents

    Posted Fri March 13, 2009 07:31 PM

    Do you mean you’re looking for a service to return the list of document types defined within a particular package?

    I don’t think there are any public services available. But you might find something that could help you do this within the WmDoc package. It is available from Advantage. A similar package named PackageDoc is in the Shareware section here has some services that might also help.


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


  • 3.  RE: Flow services for documents

    Posted Sat March 14, 2009 02:55 PM

    Yes…

    I need to scan a package for all documents definied in that package.

    I will then need to loop over each document to search for a particular property.

    I will look into the packages you refer.

    Thanks!!

    :slight_smile:


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


  • 4.  RE: Flow services for documents

    Posted Tue March 17, 2009 12:30 PM

    I was able to list all documents ina package using the WmDoc.

    I am still not able to check for a specific document if it is Guaranteed or Volatile. :o


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


  • 5.  RE: Flow services for documents

    Posted Tue March 17, 2009 04:55 PM

    Just a nitpick on terminology–you’re listing document types, not documents.

    With the document type name, you should be able to get the properties of the document type. I think WmDoc has services that dig one more level down.


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