Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>OK. I have it working now. I apparently had several errors going at the same time. As Rachel suggested in her comment above, I tried to get a simplest case working. But, was initially unable to. Removing one of the services from the host, so I only had MyAppNameData.svc did not, initially, work. I knew the simple version of the web service worked in the past so, I tried to get everything back to that working point. </p> <p>I used one of my existing ASP.NET web applications to point to the instance of the web service that I have been using for testing, and I was able to get that to work (even while having two services; MyAppNameData.svc and MyAppNameSync.svc in the host MyAppNameWebService). So, I knew that the problem was between my WPF application and the web service. </p> <p>I had seen several discussion threads that stated "This error can arise if you are calling the service in a class library and calling the class library from another project". But, I thought I had accounted for that issue in my problem solving steps. But, when I stripped everything out of my WPF project, and rebuilt it all (for the 100th time), making sure "to include the WS configuration settings into the main projects app.config if its a winapp or web.config if its a web app" as stated in <a href="https://stackoverflow.com/questions/352654/could-not-find-default-endpoint-element">this thread</a>, I was able to get it to work!</p> <p>I had attempted this solution before but, apparently I had still not resolved some other issue. I am no longer getting the error, and I am able to connect to, and use, the two separate services from the same host. So, I am in business. </p> <p>Thank you all for your responses and suggestions. Now, on to other challenges!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload