Anthony Ford
2004-02-18 18:13:29 UTC
Anyone who can help will earn MANY gold stars in heaven, karma, whatever.
Here's what I need to accomplish and I need to do it in a very short time,
so some very basic sample code is really what I need.
1 - Receive an XML post via HTTPS - The system posting will be a Java
servlet. Can I listen for the post with an ASP page in a "browser-less"
transaction? My goal here is to receive the XML and dump the data into SQL
Server. I'm very familiar with how to create / open / execute / close db
connections with VBScript, but I thought I'd tell you what I'm doing with
the data once I get it. Also, I'm using IIS 5 and SQL Server 2000.
2 - Send an XML post again via HTTPS - This process will be an automated
process (overnight), so I need to accomplish this with a .VBS file, not an
ASP page.
I've searched and searched for this but all I keep coming up with is .NET
information. I really don't have time to learn how to use .NET and create
components and the like. Plus, I like to keep things sort of light-weight
and easy ... even if it is old-fashioned.
Thank you so much for any help!
Anthony
Here's what I need to accomplish and I need to do it in a very short time,
so some very basic sample code is really what I need.
1 - Receive an XML post via HTTPS - The system posting will be a Java
servlet. Can I listen for the post with an ASP page in a "browser-less"
transaction? My goal here is to receive the XML and dump the data into SQL
Server. I'm very familiar with how to create / open / execute / close db
connections with VBScript, but I thought I'd tell you what I'm doing with
the data once I get it. Also, I'm using IIS 5 and SQL Server 2000.
2 - Send an XML post again via HTTPS - This process will be an automated
process (overnight), so I need to accomplish this with a .VBS file, not an
ASP page.
I've searched and searched for this but all I keep coming up with is .NET
information. I really don't have time to learn how to use .NET and create
components and the like. Plus, I like to keep things sort of light-weight
and easy ... even if it is old-fashioned.
Thank you so much for any help!
Anthony