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
  • 1.  Retrieving Corporation Name using External ID Type

    Posted 11/17/04 02:26 PM

    I am trying to retrieve the Corporation Name defined in the profile using the ExternalID type. The ExternalID type i have is basically the DUNS number.

    I have gone through the built in services and see that most of the profile related services require internal partnerID to query for the profile info. All i have is the ExternalID type…How do i do it…

    Thanks
    SJ


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Retrieving Corporation Name using External ID Type

    Posted 11/17/04 02:53 PM

    Hello,
    I do this:

    id (DUNS) , idTypeCode (01) -> wm.tn.profile:getInternalID -> partnerID

    partnerID -> wm.tn.profile:getProfileSummary -> profile/CorporationName

    I add checks to this as my inputs are sometimes null and for my company, we also use the ZZ qual (which is 99 to WM).


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 3.  RE: Retrieving Corporation Name using External ID Type

    Posted 11/17/04 03:06 PM

    ybedu,

    Works perfectly … Thanks very much

    -SJ


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods