Issue: No Contact Address is Displayed on Calling Contact Web Service
Hi,
Please check the concern using the credentials below in OOA Pod:
Concern: Contact Version 1 Custom WSDL does not return values when query was executed to know the alternate adress details of Contact ID AOOA-21ODHY. Below is the actual code in calling the web service:
private WSOD_Contact_v1.ContactWS_ContactQueryPage_Output getContactAddressDetails(String contactId)
{
WSOD_Contact_v1.Contact prxySrvcContact = new CRMSynch.WSOD_Contact_v1.Contact();
WSOD_Contact_v1.ContactWS_ContactQueryPage_Input inputContact = new CRMSynch.WSOD_Contact_v1.ContactWS_ContactQueryPage_Input();
WSOD_Contact_v1.ContactWS_ContactQueryPage_Output outputContact = new CRMSynch.WSOD_Contact_v1.ContactWS_ContactQueryPage_Output();
inputContact.PageSize = "100";
inputContact.StartRowNum = "true";