Author Message
YiWang
Joined: Jan 20, 2014
Messages: 4
Offline
Hello
Is there any document talked about customized event(HTTP/HTTPS) and example configuration in SMGR and ED to show how Postman in Chrome post event and trigger the Engagement Designer flow.
Specifically my issue is "Postman in Chrome is unable to trigger ED flow"
1. Defined HTTP event in EDP3.1 ED administation page.
2. Post the event from Chrome Postman and get 200OK back.
3. In the ED Admin page, I can create instance of ED flow and run ok.
4. When want to trigger by Chrome, iI can see following logs in the EDP server "EventingConnector" log.

***
2015-10-09 16:54:54,216 [WebContainer : 0] EventingConnector FINEST - EventingConnector-3.1.0.0.310011 - doPost ENTER
2015-10-09 16:54:54,217 [WebContainer : 0] EventingConnector FINEST - EventingConnector-3.1.0.0.310011 - populateEventMetadata metadata: EventMetaDataImpl [user=null, userAsMatched=null, serviceProfile=null, correlationId=null, producerName=null, producerVersion=null, valueMap={}, isImmutable=false]
2015-10-09 16:54:54,218 [WebContainer : 0] EventingConnector FINER - EventingConnector-3.1.0.0.310011 - getCall: interactionId: null
2015-10-09 16:54:54,218 [WebContainer : 0] EventingConnector FINEST - EventingConnector-3.1.0.0.310011 - doPost: It is not NOT_HOST_INTERACTION
2015-10-09 16:54:54,218 [WebContainer : 0] EventingConnector FINEST - EventingConnector-3.1.0.0.310011 - doPost body : {Participant3:3001,Participant2:3002,Participant1:3003}
2015-10-09 16:54:54,218 [WebContainer : 0] EventingConnector FINER - EventingConnector-3.1.0.0.310011 - createEventProducer ENTER eventBody.length=55
2015-10-09 16:54:54,218 [WebContainer : 0] EventingConnector FINEST - EventingConnector-3.1.0.0.310011 - populateUserHandleAndDomain user=null
2015-10-09 16:54:54,218 [WebContainer : 0] EventingConnector FINER - EventingConnector-3.1.0.0.310011 - publish ENTER publication=PublicationImpl [family=HTTP, type=HTTP request, eventMetaData=EventMetaDataImpl [user=null, userAsMatched=null, serviceProfile=null, correlationId=null, producerName=EventingConnector, producerVersion=3.1.0.0.310011, valueMap={}, isImmutable=true], effectiveUser=null, userMinusDefaultDomain=null, userHandle=null, userDomain=null, eventBody=<not shown>, eventVersion=1.0, actualProducerName=EventingConnector, actualProducerVersion=3.1.0.0.310011, publicationId=79-EventingConnect-3.1.0.0.310011-26eb5890-2380-45cc-81bd-d5696a4c01e9, publicationTimestamp=1444380894218, metaDataBitSet=CeBitSet [val=0x2], valueCount=0]
2015-10-09 16:54:54,219 [WebContainer : 0] EventingConnector FINER - EventingConnector-3.1.0.0.310011 - setInteractionResponseBody Response status is set to 200
***

I appreciate for your any comments/helps.

Wang Yi
YiWang
Joined: Jan 20, 2014
Messages: 4
Offline
There is a mapping error in my postman message - type must be exact same with one defined in custom event. So this issue is solved and thank you!
Go to:   
Mobile view