1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
+1 vote
585 views
by brandon-w-8204 (34.1k points)

After updating my EMR 9.8 to SP10 I am getting "Http Status: 404 Not Found"  on one of the following channels.

  • Immunization Channel
  • CQR Channel

 

1 Answer

+1 vote

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

by brandon-w-8204 (34.1k points)
...