I upgraded our production server from 10.2.200.x to 10.2.500.x
we have several web based lookups that production uses all the time. testing one of the apps yields this error: There was no endpoint listening at http://my server/instance/Ice/BO/DynamicQuery.svc that could accept the message.
yet when I enter that url into a browser it returns:
DynamicQuerySvcFacade Service
You have created a service.
To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:
I need to have this resolved prior to production resuming on Monday or else I will need to revert the server back to the original version of Epicor
Any changes made to the config files? If you are using SSL is the certificate present and valid? If you’re using SSL you’ll need to make sure those bindings are present.
I assumed you were. We are not on .500 yet but it wouldn’t surprise me if they changed something in .500 that stops SOAP from working. Would force people to use REST
we have about half dozen apps. nearly all use dynamic queries. If I knew how to change from WCF to REST in the apps, then it would be pretty straight forward to fix them all. But I have like zero experience with REST
your post had me look at the web.config file and I noticed another remove scheme down lower in the file that removed http - commented that out and voila - back in business
Thanks everyone who offered ideas - I appreciate it!!