Service Pack 10 for EMR 9.8 has updated the <deployId> in the JBoss URL to lowercase.
https://<JBossServerName>:9443/<deployId>/ws/Services/CommonEventModel?wsdl
Update the Webservice Connection to set the instance as lowercase.
Example of old URL: https://CPSAPP:9443/EMR-ml/ws/Services/CommonEventModel?wsdl

New URL: https://CPSAPP:9443/emr-ml/ws/Services/CommonEventModel?wsdl
