Altova Mailing List Archives
>xml-dev Archive Home
>Recent entries
>Thread Prev - Re: MSXML on Win 2000 and transformNode
[Thread Next]
Re: MSXML on Win 2000 and transformNode
To: <Paulo.Gaspar@---------.-->, "Xml-Dev" <xml-dev@---.--->
Date: 4/19/2000 9:30:00 AM
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@k...> To: "Xml-Dev" <xml-dev@x...> 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@x... [mailto:owner-xml-dev@x...]On Behalf Of Adam Vandenberg Sent: Wednesday, April 19, 2000 3:29 AM To: Steven Livingstone, ITS, SENM; xml-dev@x... Cc: aaron@s...; 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@x...&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@x...&BODY=unsubscribe%20xml-dev List archives are available at http://xml.org/archives/xml-dev/ ***************************************************************************
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

