[
Lists Home |
Date Index |
Thread Index
]
- From: "Rich Anderson" <rja@arpsolutions.demon.co.uk>
- To: <Paulo.Gaspar@krankikom.de>, "Xml-Dev" <xml-dev@xml.org>
- Date: Wed, 19 Apr 2000 18:18:54 +0100
Forwarded from the SOAP list, might be useful:
Solutions for doing a http post IIS server to http server
server objects (general HTTP)
http://www.serverobjects.com/products.htm#asphttp
http://www.serverobjects.com/products.htm#aspsock
Vivid Ceations (XML mainly) http://www.vivid-creations.com/dom/index.htm
XML Connect http://www.xmlconnect.net/XMLConnect/
(not real time but a q-ing system using http/https to post xml docs server
to server, I thought that this might be great for high volume order Entry
apps
where you just drop the xml SOAP order call into the XMLConnect pipeline
& at the order end you just read the q & process ....)
----- Original Message -----
From: "Paulo Gaspar" <Paulo.Gaspar@krankikom.de>
To: "Xml-Dev" <xml-dev@xml.org>
Sent: Wednesday, April 19, 2000 3:59 PM
Subject: Re: MSXML on Win 2000 and transformNode
Unfortunately, WININET is the only HTTP component that M$ is giving for
free. Not that they don't have the technology - they have it in the
"Site Server SDK" - but they are not giving it away.
I had also come across the same issue, and I also followed the suggestion
they make in that "kb" article (using their VB/WINSOCK component). My
understanding is that the WINSOCK component is a piece of crap that they
didn't even properly document.
>From M$ documentation:
"WinSock Control - Allows you to connect to a remote computer and
exchange data using either the User Datagram Protocol (UDP) or the
Transmission Control Protocol (TCP)."
I also found no documentation about direct HTTP support. Meaning:
- It is not a straight forward solution to use the WINSOCK control;
- Maybe it is far from being the generic easyest way (I have better
alternatives with Delphi);
- And they would have done a better service just omitting the
WINSOCK, since it sounds like a fake clue. (A component is usually not
much better than the documentation about it. Some have at least the
source code to act as documentation, but with this one I just felt
lost.)
Anyway, good luck. You are probably going to need it.
Have fun,
Paulo
-----Original Message-----
From: owner-xml-dev@xml.org [mailto:owner-xml-dev@xml.org]On Behalf Of
Adam Vandenberg
Sent: Wednesday, April 19, 2000 3:29 AM
To: Steven Livingstone, ITS, SENM; xml-dev@xml.org
Cc: aaron@skonnard.com; Martin Gudgin
Subject: Re: MSXML on Win 2000 and transformNode
Unless I'm misunderstanding what you are trying to do...
You aren't going to want to do any HTTP URLs using XML on the server-side:
http://support.microsoft.com/support/kb/articles/Q237/9/06.ASP
The HTTP is built on top of WININET which does run under a service.
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|