Ensemble 2014.1.5 - Soap Business Service -ERROR <Ens>ErrBusinessDispatchNameNotRegistered: Business dispatch name 'EnsLib.SOAP.GenericService'
I am following the ESB tutorial(https://learning.intersystems.com/course/view.php?id=77) and using my local system(2014.1.5) windows 7. I click the button on SoapUI for the Weather piece (http://127.0.0.1:57774/esb/soap/Weather/GlobalWeather.asmx) and get the response of <text>ERROR <Ens>ErrBusinessDispatchNameNotRegistered: Business dispatch name 'EnsLib.SOAP.GenericService' is not registered to run</text>
checked the Event Log :
ID: | 116 |
Type: | Error |
Text: | ERROR <Ens>ErrBusinessDispatchNameNotRegistered: Business dispatch name 'EnsLib.SOAP.GenericService' is not registered to run |
Logged: | 2017-02-03 12:38:51.844 |
Source: | (none) |
Session: | (none) |
Job: | 12380 |
Class: | Ens.Director |
Method: | CreateBusinessService |
Trace: | (none) |
Stack: |
I checked the namespace for DispatchName and found: ^Ens.Runtime("DispatchName","Ens.Alarm")="Ens.Alarm" Can someone give me pointers on where to look for configuration issues? |