CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

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";

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center