Is anyone interesting in starting and managing a workspace on gotdotnet.com
to create a c# implementation that could be used in ASP.NET, console apps,
windows forms, etc? And then, would anyone be interested in contributing?
I know I can do the latter in the near term but the former wouldn't be
ceiveStream,
> System.Text.Encoding.GetEncoding("utf-8"))
> Dim resp As String = sr.ReadToEnd
> Return resp
>
>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 27, 2003
Hello, on your code what type of page declarations did you use?
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 27, 2003 5:11 AM
Subject: RE: ASP.NET & OpenSRS dev.
> My first suggesti
It's not going to work using the HTTP object, because the comm protocol
is custom and nonstandard. Data is sent on port 55000, and there's a
specific dance you must do with the server in order to be authenticated.
Unfortunately, you can't just do GETs and PUTs to communicate with the
server...t
GetEncoding("utf-8"))
Dim resp As String = sr.ReadToEnd
Return resp
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2003 12:46 AM
To:
Subject: ASP.NET & OpenSRS dev.
Heres my first crack at it wi
Heres my first crack at it with asp.net which does not seem to do anything:
<%@ Page aspcompat=true %>
<%
Dim postdata
Dim xml
Dim strstatus
Dim strretval
Dim strarrayval
Dim x_response_code
postdata = postdata & "protocol=XCP"
postdata = postdata & "&action=authenticate"