Multiple choice technology platforms and products

What should the access restrictions be on a port type that is supposed to be responsible for receiving a message from a web service

  1. Private

  2. Public

  3. Internal

  4. Any of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A port type that receives messages from a web service must be Public. This is because the web service (external entity) needs visibility into the port to send messages. Private and Internal ports are not accessible outside the BizTalk application.