Questions tagged [endpoint]

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

This is a general tag used for all kinds of logic that reside in some receiving or sending scenario. It's not necessarily bound to code, but may also be used in abstract or descriptive type of questions.

2085 questions
389
votes
35 answers

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: Could not find default endpoint element that references contract 'IMySOAPWebService' in the ServiceModel client configuration…
edosoft
  • 17,121
  • 25
  • 77
  • 111
339
votes
7 answers

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/mywebservice?wsdl. Is http://localhost:8080/foo/mywebservice an endpoint, i.e., is it the same as the URI of my web service or…
karakays
  • 3,643
  • 3
  • 20
  • 14
257
votes
10 answers

What is an Endpoint?

I have been reading about OAuth and it keeps talking about endpoints. What is exactly an endpoint?
Klanestro
  • 3,185
  • 5
  • 25
  • 31
172
votes
6 answers

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 term. What is the difference between them? Does "resource" imply a RESTful design?
B Seven
  • 44,484
  • 66
  • 240
  • 385
135
votes
7 answers

What is an 'endpoint' in Kubernetes?

I am new to Kubernetes and started reading through the documentation. There often the term 'endpoint' is used but the documentation lacks an explicit definition. What is an 'endpoint' in terms of Kubernetes? Where is it located? I could image the…
Chris
  • 2,071
  • 4
  • 14
  • 22
78
votes
11 answers

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 without using app.config, so I had to set the endpoint, etc. by code. I do have a service reference to the svc, but I can't use the…
user1055483
  • 853
  • 3
  • 8
  • 6
60
votes
6 answers

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 were doing and use java configuration files. For some reason, after switching over to the Java configuration, the service would run (in the…
moonboy
  • 1,296
  • 4
  • 16
  • 29
58
votes
7 answers

Apache Camel : "direct:start" endpoint - what does it mean?

I'm new to Apache Camel. Can someone explain what "direct:start" means in Camel. Please see https://camel.apache.org/components/latest/http-component.html from("direct:start") .to("http://myhost/mypath"); Thanks.
Soumya Simanta
  • 11,523
  • 24
  • 106
  • 161
40
votes
5 answers

What is the difference (if any) between a route and an endpoint in the context of a RESTful API?

Question I have a probably rather simple question, but I'm unable to find an answer with nice explanations: What is the difference (if any) between a route and an endpoint in the context of a RESTful API developed within a Node.js / Express…
swiss_knight
  • 5,787
  • 8
  • 50
  • 92
30
votes
0 answers

Using min_id in the Instagram API

Just the fact that I can find no-one else having this problem with the Instagram API indicates to me that I am doing something wrong. If I was to enter:…
Dave Spencer
  • 495
  • 1
  • 4
  • 15
28
votes
3 answers

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 i have walked through so far they talk about setting up the endpoints with the required bindings and you can normally navigate to those…
Ryan Burnham
  • 2,619
  • 3
  • 27
  • 43
28
votes
9 answers

The value is invalid according to its datatype 'clientcontracttype'

I am getting an error message saying: The contract attribute is invalid. the value is invalid according to its datatype 'clientcontracttype' Following is the endpoint configuration in web.config of this WCF application. I am using .NET…
Nirman
  • 6,715
  • 19
  • 72
  • 139
26
votes
1 answer

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) to it in my client, Visual Studio 2010 sets the endpoint in the config file to http. It doesn't appear to be as simple as changing…
Chris Klepeis
  • 9,783
  • 16
  • 83
  • 149
22
votes
3 answers

What is a REST API entry point and how is it different from an endpoint?

What is a REST API entry point and how is it different from an endpoint? I have searched for various definitions online but still can't seem to wrap my head around them (I am new to APIs in general). From what I understand, they provide means of…
David
  • 361
  • 1
  • 3
  • 15
22
votes
2 answers

Publishing a WS with Jax-WS Endpoint

I built a minimal web service and published it using javax.xml.ws.Endpoint. If I try to get the WSDL at http://localhost:1234/AddService?wsdl it works fine. Trying to recieve it at http://192.168.0.133:1234/AddService?wsdl, I don't receive…
daniel
  • 3,166
  • 2
  • 17
  • 18
1
2 3
99 100