Hi All,
I am getting an error message saying, "Insufficient Search Criteria supplied" when I run searchPerson transaction using following soap message fragment via Web services call.
<q0:SearchParty>
<control>
<requestId>12345</requestId>
<requesterName>PC</requesterName>
<requesterLocale/>
</control>
<partySearch>
<contactMethodType>7</contactMethodType>
<contactMethodReferenceNumber>pc@ibm.com</contactMethodReferenceNumber>
</partySearch>
</q0:SearchParty>
However, the transaction gives me expected result when I run with same inputs from my workspace. This happens for many types of search like identification search etc.
Please let me know what could be wrong.
Regards
PC