Jean-Serge_Biro
MVP
Jean-Serge_Biro
MVP
16-04-2018
It is strange, the error still mentions the nms:rtEvent instead of your cus method.
Jean-Serge_Biro
MVP
Jean-Serge_Biro
MVP
16-04-2018
Please add xmlEnvoyer in your logInfo in order to debug
thibaultb473199
thibaultb473199
16-04-2018
Yes I noticed it mentions the wrong method.
When I check the log, it gives me that :
Jean-Serge_Biro
MVP
Jean-Serge_Biro
MVP
16-04-2018
Ajoute xmlEnvoyer, le paramètre que tu as ajouté en argument, au logInfo. Peut-être est-il vide.
Please check the value of xmlEnvoyer as parameter to logInfo, perhaps it is empty value.
thibaultb473199
thibaultb473199
16-04-2018
Quand je rentre le xmlEnvoyer, il me renvoie un \n, qu'est ce que ca signifie ?
When i put the xmlEnvoyer, he gives me back a \n, what does that mean ?
Jean-Serge_Biro
MVP
Jean-Serge_Biro
MVP
16-04-2018
\n is new line
parveshp7822672
parveshp7822672
03-08-2018
Hello,
Make sure you are sending the soap request with the same operator, using which you have connected your execution server with the control server. i.e mc.
So Firstly take a session token from mc user -
Then use this token within your request.
I was using the different operator then I got the same issue. But after that I tried with mc then issue is resolved.
Thanks.
Parvesh.
ashumis
ashumis
04-06-2020
Thanks @parveshp7822672 .... This solved my problem.