client

C# axis2 client

i am new to c# language.i saw that you wrote the c# client application to the axis2 web service.i also want to know how i write C# client for the axis2 application ...

CXF generated web service client

When using a generated webservice-client (CXF and Maven-Plug-in) I got the following error: Interceptor has thrown exception, unwinding now null. Can someone help me? Thanks! ...

Can a server in any case request a client for any service?

Can a server in any case request a client for any service? ...

What are your favorite JavaScript libraries/scripts for creating tooltips on the web?

I've used jTip (jQuery plugin) and overLIB in the past. Are there any others I should be looking into...any accepted "best" one? ...

Java: reconnection on a socket sometimes gives error

I am making a prototype client & server so that I can understand how to handle reconnects. The server ought to create a serversocket and listen forever. A client may connect, send its data, and close its socket but it will not send a "I'm done and closing" type message to the server. For this reason, the server gets a EOFException when...

iphone SDK: socket client... how do I handle the receive data delegate across different views/classes?

I am writing a controller for an audio server on the iPhone. Each 'view' generally needs to get data from the TCP/IP socket as a client. I have sockets working from one class using the AsyncSocket class. (which, after trying to get a socket client working for more time than I'd like to admit, is a very impressive and helpful class).. ...

transferring host and client

i have a local apache web server... i want to send a text file in the local host to the client.. ...

TCP client Asynchronous socket callback

Hello, Please note the question is about using an asynchronous callback mode only on sockets! I want to build a TCP client that will notify me when a packet is received and when i the socket is being closed,because the feautures that NET offers with beginRecv,endRecv doesn't inform if the connection is still available. My question: Is...

Generating Client Proxy from a Windows Service

I am trying to generate a client proxy from a WCF service library. I am using VS2005, .NET 3.0 on a Windows XP Pro workstation. The WCF service is hosted in a windows service. When I run the windows service as a console application, there are no problems. I can run svcutil.exe against that address and it generates the proxy. However, whe...

Displaying right-to-left text in Team Explorer

Hi, We've started using TFS at work, and I'm migrating my bugs from the previous issue tracking software to TFS. All of them are written in Hebrew, a right-to-left language, but mixed with English words. All the text fields in the TFS client are left-to-right, so I have to manually go and press Ctrl-Right-Shift in all the fields in ord...

What are some good examples or paradigms for Client and Server implementation in the same source file?

Sometimes for small projects, and even not so small ones, its nice to be able to keep server-side implementation and client-side implementations on the same source file to reduce maintenance overhead, and make it easier to quickly develop stuff. So I was wondering about good sources of documentation and frameworks that do this sort of t...

How much is too much JSON to send over to a web client?

So, my question is sort of based on experience, so I'm wondering about those out there who have tried to load datasets out there, what's a reasonable amount of data to load. My users have relatively big pipes, so I don't have to worry about modem users, but I do concern myself with processing times. I'm guessing my limit is somewhere in ...

Server disconnects in Java

Related posts didn't answer my question. I have a server which does something like: EVERY TWO SECONDS DO: if the inputstream is not null { if inputStream.available() is 0 { return } print "handling input stream" handleTheInputStream(); } Even after my client disconnects, the server doesn't recog...

How to get user's client ip address in asp.net?

you know we have Request.UserHostAddress to get ip address in asp.net ,but this is usually user's ISP ip address not exactly user's machine ip who for example clicked a link. how can i get real IP Address? for example in stackoverflow user profile it is: "Last account activity: 4 hours ago from 86.123.127.8" but my machine ip address is...

send a file to client

I want to write a text file in the server through Php, and have the client to download that file. How would i do that? Essentially the client should be able to download the file from the server. ...

Streams in java

hello everyone well, i am developing a single server multiple-client program in java. My problem is can i use single stream for all the clients or do i have to create a seperate stream for each client? please help thank you ...

Client/Server connection woes

I've written a client/server model in C# using .Net remoting. If I have the client connected to the server, then kill the server and restart it without trying to call any server methods from the client whilst the server is down, I can reconnect happily. If I close the server then try to ping the server from the client (which I do from a...

c# check files on server using web client

Hello, C# 2008 I have using the WebClient DownloadFile method. I can download the files I want. However, the client has insisted on creating different folders which will contain the version number. So the name of the folders would be something like this: 1.0.1, 1.0.2, 1.0.3, etc. So the files will be contained in the latest version ...

XMPP Client incompabilities.

I'm currently working on a project that is building a java-based desktop application to interface with a website. We want to incorporate IM capabilities, so we decided to use XMPP. The problem is our application has other features, and anyone using another client to connect to our XMPP server will cause problems with our website (e.g. ...

Smart Client and Web App simultaneous development

What are the strategies and tools to be used, if an Application that is being developed needs to have Web Client and Smart client. Does Smart Client Software Factory or related applications blocks ease such developmental path? The environment is .Net 3.5 Please suggest me the direction based on these priorities 1. Reuse of code 2. Devel...