IBM InfoSphere Master Data Management, Version 10.1soapUI is a simple tool that can be used to start the web services without writing code.
This code is a sample request XML for the “searchPersonListAsIdentity” method (record type Person, entity type Identity):
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:cli="http://client.initiate.com/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<cli:searchPersonListAsIdentity>
<bean>
<LegalNameList>
<LegalName>
<first>Patty</first>
<last>Countryman</last>
</LegalName>
</LegalNameList>
</bean>
<minScore>1</minScore>
<maxResults>10</maxResults>
</cli:searchPersonListAsIdentity>
</soapenv:Body>
</soapenv:Envelope>
