Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Logon method on Messaging Center

Avatar

Level 4

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,

1852754_pastedImage_2.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Level 8

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.

Avatar

Level 4

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>

  • Blocking : all URLs that do not belong to the whitelist are blocked, with an error message. This is the default mode after a postupgrade.
  • Permissive : all URLs that do not belong to the whitelist are allowed.
  • Warning : all non-white URLs are allowed, but the JS interpreter emits a warning, so that the administrator can collect them. This mode adds JST-310027 warning messages.

Thanks,

Jay