473,386 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

HTTP protocol, HELP

Mat
I would like to write a client-server application which will communicate
through HTTP PROTOCOL . essentially, client will send and received xml
files.
is it possible??

I want to use http protocol to avoid firewall problems.

Nov 20 '05 #1
10 1776
Most firewalls allow outgoing TCP connections, so you could just connect
from the clients to your server and not worry about HTTP.

Or you could do the easy thing and get a component from www.dart.com .

Jim

"Mat" <re**********@fuckSpam.COM> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I would like to write a client-server application which will communicate
through HTTP PROTOCOL . essentially, client will send and received xml
files.
is it possible??

I want to use http protocol to avoid firewall problems.

Nov 20 '05 #2
"Mat" <re**********@fuckSpam.COM> wrote...
I would like to write a client-server application which will communicate
through HTTP PROTOCOL . essentially, client will send and received xml
files. Is it possible??


You want to write a "server" or you want to serve XML files? You might
check into web services which shifts the bulk of the hard work into the
hands of the developers of IIS. While you're busy writing your part they're
busy adding functionality you would have to start reading about.

Is it possible, sure.

Tom
Nov 20 '05 #3
Cor
Hi Mat,

Take a look at "webclient" that uses the http protocol and fits directly to
your problem I think

http://msdn.microsoft.com/library/de...classtopic.asp
I hope this helps a little bit?

Cor
Nov 20 '05 #4
I have a problem with this WebClient... dont know what espect from a http
server..I try to build a server too...
But I got exception on WebClient...a apache server seems to be understood ok
by the class
"Cor" <no*@non.com> wrote in message
news:eX**************@TK2MSFTNGP11.phx.gbl...
Hi Mat,

Take a look at "webclient" that uses the http protocol and fits directly to your problem I think

http://msdn.microsoft.com/library/de...classtopic.asp

I hope this helps a little bit?

Cor

Nov 20 '05 #5
Cor
Hi Crirus,
I saw it, but I am of this weekend in some hours, so I think Fergus, can
better help you.

But I think it will be good to isolate the problem.

The first steps end with a download from your Apache server and that goes as
it has to be I did understand,
So the 4 step is a new step that standsalone I think, but I am not so in
that solution from you so I was doubting.

:-)

Cor
Nov 20 '05 #6
The problem seems to be on what WebClient try to parse from what my server
send to it... odds is that prev version was ok...
"Cor" <no*@non.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi Crirus,
I saw it, but I am of this weekend in some hours, so I think Fergus, can
better help you.

But I think it will be good to isolate the problem.

The first steps end with a download from your Apache server and that goes as it has to be I did understand,
So the 4 step is a new step that standsalone I think, but I am not so in
that solution from you so I was doubting.

:-)

Cor

Nov 20 '05 #7
Interested!!

"Crirus" <Cr****@datagroup.ro> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I just finished communication server-client..if still interested...give me a sign

Regards,
Crirus
"Mat" <re**********@fuckSpam.COM> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I would like to write a client-server application which will communicate
through HTTP PROTOCOL . essentially, client will send and received xml
files.
is it possible??

I want to use http protocol to avoid firewall problems.


Nov 20 '05 #8
In wich way? :)
"Peace" <Its the end of the world as we know it@here.com> wrote in message
news:e0**************@TK2MSFTNGP10.phx.gbl...
Interested!!

"Crirus" <Cr****@datagroup.ro> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I just finished communication server-client..if still interested...give
me a
sign

Regards,
Crirus
"Mat" <re**********@fuckSpam.COM> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I would like to write a client-server application which will communicate through HTTP PROTOCOL . essentially, client will send and received xml
files.
is it possible??

I want to use http protocol to avoid firewall problems.



Nov 20 '05 #9
Hi,

Just interested in what you did, what it does, and how you acomplished it.

"Crirus" <Cr****@hotmail.com> wrote in message
news:Oq**************@tk2msftngp13.phx.gbl...
In wich way? :)
"Peace" <Its the end of the world as we know it@here.com> wrote in message
news:e0**************@TK2MSFTNGP10.phx.gbl...
Interested!!

"Crirus" <Cr****@datagroup.ro> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I just finished communication server-client..if still interested...give
me
a
sign

Regards,
Crirus
"Mat" <re**********@fuckSpam.COM> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
> I would like to write a client-server application which will communicate > through HTTP PROTOCOL . essentially, client will send and received

xml > files.
> is it possible??
>
> I want to use http protocol to avoid firewall problems.
>
>
>



Nov 20 '05 #10
I have a server that listen on a TCP port for incomming connections.. but
the project is quite big, not only a server-client...
My post was about answering on some issues not posting the whole project :)
So, if you have specific question, I wil try to tell you what I know so
far...
"Peace" <Its the end of the world as we know it@here.com> wrote in message
news:uQ**************@TK2MSFTNGP12.phx.gbl...
Hi,

Just interested in what you did, what it does, and how you acomplished it.

"Crirus" <Cr****@hotmail.com> wrote in message
news:Oq**************@tk2msftngp13.phx.gbl...
In wich way? :)
"Peace" <Its the end of the world as we know it@here.com> wrote in message
news:e0**************@TK2MSFTNGP10.phx.gbl...
Interested!!

"Crirus" <Cr****@datagroup.ro> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
> I just finished communication server-client..if still

interested...give
me
a
> sign
>
> Regards,
> Crirus
>
>
> "Mat" <re**********@fuckSpam.COM> wrote in message
> news:%2****************@tk2msftngp13.phx.gbl...
> > I would like to write a client-server application which will

communicate
> > through HTTP PROTOCOL . essentially, client will send and received

xml > > files.
> > is it possible??
> >
> > I want to use http protocol to avoid firewall problems.
> >
> >
> >
>
>



Nov 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Justin Malloy | last post by:
I am using the System.Net.Webclient to try and download an XML file from a website but am receiving a HTTP protocol error when running the DownloadFile() sub routine. I did a HTTP trace using...
2
by: Rujuta Gandhi | last post by:
Hi All, I am facing a very crucial problem. Im developing a web application using .net studio 2005(beta). I want my Login.aspx page to be secured(https) for encrypted login information...
5
by: Henrik | last post by:
Hi, I am trying to read some industrial webservers using the HTTP/CGI webequest like this: wrs = (HttpWebRequest)WebRequest.Create(HTTP/CGI-string); mwst = (HttpWebResponse wrs.GetResponse();...
1
by: Dan W. | last post by:
Does anyone have any experience with this problem. I am trying to post about 20 fields of information to another server using System.Net.WebClient.UploadData. This works fine for some servers but...
7
by: Tom | last post by:
Hello all: I have a method that does a POST to a secured website using HttpWebRequest. It worked when logging in the site, but it failed with an HTTP prococol violation error when it is used to...
1
by: Qingdong Z. | last post by:
I had the trouble a long time, and hope some experts can really help me. I used HttpWebRequest/HttpWebResponse to get the content of an URL. It throws "HTTP Protocol Violation". Even I set...
1
by: Khadim | last post by:
I m using HTTWebResponse which is running smoothly on my system which is behing a proxy server. When I run the application with Live IP it gives "HTTP Protocol violation error" I can't use...
2
by: rn5a | last post by:
Using CDO.MESSAGE, can e-mails in ASP be sent using the HTTP protocol instead of the SMTP protocol? If yes, then how? If no, then is there any other way to send e-mails in ASP using the HTTP...
1
by: welcomestocontact | last post by:
Hi, I am writing http protocol to get some data from servers. If i was using my localhost, getting replay from local and if want access other remote sites, i am getting error. Please reply it ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.