Soap call using Message center | Community
Skip to main content
Level 4
September 28, 2017

Soap call using Message center

  • September 28, 2017
  • 2 replies
  • 11421 views

HI

I am trying to use the SOAP UI to test the message center email. The soap call goes fine and I get back the Id from the event when I test .there is no email going out and the events are marked as Pending. Any Idea what I am missing? When I test the template to send proof it works fine

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:nms:rtEvent">

   <soapenv:Header/>

   <soapenv:Body>

      <urn:PushEvent>

         <urn:sessiontoken>___7cedba79-c6ad-43c9-a367-5c228b698035</urn:sessiontoken>

         <urn:domEvent>

        

       <rtEvent xmlns=""  type="tstThankYouForRegisteringRecipient" email="test@gmail.com"

wishedChannel="email" externalId="1234">

<ctx>

        <website name="ecomerce" url="http:www.gmail.com"/>

        <customer email="test@gmail.com" firstName="test" lastName="test"/>

      </ctx>

      </rtEvent>

</urn:domEvent>

      </urn:PushEvent>

   </soapenv:Body>

</soapenv:Envelope>

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

vraghav
Adobe Employee
Adobe Employee
September 29, 2017

If the event is in Pending status it means that they have not been connected with their associated template to launch a delivery or there is some issue.

First point will be to check if rtEventProcessing technical workflow is running without errors on the execution instance.

Can you please check that.

When you send a proof it is executed on the control instance while API calls go to execution instance and hence the two are not related.

Level 4
September 29, 2017

Thanks Vipul

based on my SOAP call do you see any issues? Does the template that I call need to be published before testing?

not sure what this mean:

"If the event is in Pending status it means that they have not been connected with their associated template to launch a delivery or there is some issue."

thanks

vraghav
Adobe Employee
Adobe Employee
September 29, 2017

Is you Control and Execution instance on the same installation or they are instances.

Templates are created using the Control instance and they need to be published on Execution instance before firing the relevant API call on the execution instance. If you have not published it, execution instance will not fire an email for the API call.

First thing to check after that is whether or not the rtEventProcessing workflow is running properly.

joanag55068639
Level 2
September 29, 2017

Hi

I think that you have some issue on RT instance (the server of Message Center who sends the transactional message). It could be a deliverability issue (SMTP server of message center hasn't the necessary rules).

Regards.