Adobe API capabilities | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darren_Bowers

Hi @ramaswami  you can use CreateOperationFromModel : https://docs.adobe.com/content/help/en/campaign-classic/technicalresources/api/sm-operation-CreateOperationFromModel.html

Its a fairly complex XML structure to create the Operation and Workflow, so I would try to use the UI in conjunction with a web services capture utility like Fiddler to capture some example requests so you can see how the UI creates a campaign from scratch: https://helpx.adobe.com/campaign/kb/soap-traffic-fiddler.html

Cheers Darren

1 reply

Darren_Bowers
Darren_BowersAccepted solution
Level 9
June 26, 2020

Hi @ramaswami  you can use CreateOperationFromModel : https://docs.adobe.com/content/help/en/campaign-classic/technicalresources/api/sm-operation-CreateOperationFromModel.html

Its a fairly complex XML structure to create the Operation and Workflow, so I would try to use the UI in conjunction with a web services capture utility like Fiddler to capture some example requests so you can see how the UI creates a campaign from scratch: https://helpx.adobe.com/campaign/kb/soap-traffic-fiddler.html

Cheers Darren

RamaswamiAuthor
Level 4
June 26, 2020

Hi Darren,

Thanks for the suggestion.

 

what i understood is to use the function "CreateOperationFromModel" and inside the function we need to provide xml and that xml should be taken from fiddler.

 

Our Adobe instance is hosted in cloud.

instance url: https://rXXXXXx.com

my ip : XX.XX.XX.XX

I tried using fiddler.I configured this in fiddler using the above details:

if (oSession.HostnameIs("https://XXX.com")) { oSession.host = "XX.XX.XX"}

and i have created a campaign in back end tool using create a campaign through UI but i can't able to see the related soap messages in fiddler while i am creating a campaign at back end. Maybe i am doing some mistake in configuring the fiddler. Can you please help.