Concept that extends Adobe Campaign Classic API (soaprouter.jsp) to process and store SOAP request data in custom schemas.
By David Garcia MarkTech Ltd
1 of 11
Downloaded 17 times
More Related Content
Neolane API Custom SOAP request handler
1. MARKTECH LTD
Adobe Campaign Classic
Concept for storing data through ACC API
David Garcia
A proposal thatallowsdatato be sentthroughACC¡¯sAPI(soaprouter.jsp) to store dataintocustomschemasusingJavaScriptlibrariesandcustomfunctionstohandle
requestsandstorage destination.
3. ? David Garcia
(WSDL) Web Service Definition Library
Once custom schemahasbeencreatedanddeployed,aWSDL file ismade available containingcustommethods andbindstoACC¡¯sdefaultAPI.
8. ? David Garcia
SOAP response
Once ACC¡¯sAPIconsumesthe request,itreturnsthe destinationschemaandthe primarykeyof the recordinserted;thisishandledbythe JavaScriptlibrary
cus:PushStoreEvent
9. ? David Garcia
Schema Table Records
Recordsof logsstoredinthe StoreEvent reference core table
Recordsof data storedfromsoaprequeststocustom scoresschema
10. ? David Garcia
Database Table Records
Recordsas seenonthe postgresdatabase forcus:StoreEventschema
11. ? David Garcia
Conclusion
The proof of conceptservesasa pointof entryfor data meantto be storedto customschemasinAdobe CampaignClassic,customJavaScriptlibrariescanbe extendedto
cater for multiplecustomtablesandrequestscanbe processedinparallel.