Hi,
I was trying to use Logon method instead of static token (MC/password) provided by Adobe for messaging center, I got the 403 Forbidden and XSV-350012 Invalid login or password when I use SOAP UI for the testing.
According the Adobe document below, it seems like the server URL https://serverURL/nl/jksp/soaprouter.jsp needs to be white-listed in the url permissions section of the serverconf.xml file. I am confused, I thought my computer IP need to be white-listed in the security zone area in serverconf.xml file. Can anyone clarify which IP or URL need to be whitelisted and send me the sample code to be added to serverConf.xml?
Thanks,
Solved! Go to Solution.
You need to whitelist your server URL:
http://serverURL/nl/jsp/soaprouter.jsp.
Also, error which you are getting seems like your username and password combination is not correct. Please reset new password and then use the same to connect to Adobe Campaign.
You can also check logs in your Adobe campaign environment:
Home --> Monitoring --> Web log Journal
If you can see some log in your web then connection is established else your request is not able to reach to Adobe Campaign.
Thanks.
You need to whitelist your server URL:
http://serverURL/nl/jsp/soaprouter.jsp.
Also, error which you are getting seems like your username and password combination is not correct. Please reset new password and then use the same to connect to Adobe Campaign.
You can also check logs in your Adobe campaign environment:
Home --> Monitoring --> Web log Journal
If you can see some log in your web then connection is established else your request is not able to reach to Adobe Campaign.
Thanks.
Hi
Please make sure to re check the below points:
1. Re-check the username and password
2. Make sure you need to white list your computer IP Address. You need to reach out to Adobe if you don't have access to whitelist the IP.
3. Check the end point url properly while triggering SOAP.
4. You should trigger the SOAP with in the network which was white-listed.
Thanks everyone.
1. My server is on-premise, won't have access to the control panel.
2. I created an user account from client console and added my computer IP to the "list of trusted IP mask" under Security setting", do I still need to whitelist my computer IP in serverConf.xml?
3. I think jyotiy43907700 is right, I need to whitelist my server URL in this URL http://serverURL/nl/jsp/soaprouter.jsp.
This is the sample code I found online, does anyone know if the below code needs to be modified?
<urlPermission action="warn" debugTrace="true">
<url dnsSuffix="abc.company1.com" urlRegEx=".*" />
<url dnsSuffix="def.partnerA_company1.com" urlRegEx=".*" />
<url dnsSuffix="xyz.partnerB_company1.com" urlRegEx=".*" />
</urlPermission>
Thanks,
Jay
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies