Multiple choice technology enterprise content management

FTP can invoke webMethods IS services by using virtual directories to point to services. What is the FTP command to navigate to the virtual directory representing the service "companyx.inbound:postToERP" stored in the Utils package?

  1. cd /Utils/companyx/inbound/postToERP

  2. cd /invoke/companyx.inbound/postToERP

  3. cd /ns/companyx/inbound/postToERP

  4. cd /ns/companyx.inbound/postToERP

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

In webMethods Integration Server, the namespace (ns) virtual directory is used to access services via FTP. The correct path syntax to navigate to a service in a package is cd /ns/ followed by the folder path and service name, which is /ns/companyx/inbound/postToERP.