client
What can I do to avoid a NullPointerException?
I am trying to authenticate user by sending a key and a random number from the client to the server. My code is not displaying me the response from the client. I am getting a Null Pointer Exception w[详细]
2023-03-29 06:14 分类:问答Unable to access WCF Service from Client machine
Unable to access WCF Service from Client machine I have three projects : WCF Service (VS-2008), Windows Service (VS-2008), Client (VS-2005)[详细]
2023-03-29 00:08 分类:问答Send commands from client to server in C# without using WCF
I would like to send commands to a server from a c开发者_JAVA百科lient application without have to create my own protocol or message structure.I am mainly wondering what options I have besides WCF.Doe[详细]
2023-03-28 14:18 分类:问答How to get a progress bar for a file upload with Apache HttpClient 4?
I\'ve got the following code for a file upload with Apache\'s HTTP-Client (org.apache.http.client): public static void main(String[] args) throws Exception[详细]
2023-03-28 13:36 分类:问答Python's asyncore client to send periodic data to server
I need to connect to a server (e.g. smpp server) and send periodic data every 2 seconds, here\'s the code:[详细]
2023-03-28 13:28 分类:问答Automating the creation of a SQL Server Alias on a Client's desktop
Does anyone know how would I go about automating the creation of an alias for a client that uses SQL Server (something you would normally use Sql Server Client N开发者_运维知识库etwork Utility to do m[详细]
2023-03-28 12:45 分类:问答Android Authentication with Spring Security 3
I have a webapplication and an android client. I would like to implement a secure login method. From the client I send a request to a webservice method:[详细]
2023-03-26 07:09 分类:问答Web Service application in Delphi 2007
created and deployed a Web service application in a virtual directory using IIS 6.1. The client application works fine on th开发者_运维知识库e same machine. But it is not working in another machine wh[详细]
2023-03-25 12:29 分类:问答Remote payment without In-App Purchase service with iOS Client
i need more information about the remote payment through a client application iOS. I Know In-App Purchase and its functioning, but what i would like to understand is the possibility to manage all the[详细]
2023-03-25 04:39 分类:问答WCF Error Not Found with large objects
I am having an issue with a WCF service call. The service takes a complex object that has many lists of objects inside of it. The problem occurs when the object gets too large. I am getting a communic[详细]
2023-03-24 16:49 分类:问答