fmewebservices.FMENamedConnectionManager.getWebService
- FMENamedConnectionManager.getWebService(webServiceName)
Return the associated Web Service, which contains a general description of the type of Web Service as well as other details. If the named web service does not exist, or the parsing of the web service fails,
None
may be returned.- Parameters:
webServiceName (str) – The web service name.
- Return type:
Terminal subclass of
FMEWebService
orNone
- Returns:
The web service.