Retrieving Corporation Name using External ID Type

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

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).

ybedu,

Works perfectly … Thanks very much

-SJ