Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: trouble when building asp.net web service


Message #1 by "Hery" <s_hery@e...> on Wed, 31 Oct 2001 03:26:46 +0700
Using the POST method, the encoded form data is sent in the content of 
the message sent from the browser to the server. All this means is that 
there is no limit to the length of data you can send using the POST 
method.

----- Original Message -----
From: "Andrew Badera" <badera@r...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Tuesday, October 30, 2001 6:15 AM
Subject: [aspx_professional] RE: trouble when building asp.net web 
service


> Use a POST operation instead. I think it's good for 1024.
>
> -----Original Message-----
> From: Hery [mailto:s_hery@e...]
> Sent: Tuesday, October 30, 2001 3:27 PM
> To: ASPX_Professional
> Subject: [aspx_professional] trouble when building asp.net web service
>
>
> i am developing a web service.
> I get a problem when I want to transfer a large data to my web 
service,
> and I got an error message that tell me http get doesn't support.
> I think because I transfer a large data more than http get capacity.
> So my question is how to handle if I want to send a string that more
> than 255 characters.
>
> Sorry for my bad English
>
> steve
>
>

  Return to Index