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
Unable to access WCF Service from Client machine I have three projects : WCF Service (VS-2008), Windows Service (VS-2008), Client (VS-2005)
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
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
I need to connect to a server (e.g. smpp server) and send periodic data every 2 seconds, here\'s the code:
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
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:
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
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
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