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
  • 1.  fully qualified path of the services and document

    Posted Tue March 02, 2010 01:14 PM

    Hi All,

    Is there any way to get the fully qualified path of the service in the flow service?(it’s own path), programatically?

    For Ex: During publishing a document we give documentType(Normally we hard code fully qualified path ), is there any way to avoid this kind of hard coding?

    and also avoiding hardcoding of qualified path of java and flow services, any built in service available.

    regards,
    anil kumar e


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


  • 2.  RE: fully qualified path of the services and document

    Posted Tue March 02, 2010 04:33 PM

    How would you envision getting the fully qualified path of an element? What would the caller pass to a service to indicate “I need the fully qualified path of XYZ”?


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


  • 3.  RE: fully qualified path of the services and document

    Posted Tue March 02, 2010 04:48 PM

    Anil,

    You can use a config file to store this value and then use it later in the services.

    Cheers,
    Akshith


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


  • 4.  RE: fully qualified path of the services and document

    Posted Wed March 03, 2010 09:01 AM

    PSUtilities.misc:getServiceName by this utility service we can get qualified path of the service, please tell me any utility service is there to fully qualified path of document,if i map the document as a input to the utility service

    anil kumar ellendula


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


  • 5.  RE: fully qualified path of the services and document

    Posted Tue March 09, 2010 07:06 PM

    I want to do something similiar. i have a publish step, and I am using a document reference structure to the “document” input. I either have to lookup the document reference name or hardcode it to the documentTypeName input of the Publish step. I would be nice if the document reference could be figured out in flow so a lookup or hardcoding of the document name was not needed.


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


  • 6.  RE: fully qualified path of the services and document

    Posted Tue March 09, 2010 07:14 PM

    How would you envision referring to the document type? What other name could be used?

    I think I understand the desire–to avoid using the full name in case the name changes. But when the name changes, then you’ll need to change something somewhere, be it a properties file or some other facility that maps a short-hand name to the real name.


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