Expand my Community achievements bar.

Adobe Campaign Community Lens 8th edition is out!

SOAP call using JSON input

Avatar

Level 2

Hi ,

I am trying to create a webservice to store data from AEM form in recipient Table. I will be receiving input value in JSON format. I have adobe Campaign v6.1.1 build 8767. I have declared inout parameter as DOMElement in method.How can i parse the data from DOMElement input parameter.

2 Replies

Avatar

Level 10

Hi,

Have you tried using the native integration between Campaign and AEM? Once connected, there are options in AEM to map AEM form fields to Campaign (Integrating with Adobe Campaign 6.1​).

If you can only do it using webservices, here are some useful links:

Florent

Avatar

Level 2

Thanks Florent. I am trying the webservice. Will add anything needed.