Avatar

Correct answer by
Community Advisor

Hi,

Assuming your message center execution instance is not the same as your marketing instance (I've seen this too many times), use your marketing instance as a reverse proxy to the message center instance. I.e.:

  1. SAP calls custom soap interface on marketing instance with model number
  2. Marketing instance js looks up the number and makes a call to message center exec with the data it collects
  3. Message center sends message

Step 2 should have user-facing configuration and read the nms:extAccount table for info about exec instances- avoid hardcoding things in general.

Thanks,

-Jon

View solution in original post