attpcdaq.daq.models.ECCServer._get_soap_client¶
-
ECCServer._get_soap_client()[source]¶ Creates a SOAP client for communicating with the ECC server.
The client loads the WSDL file, which describes the SOAP services, from the local disk. The target URL of the client is then set to the ECC server’s address.
Returns: The configured SOAP client. Return type: EccClient