Solved
Push Notification RT Error
Hi Team,
We have implemented Push Notification In Android in Stage Marketing instance, we have a requirement for RT Push Notification as well, but when we trigger from postman the below payload,
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:nms:rtEvent">
<soapenv:Header/>
<soapenv:Body>
<urn:PushEvent>
<urn:sessiontoken></urn:sessiontoken>
<urn:domEvent>
<rtEvent wishedChannel="42" type="mgdTestAndroidTransactionalPush" registrationToken="eyJraWQiOiIxIiwiYWxnIjoiSFMyNTYifQ.eyJ1aWQiOjgwMCwidXR5cGlkIjozLCJjcm1pZCI6IjAwMUh6MDAwMDBpUUVxRUlBVyIsImlhdCI6MTcwNzk5MDE3OCwiZXhwIjoxNzA3OTkzNzc4fQ.1Rtge2qhh0839eVAhsiABQuc2zh8MnUAmevGM06o_vI">
<mobileApp _operation="none" uuid="79ee9254-cac5-4fe6-9033-1fc7c1b2e482"/>
<ctx>
<content>Test</content>
</ctx>
</rtEvent>
</urn:domEvent>
</urn:PushEvent>
</soapenv:Body>
</soapenv:Envelope>
we are getting the below error response
<?xml version='1.0'?>
<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'>Unable to find document with path 'Mobile applications' from key '79ee9254-cac5-4fe6-9033-1fc7c1b2e482' (document with schema 'rtEvent')
XSV-350023 Unable to save document of type 'Real time events (nms:rtEvent)'.</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
----------------------------
Can someone please help on what is the issue? the integration key is correct as it is working in Marketing instance

Should we install the Mobile App Channel package onto the RT execution instance as well?