Checks if specified FME workspace service exists.
[Visual Basic]
Function WorkspaceServiceExists( _
ByVal workspaceName As String, _
ByVal serviceName As String _
) As Boolean
true if specified workspace service exists, otherwise false if workspace service does not exist
| Exception Type | Condition | 
|---|---|
| Safe.FMEServer.API.FMEServerException | if a FME Server exception occurred | 
IFMERepository Interface | IFMERepository Members | Safe.FMEServer.API Namespace