1
vote
2answers
37 views
Does anyone know of an example of a RESTful client that follows the HATEOAS principle?
So by now I'm getting the point that we should all be implenting our RESTful services providing representations that enable clients to follow the HATEOAS principle. And whilst it …
0
votes
1answer
35 views
Server AContexts List with Indy10
Hi,
I'm using Indy10 under Delphi2009. I have a server/client application, with TidTCPServer and TidTCPClient.
I found a problem in my "logical" code.
This is :
When the server d …
0
votes
1answer
11 views
ServiceContractGenerator vs ServiceDescriptionImporter
I'm trying to build a light-weight SOAP client without using Add Service Reference. Ideally, this client should work for as many services as possible. Currently, it uses ServiceDes …
0
votes
0answers
21 views
.NET Web Scripting
I'm attempting to right a script to logon (username and password) on to a website and download a file. I've tried using the webClient and webBrowser classes to no avail, they don't …
0
votes
1answer
14 views
Checking files retrieved by Twisted’s FTPClient.retrieveFile method for completeness.
I'm writing a custom ftp client to act as a gatekeeper for incoming multimedia content from subcontractors hired by one of our partners. I chose twisted because it allows me to par …
4
votes
5answers
189 views
What are the ways of interchanging string data between clients and a server in Delphi?
I have a server and some clients (about 50) in an intranet. The clients send short (about 40 character) string data to the server and the server answers with a similar string. Ther …
0
votes
2answers
40 views
Need Fully Qualified Path From ‘Source’ Computer
Hi.
I am trying to get the full path from the client for files
that are submitted for upload.
I want something like:
C://this/is/your/file.jpg
But, when I try:
m_File = …
2
votes
2answers
38 views
Simple server and client request/response in C#
OK. I just want to know if this can be done.
I'm using C# asp.net language.
I want to send a structure to a webserver from a webpage (much like you you can pass a structure to …
1
vote
7answers
147 views
Load and run an EXE file after a website loaded
Is there a way to load and run an EXE file on the client side, after a webpage has been loaded ? [with java script or HTML ]
1
vote
2answers
27 views
64-bit Oracle Client for v8 database
Okay, here's the deal: I have a C#/.NET app accessing an Oracle 8 database, that works well on our 32-bit machines. It works using a v.8 ODBC client, a 9i client, or a 10g XE clie …
0
votes
4answers
56 views
WinSock Client C
I have a client using select() to check if there is anything to be received, else it times out and the user is able to send(). Which works well enough. However, the program locks u …
0
votes
1answer
31 views
Tokyo Tyrant transaction support
I've noticed that rufus-tokyo and other apis support transactions in Tokyo Tyrant. I couldn't find any mention of the transaction support in the TT docs (http://1978th.net/tokyotyr …
1
vote
4answers
131 views
What are the minimum requirements for writing a Java client for MQSeries?
I need to write a simple MQSeries client in Java.
The client just has to connect to the queue and pull off the next message.
I have done this before a number of years ago and hav …
0
votes
1answer
66 views
WCF Security - Client Authorization
Hello there,
I need help on securing my WCF Service so that only authorized users can make a call to service methods.
The WCF Service is configured with wsHttpBinding and is hos …
0
votes
3answers
35 views
Copying file to client machine
Hi
We have a requirement to copy a .txt file into the client machine and open the file using notepad.exe.
We develop our application using MS Visual Studio 2008 VB .Net.
Any exp …
