I am trying to get ECL setup in v9 - I have installed the lastest version. Ideally what I would like to do is get SoapUI talking to the Metastorm ECL, so I can test out some method calls. I changed the EngineServiceConfig.xml file in [Metastorm Install Directory]\IIS extensions to read:
...
true
...
I have updated the web.config file in [Metastorm Install Directory]\ECL.NET to read:
...
...
I have configured Anonymous access to the BPMEngine.NET and ECL.WS websites. Both Application Pools configured for these sites have been configured to run with Administrative access (the identity has been set to the local administrator account).
The following results occur when I try access the sites in IE:
http://localhost/BPMEngine.NET - I get 403 forbidden
http://localhost/BPMEngine.NET/ECL.rem - I get 500 Internal Server error
http://localhost/ECL.WS - I get 403 forbidden
http://localhost/ECL.WS/Service.svc - I get 404 not found
The following results occur when I try to add a service reference from a .NET project (VC# 2010 Express):
http://localhost/BPMEngine.NET - I get 403 forbidden
http://localhost/BPMEngine.NET/ECL.rem - Requested service not found
http://localhost/ECL.WS - I get 403 forbidden
http://localhost/ECL.WS/Service.svc - I get 404 not found, with an additional meesage 405 Method not allowed
I get similar errors when I try to access through SoapUI.
Thanks in advance for any suggestions. It is perfectly acceptable to answer RTFM, but a pointer in the correct direction (like file and page #) would be greatly appreciated.