Request Server To Send Data Again?

Jun 18, 2010

i hav got a problemo with my client/server application that i created in vb.net.Actually i want to add a "Refresh button" at the client side such that when it is pressed some specific lines should be executed at the server side.(e.g. when the "refresh button" is pressed at the client side, the server should evaluate some variable "data" and executes this line "winsock.sendData(data)" )

View 3 Replies


ADVERTISEMENT

Send Data From A Windows Form To An Aspx Page And Send Back A Response - Request.Form Vs Request.BinaryRead?

Mar 29, 2012

Im trying to send data from a Windows Form to an aspx page and send back a response. Im running around in circles trying to make this work. The data im trying to send is 4 strings. So fare I have this in my code, using the build-in webclient in visual studio 2010, in the windows form sending to the aspx

[Code]...

View 2 Replies

.net - Send Response To Asp.net Webform Request Via Other Server

Jun 17, 2011

I have two web servers with public IPs, for example Server1 with IP 111.111.111.111 and Server2 with IP 222.222.222.222. see the picture:

There is an asp.net webform at Server 1. My intention is:

For every http request to that webform in Server1, the Server1 just pass the request's information to Server2 for logic processing and subsequently Server2 sends the response back to client (i.e. normal browser)

My questions are:

What information that Server1 needs to pass to Server2, so that Server2 able to send response back to client? note that at Server2, there is a TcpListener instance. This TcpListener instance acting as receiver for that webform request information from Server1. What is the suitable object (i.e. the class in System.Net or related namespace such as System.Net.Sockets) at Server2 for sending response back to client? Suitable here means able to meet my intention.

View 6 Replies

Send A POST HTTP Request To A Server?

Oct 12, 2010

How can I send a POST HTTP request to a server (in Visual Basic 2010) and then receive the reply into a string.

View 1 Replies

VS 2010 Send An HTTP Request To A Server Using A POST Method

Dec 31, 2010

I am trying to send an HTTP Request to a server using a POST method. The problem comes from the PostData, which needs to be in Bytes form to be used by the UploadData function.

[Code]....

View 5 Replies

How To Send Back Data From A JSON Request

Mar 25, 2011

I have an existing WSDL which returns information to remote devices using SOAP. However, I'm writing a new app with Android which doesn't support SOAP so I can't use the existing WSDL and have had to code a new app which looks for a querystring from the Android app and returns the data in a JSON packet. I've coded the module which receives the data okay but I'm unsure how to send the data back in JSON forma

View 1 Replies

Web Service To Deserilize JSON Http Request - Pass To Stored Procedure To Retrieve Data From SQL Server

Aug 23, 2011

I have a task to create a web service to receive client-side app's http request(with rpc={json data} in the end), deserilize it and put he parameter in stored Procedure in order to retrive data from sql server. the procedure query and client-side's app are already there and the return data to client-side app is JSON too

View 1 Replies

Send Raw Data To A Server?

Sep 9, 2009

How do i send raw data to a server that the server will read and print out the data that was sent.

View 1 Replies

Way To Send Data To Sql Server?

Sep 18, 2010

What is the best way to send data from vb.net project to Sql server. I am using now first I am Createing like belowFirst: Createing a Insert store ProcudureSecond : Creating a Ent Class where I am Declering the Fild Proper Catagory of all the Field and Second I am Creating another Class wher I am connection with The Sql server and Calling the Parameter and joing the Ent with teh store Procudure

View 1 Replies

VS 2010 : Send Data From Client To Server (encrypted) And The String Sent From The Client Is Not The Same As Received From The Server?

Jun 27, 2011

Hey guys, I am trying to send data from client to server (encrypted) and the string sent from the client is not the same as recieved from the server. I've been killing my brain for hours to get this to work but I cant manage. Im converting everything to Base64 string.

Client:

Public Sub SendMessage(ByVal msg As String)
Try
SyncLock myclient.GetStream
sw = New IO.StreamWriter(myclient.GetStream)

[code]....

View 4 Replies

Asp.net - Can't Send Post Data To Another Server

May 17, 2011

this is my code right now:

[Code]...

View 2 Replies

Send Data To A Particular Client From Server?

Aug 20, 2010

I have programmed a chat application in VB but as soon as I send any data from a client the server will send it to all. It should send a reply only to a particular client. This is the function I have used.

[Code]...

View 1 Replies

Send & Retrieve Data From Web Server Directly ?

Apr 10, 2010

I want to collect all stocks information within 2009 & 2010. I stored the required parameters (YMD & stock code) in DB. Is it possible to write a VB.Net windows application to pass all required parameters (post method) to web server and retrieve the web response automatically? (1 - 5 are valid stock code) It is

View 2 Replies

Request Server Variables From Within A Simple HTTPListener Web Server?

Dec 27, 2010

I am trying to use an Asynchronous HTTPListener to create a simple web server in VB .Net (Not ASP) This will be run as a desktop application. My only goal is to be able to request Server Variables from the client. Is there any way to do this from within a HTTPListenerWebServer? I am using the code from the MSDN VB .Net Samples:

[Code]...

View 5 Replies

Send A Cookie Along With GET Request?

Sep 20, 2011

I need to send a cookie along with every GET request in VB.NET? I already searched for codes but I can't find something that works for me. Can someone give me a simple code to do this?

View 1 Replies

Send A Request Through API For A Responce?

Aug 25, 2011

I am developing an application in VS2008, SQL SERVER 2005 , VB Script .There is a portion where I need to send a request through API for a responce. It is working , the response is coming as JSON fomat.

I need the simplest way to change the JSON response to an array.as in PHP: json_decode($bad_json)

I have used Newtonsoft.Json but did not help. Throws exception while runtime.

Anything else what to do. Kindly help me. I can explain more if its not clear.

View 7 Replies

Send Many Different Request From A Website?

Jun 13, 2010

Inorder ti create a web bot, I wanna to send many different request from a web site.

every request will do somthing and then the result will be shown.

I Just want to send request and not to get the results.

How can i find that when my request is completely sent?

View 3 Replies

Send Tcp / Ip Request Over The Net From One Computer To Another

Sep 2, 2009

I'm working on a tcp/ip project for the company i working for, with another company, we are building the server side and they're building the client side. while can send thousands of tcp/ip request over the net from one computer to another and my server can handle them very easily, from some reason when the company we are work with send a single tcp/ip request to my server with their client application, my server do get the request correctly and handle it very well BUT, after one request my server takes 25% of the cpu usage, after 3-4 requests the server takes 100% of the cpu usage,

[Code]....

View 4 Replies

Application For Exam. Client Server. Receive And Send Data?

Sep 21, 2011

In our project we've decided to put an exam generator using vb.net and after generate you can send it to client computer/students. *server computer/teacher will the one who will use exam generator and send it to the client computer/student*student will recieve it and then send it back again to the server computer/teacher*teachers will going to generate an exam depends on the type of exam, so i think im going to make it a wizard type environment

View 14 Replies

Send A POST Request To Add Some Content To An API Box

Nov 11, 2010

I am trying to send a POST request to add some content to an API box. The rules are that the body format should be XML(values must be XML-escaped), HTTP Method (post), requires authentication(yes), request content(content-type: "application/xml". [code] Best practice is to incrementally add and remove changes to your entry list instead of deleting/recreating the entire list each time a change is necessary.New entries are placed at the top of the queue for polling and are processed in a LIFO manner.

View 2 Replies

Asynchronous Socket Programming Vb 2008(.net) Again Server Should Able To Send The Data To Client

Feb 2, 2011

I am facing problem in asynchronous socket communication.

1)I wanted to perform connect(from client to server) operation on enter button and send the data whatever client want to send and disconnect from server. And again client should get connect to server whenever client wanted to send data. this is the mechanism.

i.e how to reuse the socket.

2)Again Server should able to send the data to client.

View 5 Replies

Asp.net - Send SOAP Request From A Specific IP Address

Dec 21, 2011

I have a system with multiple IP address. But I'm allowed to initiate SOAP Request only from one IP address. How do I obtain that in VB.NET.

View 2 Replies

Outlook 2010 - Any Way To Send Meeting Request?

Mar 23, 2012

How to find the best way to develop a way to send a meeting request with a .Net application. I'm beginning in .Net development. The thing I'd like : the user has a form where that he can fullfill with the info about the meeting. Then, the server creates a .ics file with those information. I'd like next to suggest the user to send this meeting request. So, is it possible to create a mailto with an attachement that's located on my server? Is it the best way to handle this problem? Ain't there any other possibility to interact between an app and Outlook? I'm developping in VB.Net for a web application using the framework ASP.NET MVC 3.

View 5 Replies

Send A HTTP Request To A Servers Interface?

Jan 12, 2012

I'm trying to send a HTTP request to a servers interface.But I'm really confused about how to specify the parameters I want to send to the servers interface method. What I've done so far.My server interface only accepts POST requests, that's why I'm using POST and asked if something is wrong with the way I use the parameters.

Dim parameters As String = "?text=test&type=person"
Dim buffer As Byte() = Encoding.UTF8.GetBytes(parameters)
Dim WebReq As HttpWebRequest = CType(WebRequest.Create(NameRecPage), HttpWebRequest)
'NameRecPage is the url

[code]....

Are these spellings correct in my content? What is content type about? What does it say and how do I determine which value to put in there?I don't know if thats the correct value for ContentType, actually I just want to receive some JSON fromatted data returned as string.

View 2 Replies

Send POST Body With HTTP Request?

May 3, 2010

I have used the WinHttp.WinHttpRequest object in VB6 to make HTTP POST requests many times. It works great: .Open the URL, then .SetRequestHeader (however many are needed) and then .Send the body. The .Send method makes the actual connection and sends everything to the server at once.How to I emulate this behavior in .NET? The examples I've tried with System.Net.HttpWebRequest open a stream with .GetRequestStream() and then write the body to the stream. Unfortunately, the server is responding immediately to the .GetRequestStream method and therefore never sees the POST body.I am obviously trying to connect up some legacy stuff here, but am having a hard time Googling the problem or finding another approach in .NET.

View 2 Replies

Send Post Request And Receive Response

Apr 6, 2011

When you search on google most of the examples are very vague, hopefully this thread can make it to the top and will help someone looking for the same info.to explain the code what it does is create a long string by concatenating all the values together stores it in the variable finalString and then hashes the string using the SHA5 algorithm. Then its supposed to send the string (finalString) as a post request to the url.The server im sending it to reads it this way and sends a response. [code]

View 1 Replies

Send Xml Soap Request To An Existing Web Service?

Apr 14, 2009

I want to send an xml soap request to an existing web service created by outside party. how do i go about doing this and viewing the response.

View 17 Replies

Handle A Soap Request And Send A Response In A Single String

May 6, 2009

I need to handle a soap request and send a response in a single string. My response is going well but I can not see a request string in my log file thought protocol analyzer can see it properly.

View 2 Replies

VS 2008 Send A Login Request To A Website And Then Find Out If It Worked Or Not?

Jan 2, 2010

I would like to know how HttpWebRequest and HttpWebResponse works. How would I send a login request to a website and then find out if it worked or not?

View 2 Replies

TcpClient.Connect With Proxy Server - Conncect - Send - Recive Data Using Tcp Connection With Specific Internet Service

Nov 4, 2011

I found similar forum thread [URL], but he don't have answers. How I can conncect | send | recive data using tcp connection with specific internet service (not web).

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved