Prakash Sinha wrote:
>
> Is This What U mean .....
> set requestQueryString [ns_conn form $conn]
nope that does not do it.. the above tries to read/parse the POST data
as form variables.
and returns an ns_set. that's not what i need. the data coming in is a
SOAP request
so i just want the raw content bytes which will then xml parsed
The reason for all this is that I'm tweaking tclsoap
so that aolserver can be used as a SOAP server.
if anyones interested let me know and i'll provide the facility
when it's showing signs of life. ETA is a few days from now.
-mike
>
> -----Original Message-----
> From: AOLserver Discussion [mailto:[EMAIL PROTECTED]]On Behalf
> Of Mike Hoegeman
> Sent: Friday, July 20, 2001 2:18 PM
> To: [EMAIL PROTECTED]
> Subject: [AOLSERVER] Easy way to get raw POST data into a tcl variable?
>
> does anyone know of an easy way to get raw post data into
> a tcl variable (from a connection) without writing it into a file first.
>
> i don't seem to see a way to do without using a C extension.
>
> -mike hoegeman