endpoints Questions
2
Solved
I'm currently using SendGrid's Inbound Parse Webhook to feed emails to my application. I've been able to get it working by pointing the URL to an endpoint which my application has exposed. SendGrid...
4
Solved
since WooCommerce 2.1 pages such as order-received has been removed and replaced with WC endpoints. My checkout page had a custom page template (page-checkout.php) and now all checkout endpoints ar...
Kurgan asked 24/4, 2014 at 11:6
8
Solved
I was under the impression that an endpoint was defined in a config file as the list of possible clients but that makes no sense (in the sense that I assumed it said what computers could connet to ...
1
As a beginner in C# networking, I wrote a simple Client-Server application. I'm connecting to my local IPAddress and port 8080 where the server is listening.
On Client Side:
IPAddress remoteadd...
2
Solved
I have a problem configuring Endpoints API. Any code i use, from my own, to google's examples on site fail with the same traceback
WARNING 2016-11-01 06:16:48,279 client.py:229] no scheduler threa...
Herstein asked 1/11, 2016 at 6:31
4
I have problem with my project, where I want to connect Google Cloud Endpoints with Android. I'm still getting the same error:
05-12 21:50:23.995: W/System.err(17739): com.google.api.client.googl...
Deepsea asked 13/5, 2013 at 17:3
4
Solved
How do I determine the remote IP Address of a connected socket?
I have a RemoteEndPoint object I can access and well as its AddressFamily member.
How do I utilize these to find the ip address?
T...
5
What I am trying to do is get a SINGLE WCF Service to work in the development environment which is the HTTP scheme, and, also, have the SAME service work in the production environment which is the ...
Dilettantism asked 29/9, 2010 at 17:52
2
Solved
I would like to drill into the library and then into a specified folder, but I am having problems getting 'getFolderByServerRelativeUrl' to grab anything for me.
This http://_base/_api/web/getFold...
Nest asked 27/7, 2015 at 20:27
1
I have a spring-boot jar with the the following conf:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
&l...
Assimilable asked 19/12, 2014 at 23:59
3
Solved
THE CONTEXT
I have a piece of (jQuery) ajax code that has been happily working for about 9 months until the last couple of weeks or so.
This code uses Instagram's embedding endpoints that allows...
2
Solved
I am designing a REST API with consumers that have different permissions. I understand that a representation of a resource should not change according to user. Therefore I am trying to determine wh...
Demodulate asked 19/6, 2014 at 9:31
1
Hi have two related Entities: Customers and Cars. Each Customer can own several Cars
This is a summarized view of the entities:
public class Customer
{
//Inner classes for partial loads
public...
Diogenes asked 4/2, 2014 at 14:50
2
1
I too am learning WCF and am new to Web Services and have a very basic question. Please indulge me! The example in the book I'm using (Learning WCF) created a ServiceHost instance specifying a base...
6
Solved
I need a way of getting the active server address, port, and context during runtime from my flex application. Since we are using ant for our build process, the server connection information is dyna...
Adiaphorism asked 8/4, 2009 at 15:20
2
Solved
I am trying to consume a WCF web service from a .NET client application, and I think I need to be able to programmatically create endpoints, but I don't know how. I think I need to do this because,...
Nazarene asked 23/2, 2011 at 23:32
3
Solved
My first few attempts at creating a self hosted service. Trying to make something up which will accept a query string and return some text but have have a few issues:
All the documentation talks ...
Archean asked 11/5, 2010 at 1:34
1
Solved
Will it consume from all of them?
Will it throw an exception?
Parthenos asked 11/12, 2009 at 13:57
3
Solved
I've got an assembly containing several WCF services, each with its own contract. It all works nicely. The service config in the app.config for the service looks like this:
<services>
<s...
Lil asked 12/1, 2009 at 13:42
3
We are using WCF for communication between a client and a server application. The client application has many features that requires communication to the server - and we have chosen to implement th...
2
Solved
I deployed a JAX-WS Service and use wsimport to generate client code.
Because I run wsimport on localhost, I got the client code with binind on "localhost" address.
But I want to reuse those clien...
1
© 2022 - 2025 — McMap. All rights reserved.