Page 1 of 1

A website outside of Adobe Campaign needs to display the address of the recipient that is stored on Adobe Campaign. The

Posted: Thu Jul 21, 2022 9:08 pm
by answerhappygod
A website outside of Adobe Campaign needs to display the address of the recipient that is stored on Adobe Campaign. The customer wants to use SOAP webservices. How would you implement that?

A. Create a database link from the customer's database to the Adobe Campaign database.
B. Create a JSP and access the Address field using a SQL query.
C. Add a custom method to the schema and get the address using a queryDef.
D. Create a webapp and add a database field mapped to the address.