I am trying to call SAP web service using zeep module. We have a web service method called “-CTSH-HC_RFC_XCHG_RATE_UPLOAD” and when try to call that method, getting the error ” Service has no operation '_' “ . Since method name has hyphen, python is not considering the strings after hyphen.
message = client.service_-CTSH_-HC_RFC_XCHG_RATE_UPLOAD()
Note: We cannot change the SAP web service method name as SAP team is following the certain naming convention for method name.