Top "Endpoint" questions

This is a general tag used for all kinds of logic that reside in some receiving or sending scenario.

What is a web service endpoint?

Let's say my web service is located at http://localhost:8080/foo/mywebservice and my WSDL is at http://localhost:8080/foo/…

web-services terminology definition endpoint
Could not find default endpoint element

I've added a proxy to a webservice to a VS2008/.NET 3.5 solution. When constructing the client .NET throws this error: …

wcf .net-3.5 wcf-binding endpoint
What is an Endpoint?

I have been reading about OAuth and it keeps talking about endpoints. What is exactly an endpoint?

api authentication oauth endpoint
Content Type text/xml; charset=utf-8 was not supported by service

I have a problem with a WCF service. I have a console application and I need to consume the service …

wcf endpoint
What is the difference between resource and endpoint?

I have heard both "resource" and "endpoint" to refer to the same thing. It seems that resource is a newer …

rest api uri restful-architecture endpoint
Issue With Spring: There was an unexpected error (type=Not Found, status=404)

I am going through this book on restful web services with spring. I decided to move away from what they …

java spring maven spring-mvc endpoint
Endpoint not found - WCF web service

I have created 2 endpoints for my WCF service. It is working fine with basicHttpBinding but causes error for webHttpBinding. Error = …

c# asp.net .net wcf endpoint
WCF Service Endpoints vs Host Base address

so i'm a litle confused over what the service endpoints and host base address is for. In all the examples …

wcf iis config endpoint
Adding WCF Service Reference with https endpoint

My WCF service application works over http and https, however, when I add a service reference (with the https url) …

.net wcf ssl https endpoint
The server was unable to process the request due to an internal error

When i try to load method from webservice, i get an error: "The server was unable to process the request …

c# .net wcf endpoint