Hi @david--garcia , @dev_abhinav ,
Thank you for your help and support, i was able to send a transactional Email from post and received the email as well. since this was implemented for the first time all the technical workflows related to transactional messages were not started, which was also one of the issue. The operator MC had a different password which was an issue.
I have separate login collection in post man one for (session token and security token) and the other for push event from the (WSDL File of nms:rtEvent). Where i am manually making use of the (session token and security token) from the login SOAP API call and then calling the Push Event to send the Email from post man,
i have shared both the collections and the WSDL file to the third party team. They are asking for a login WSDL and i am not sure where to get the login WSDL file from. can anyone help me out?
Thanks,
Shine v.v
Hi @shinev_ ,
Not sure If I get this but there is no LOGIN WSDL, you can generate your session token using logon and use that generated session token.
Below:-
Use WSDL generated from
https://<server>/nl/jsp/schemawsdl.jsp?schema=xtk:session
-> LOGON to generate Session using MC operator
Now WSDL from
https://<server>/nl/jsp/schemawsdl.jsp?schema=nms:rtEvent
->PushEvent use generated session token and payload to send and receive messages.
Hope this helps!