FNP8_SetURL
Sets the URL for the FileNet® P8 Server that is used.
Syntax
bool FNP8_SetURL(StrParam)
Parameters
A single parameter that identifies the URL for the IBM® FileNet P8 Server. The IP port is typically :9080 (IBM WebSphere®) and the URL typically ends in /WSDL.Returns
False, if DC_P8_Server.dll was not successfully installed on this computer, or if the parameter is not formatted as a valid URL. Otherwise, True.Attention: This action returns True whether
the URL is to an operating IBM
FileNet P8 Server
or not. If not, an error is reported when the Upload or UploadDir
action runs. You can check that the URL is correct and operating by
displaying it in any web browser.
Level
All, but generally at the Batch level.Details
This action sets the URL for the IBM FileNet P8IBM FileNet P8 Server. This action must be called before any other FileNet P8 upload actions.- Example
FNP8_SetURL("http://myp8server:9080/wsi/FNCEWS40MTOM/")Important: The address can be case-sensitive and the trailing forward-slash “/” must be present. To confirm that the address reaches a working IBM FileNet P8 Server, browse to the address after you add wsdl to the end of the URL address, as in the following example, http://myp8server:9080/wsi/FNCEWS40MTOM/wsdl