ASP.NET & OpenSRS dev.

From: feedback@webdivisor.com
Date: Mon Oct 27 2003 - 00:46:29 EST


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"
   postdata = postdata & "&object=user"
   postdata = postdata & "&action=authenticate"

   xml = Server.CreateObject("Microsoft.XMLHTTP")
   xml.open ("GET", "http://resellers-test.opensrs.net/index?" & PostData &
"", false)
   xml.send ("")
     strStatus = xml.Status
     strRetval = xml.responseText
   xml = nothing

   strArrayVal = split(strRetVal, ",", -1)

%>

I still dont know if I am using the right path to the OpenSRS system...
----- Original Message -----
From: "Lynn W. Taylor" <Lynn@BusCom.net>
To: <dev-list@opensrs.org>
Sent: Sunday, October 26, 2003 7:22 PM
Subject: Re: SSL certs on Horizon - pricing error?

> Switching to SOAP over SSL would break all existing installations.
>
> There are at least two components that make the task fairly easy. Here's
one: <http://sourceforge.net/projects/closedsrs/>
>
> Me? I'm happy with the Perl client, running on Windows....
>
> -- Lynn
>
> On Sun, 26 Oct 2003 21:11:42 -0600, Adam Selene wrote:
> > SOAP over SSL would be the simplest and most standard,
> > I can't believe how long this request has been left unanswered.
> > TuCows, fire your Perl programmers and hire someone with
> > clue.
> >
> > Hayk, if you take a hack at it in C#, post your source code here,
> > I'm sure there'll be some people willing to help you out.
> >
> > Adam
>
>
>



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:48 EDT