Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > Classic ASP Professional
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 14th, 2011, 03:41 AM
Registered User
 
Join Date: Mar 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to umamahesh2020 Send a message via Yahoo to umamahesh2020
Default Is this code get support in windows 2008 server 64 bit?

Code:
Dim postUrl

postUrl = 

"http://localhost:8002/XXX.asmx/methodname"

Set xmlhttp = server.Createobject

("Microsoft.XMLHTTP")
xmlhttp.Open "POST",postUrl,false
xmlhttp.setRequestHeader "Content-

Type","application/x-www-form-urlencoded"
xmlhttp.send DataToSend
Response.Write DataToSend & "<br>"
 
Old March 14th, 2011, 10:40 AM
Authorized User
 
Join Date: Jan 2011
Posts: 86
Thanks: 1
Thanked 12 Times in 12 Posts
Default

Hi Umamahesh,

please try to use it this way with the latest Microsoft XML core services:

Code:
Set xmlhttp = Server.Createobject("MSXML2.XmlHttp.6.0")
Hope this helps





Similar Threads
Thread Thread Starter Forum Replies Last Post
SharePoint on Windows 7 Home Premium (64-bit) mabuali SharePoint Admin 5 September 28th, 2012 04:06 PM
Is it possible of creation object "Microsoft.XMLHTTP" in windows 2008 server 64 bit umamahesh2020 Classic ASP Professional 1 March 14th, 2011 10:35 AM
Problem Installing AMP Environment on Windows 7 Ultimate 64 bit Edition rhieger PHP How-To 0 July 5th, 2010 03:15 PM
Visual studio 2005(32 bit) code not work in visual studio 2008 on windows server 2008 gr8.jain Visual Basic 2008 Essentials 1 August 31st, 2009 10:07 AM
64 Bit - Issue in 64 bit IIS calling Win32 API Hubman General .NET 1 August 24th, 2006 09:19 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.