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.  invoking the flow or java service

    Posted Mon July 23, 2007 01:12 PM

    Hi
    for invoking the any service we need to specify from the foler to service but no need to give the pkg name.how the IS can identify the pkg.
    suppose package a
    folder b
    service recivedoc
    to call this service we have to call like this
    b:receivedoc


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


  • 2.  RE: invoking the flow or java service

    Posted Mon July 23, 2007 04:04 PM

    The package is not part of the namespace. It is a design-time organizational helper only.


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


  • 3.  RE: invoking the flow or java service

    Posted Mon July 23, 2007 06:23 PM

    All elements in IS are uniquely identified by their fully qualified name. As Rob mentioned, this begins with the name of the top-level folder under which the element was created in Developer, followed by any subfolders separated by dots and finally by a colon and the name of the element (service, document type, trigger, etc.).

    For example the built-in service “addInts” is contained in the WmPublic package, but its fully qualified name is pub.math:addInts. The createSoapData built-in service is also contained in WmPublic package and has a fully qualified name of pub.soap.utils:createSoapData.

    Mark


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