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:15 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


    #webMethods
    #Integration-Server-and-ESB


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

    Posted Tue March 02, 2010 02:47 PM

    You can use PSUtilities.misc:getServiceName to achieve that and customize it to your needs.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


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

    Posted Wed March 03, 2010 08:54 AM

    thanks for reply

    any utility service is there, if i map document to the utility service should give fully qualified path of the document.

    regards,
    anil kumar e


    #Integration-Server-and-ESB
    #webMethods


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

    Posted Wed March 03, 2010 02:45 PM

    You can write a java service using API…there are ways to do it.


    #webMethods
    #Integration-Server-and-ESB