URL

Using standard HTTP format, specify the URL to the site from which you want to access either of these:

  • A Web service's WSDL (Web Services Description Language) document (when using the Call Web Service action type)
  • An IDO on a remote objects database server (when using the Dispatch IDO Request action type)

To construct the URL reference from an expression, click the button to the left of this field.

The contents of this field must use this syntax:

scalarExpr

where scalarExpr is or resolves to a standard HTTP-formatted URL (for example, http://www.infor.com).

When you click OK to return to the Event Actions form, the system "wraps" this content within a URL( ) parameter, which yields this final syntax:

URL( scalarExpr )

Note:  If scalarExpr is a literal value, the system automatically encloses it in double quotation marks when returning it to the Event Actions form. If scalarExpr is an expression, the system does not enclose it in quotation marks.