HI
I am testing the message center soap api to send an notification email. I followed the steps to set up the templates/Events.
Below is the soap call.
<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="yumThankYouForRegisteringRecipient" email="vend@yahoo.com"
wishedChannel="email" externalId="1234">
<ctx>
<website name="ecomerce" url="http:www.yum.com"/>
<customer email="test@test.com" firstName="Alex" lastName="test"/>
</ctx>
</rtEvent>
</urn:domEvent>
</urn:PushEvent>
</soapenv:Body>
</soapenv:Envelope>
I get the following error. Where is that REaltime event folder? I am admin on the system
<SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring xsi:type="xsd:string">SOP-330011 Error while executing the method 'PushEvent' of service 'nms:rtEvent'.</faultstring>
<detail xsi:type="xsd:string">XTK-170060 You do not have the rights needed to complete the operation. You must have access to a folder of type 'Real time events' (nmsRtEvent).
XTK-170006 Unable to parse expression 'DefaultFolder('nmsRtEvent', [@_folder-id])'.
XSV-350023 Unable to save document of type 'Real time events (nms:rtEvent)'.</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>