Documentation Center

receive_package

Method called by a distribution server to push a package to a delivery server. When this call is complete, the .pac will be stored on the delivery server.

Parameters

action
receive_package
name
Package pathname (relative path) of the package file to store. This path is evaluated in packages/

Example URL

http://<host>:<port>/<context>/web/package.xql?action=receive_package&name=<value>

Successful Result

If successful, the .pac file will be stored on the delivery server in the packages/ folder.

Failed Result

If the method fails, the package file will not be stored on the delivery server and will be deleted from temporary space.