473,508 Members | 2,344 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP http request

Hello

Can someone give the snippet to send a post http request in order to send a
soap request ? I have the complete http request but I don't know how to send
it.

TIA
Jul 19 '05 #1
10 11041
http://aspfaq.com/show.asp?id=2173

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
Hello

Can someone give the snippet to send a post http request in order to send a soap request ? I have the complete http request but I don't know how to send it.

TIA

Jul 19 '05 #2
I've tried this solution but the following error message is displayed :
Erreur d'exécution Microsoft VBScript erreur '800a01b6'
Cet objet ne gère pas cette propriété ou cette méthode
/version2/srit/search_results_ss_vb.asp, ligne 5

and the line 5 is : objSrvHTTP =
Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")

Is there another way ?
"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:%2****************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2173

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
Hello

Can someone give the snippet to send a post http request in order to
send a
soap request ? I have the complete http request but I don't know how to

send
it.

TIA


Jul 19 '05 #3
I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work

"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
I've tried this solution but the following error message is displayed :
Erreur d'exécution Microsoft VBScript erreur '800a01b6'
Cet objet ne gère pas cette propriété ou cette méthode
/version2/srit/search_results_ss_vb.asp, ligne 5

and the line 5 is : objSrvHTTP =
Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")

Is there another way ?
"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:%2****************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2173

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
> Hello
>
> Can someone give the snippet to send a post http request in order to

send
a
> soap request ? I have the complete http request but I don't know how to

send
> it.
>
> TIA
>
>



Jul 19 '05 #4
Oops, sorry...
but now I get this message :

msxml3.dll erreur '80004005'
Erreur non spécifiée
/version2/srit/search_results_ss_vb.asp, ligne 10

with this at line 10 : objSrvHTTP.setRequestHeader "SOAPAction",
"http://www.faire-savoir.com/webservices/getListingWithSearch"

what's wrong ?
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans
le message de news:uS****************@TK2MSFTNGP15.phx.gbl...
I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work

"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
I've tried this solution but the following error message is displayed :
Erreur d'exécution Microsoft VBScript erreur '800a01b6'
Cet objet ne gère pas cette propriété ou cette méthode
/version2/srit/search_results_ss_vb.asp, ligne 5

and the line 5 is : objSrvHTTP =
Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")

Is there another way ?
"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:%2****************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2173

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
> Hello
>
> Can someone give the snippet to send a post http request in order to

send
a
> soap request ? I have the complete http request but I don't know how to send
> it.
>
> TIA
>
>



Jul 19 '05 #5
http://support.microsoft.com/default...b;EN-US;305053

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader3.wanadoo.fr...
Oops, sorry...
but now I get this message :

msxml3.dll erreur '80004005'
Erreur non spécifiée
/version2/srit/search_results_ss_vb.asp, ligne 10

with this at line 10 : objSrvHTTP.setRequestHeader "SOAPAction",
"http://www.faire-savoir.com/webservices/getListingWithSearch"

what's wrong ?
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans le message de news:uS****************@TK2MSFTNGP15.phx.gbl...
I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work

"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
I've tried this solution but the following error message is displayed : Erreur d'exécution Microsoft VBScript erreur '800a01b6'
Cet objet ne gère pas cette propriété ou cette méthode
/version2/srit/search_results_ss_vb.asp, ligne 5

and the line 5 is : objSrvHTTP =
Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")

Is there another way ?
"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:%2****************@TK2MSFTNGP12.phx.gbl...
> http://aspfaq.com/show.asp?id=2173
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "thomas parquier" <tp*******@moustic.biz> wrote in message
> news:ch**********@news-reader4.wanadoo.fr...
> > Hello
> >
> > Can someone give the snippet to send a post http request in order to send
> a
> > soap request ? I have the complete http request but I don't know
how
to> send
> > it.
> >
> > TIA
> >
> >
>
>



Jul 19 '05 #6
Thank you.
I sent a mail to my provider but I didn't receive any answer.

"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:eq**************@TK2MSFTNGP10.phx.gbl...
http://support.microsoft.com/default...b;EN-US;305053

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader3.wanadoo.fr...
Oops, sorry...
but now I get this message :

msxml3.dll erreur '80004005'
Erreur non spécifiée
/version2/srit/search_results_ss_vb.asp, ligne 10

with this at line 10 : objSrvHTTP.setRequestHeader "SOAPAction",
"http://www.faire-savoir.com/webservices/getListingWithSearch"

what's wrong ?
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans
le message de news:uS****************@TK2MSFTNGP15.phx.gbl...
I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work

"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
> I've tried this solution but the following error message is
displayed : > Erreur d'exécution Microsoft VBScript erreur '800a01b6'
> Cet objet ne gère pas cette propriété ou cette méthode
> /version2/srit/search_results_ss_vb.asp, ligne 5
>
> and the line 5 is : objSrvHTTP =
> Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
>
> Is there another way ?
>
>
> "Steven Burn" <pv*@noyb.com> a écrit dans le message de
> news:%2****************@TK2MSFTNGP12.phx.gbl...
>> http://aspfaq.com/show.asp?id=2173
>>
>> --
>>
>> Regards
>>
>> Steven Burn
>> Ur I.T. Mate Group
>> www.it-mate.co.uk
>>
>> Keeping it FREE!
>>
>>
>> "thomas parquier" <tp*******@moustic.biz> wrote in message
>> news:ch**********@news-reader4.wanadoo.fr...
>> > Hello
>> >
>> > Can someone give the snippet to send a post http request in order to > send
>> a
>> > soap request ? I have the complete http request but I don't know

how
to
>> send
>> > it.
>> >
>> > TIA
>> >
>> >
>>
>>
>
>



Jul 19 '05 #7
It seems that my provider has to contact microsoft to get the fix. I asked
him to do it, but we don't have much time. Do you already have or know where
to find the patch ?
"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:eq**************@TK2MSFTNGP10.phx.gbl...
http://support.microsoft.com/default...b;EN-US;305053

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader3.wanadoo.fr...
Oops, sorry...
but now I get this message :

msxml3.dll erreur '80004005'
Erreur non spécifiée
/version2/srit/search_results_ss_vb.asp, ligne 10

with this at line 10 : objSrvHTTP.setRequestHeader "SOAPAction",
"http://www.faire-savoir.com/webservices/getListingWithSearch"

what's wrong ?
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans
le message de news:uS****************@TK2MSFTNGP15.phx.gbl...
I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work

"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
> I've tried this solution but the following error message is
displayed : > Erreur d'exécution Microsoft VBScript erreur '800a01b6'
> Cet objet ne gère pas cette propriété ou cette méthode
> /version2/srit/search_results_ss_vb.asp, ligne 5
>
> and the line 5 is : objSrvHTTP =
> Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
>
> Is there another way ?
>
>
> "Steven Burn" <pv*@noyb.com> a écrit dans le message de
> news:%2****************@TK2MSFTNGP12.phx.gbl...
>> http://aspfaq.com/show.asp?id=2173
>>
>> --
>>
>> Regards
>>
>> Steven Burn
>> Ur I.T. Mate Group
>> www.it-mate.co.uk
>>
>> Keeping it FREE!
>>
>>
>> "thomas parquier" <tp*******@moustic.biz> wrote in message
>> news:ch**********@news-reader4.wanadoo.fr...
>> > Hello
>> >
>> > Can someone give the snippet to send a post http request in order to > send
>> a
>> > soap request ? I have the complete http request but I don't know

how
to
>> send
>> > it.
>> >
>> > TIA
>> >
>> >
>>
>>
>
>



Jul 19 '05 #8
No. It is only available by calling Microsoft, as the KB article states.

thomas parquier wrote:
It seems that my provider has to contact microsoft to get the fix. I
asked him to do it, but we don't have much time. Do you already have
or know where to find the patch ?
"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:eq**************@TK2MSFTNGP10.phx.gbl...
http://support.microsoft.com/default...b;EN-US;305053


--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #9
Hello

I now get the "unspecified error" 80004005 with version 4 but on line with
send method.
Is the fix needed for version 4 too ?

regards
thomas parquier

"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:eq**************@TK2MSFTNGP10.phx.gbl...
http://support.microsoft.com/default...b;EN-US;305053

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader3.wanadoo.fr...
Oops, sorry...
but now I get this message :

msxml3.dll erreur '80004005'
Erreur non spécifiée
/version2/srit/search_results_ss_vb.asp, ligne 10

with this at line 10 : objSrvHTTP.setRequestHeader "SOAPAction",
"http://www.faire-savoir.com/webservices/getListingWithSearch"

what's wrong ?
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans
le message de news:uS****************@TK2MSFTNGP15.phx.gbl...
I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work

"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
> I've tried this solution but the following error message is
displayed : > Erreur d'exécution Microsoft VBScript erreur '800a01b6'
> Cet objet ne gère pas cette propriété ou cette méthode
> /version2/srit/search_results_ss_vb.asp, ligne 5
>
> and the line 5 is : objSrvHTTP =
> Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
>
> Is there another way ?
>
>
> "Steven Burn" <pv*@noyb.com> a écrit dans le message de
> news:%2****************@TK2MSFTNGP12.phx.gbl...
>> http://aspfaq.com/show.asp?id=2173
>>
>> --
>>
>> Regards
>>
>> Steven Burn
>> Ur I.T. Mate Group
>> www.it-mate.co.uk
>>
>> Keeping it FREE!
>>
>>
>> "thomas parquier" <tp*******@moustic.biz> wrote in message
>> news:ch**********@news-reader4.wanadoo.fr...
>> > Hello
>> >
>> > Can someone give the snippet to send a post http request in order to > send
>> a
>> > soap request ? I have the complete http request but I don't know

how
to
>> send
>> > it.
>> >
>> > TIA
>> >
>> >
>>
>>
>
>



Jul 19 '05 #10
If i use version3 to send the request I get the following :

msxml3.dll erreur 'c00ce502'
Erreur système : -1072896766.
/version2/srit/search_results_ss_vb.asp, ligne 12

with at line 12 :

objSrvHTTP.send (objXMLSend)

and at lines 4 and 5 :

Set objSrvHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
Set objXMLSend = Server.CreateObject("Msxml2.DOMDocument.4.0")

regards,

thomas parquier

"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:eq**************@TK2MSFTNGP10.phx.gbl...
http://support.microsoft.com/default...b;EN-US;305053

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader3.wanadoo.fr...
Oops, sorry...
but now I get this message :

msxml3.dll erreur '80004005'
Erreur non spécifiée
/version2/srit/search_results_ss_vb.asp, ligne 10

with this at line 10 : objSrvHTTP.setRequestHeader "SOAPAction",
"http://www.faire-savoir.com/webservices/getListingWithSearch"

what's wrong ?
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans
le message de news:uS****************@TK2MSFTNGP15.phx.gbl...
I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work

"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
> I've tried this solution but the following error message is
displayed : > Erreur d'exécution Microsoft VBScript erreur '800a01b6'
> Cet objet ne gère pas cette propriété ou cette méthode
> /version2/srit/search_results_ss_vb.asp, ligne 5
>
> and the line 5 is : objSrvHTTP =
> Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
>
> Is there another way ?
>
>
> "Steven Burn" <pv*@noyb.com> a écrit dans le message de
> news:%2****************@TK2MSFTNGP12.phx.gbl...
>> http://aspfaq.com/show.asp?id=2173
>>
>> --
>>
>> Regards
>>
>> Steven Burn
>> Ur I.T. Mate Group
>> www.it-mate.co.uk
>>
>> Keeping it FREE!
>>
>>
>> "thomas parquier" <tp*******@moustic.biz> wrote in message
>> news:ch**********@news-reader4.wanadoo.fr...
>> > Hello
>> >
>> > Can someone give the snippet to send a post http request in order to > send
>> a
>> > soap request ? I have the complete http request but I don't know

how
to
>> send
>> > it.
>> >
>> > TIA
>> >
>> >
>>
>>
>
>



Jul 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
8314
by: Fran?ois-Xavier Testard-Vaillant | last post by:
In a Perl script I want to send several http requests WITHOUT waiting for the remote servers answer (i.e. just triggering http requests) and without having to create lots of processes... Thanks...
1
5743
by: Sure | last post by:
Hello All, I want to update a form using the LWP & HTTP method. It was working fine when I am updating the values like this $ua = LWP::UserAgent->new; $url...
2
2604
by: Robert Oschler | last post by:
I have an IMG element that I've been using to send messages back to my server whenever certain item option choices are made by a visitor. I send each message by forming a URL with various search...
5
6012
by: Henrik | last post by:
Hi, I am trying to read some industrial webservers using the HTTP/CGI webequest like this: wrs = (HttpWebRequest)WebRequest.Create(HTTP/CGI-string); mwst = (HttpWebResponse wrs.GetResponse();...
1
5525
by: Kueishiong Tu | last post by:
I have a .net window form application but I have to get data from various web sites. How do I make Http request (preferrably via post method) from a window form to get the data from those web...
1
2449
by: omantawy | last post by:
Hi, I have some legacy ASP web applications that use an unmanaged COM component to connect to a third party application. The third part application has moved to the managed code in the current...
4
3790
by: AviCoh | last post by:
Hi, Let me start with the question and then describe my case : Is there a way to read the raw contents of an HTTP request in PHP as a stream (i.e. not get it all at once from Apache) ? In my...
1
3634
by: nkg1234567 | last post by:
I'm trying to extract HTML from a website in the form of a string, and then I want to extract particular elements from the string using the substr function: here is some sample code that I have thus...
5
2365
by: rpjanaka | last post by:
Hi all, I am using AJAX to submit a data from a web page, it is properly working on the local host (when test with the local machine it is ok).also when access from another machine the pages are...
7
1663
by: samthemist | last post by:
#/usr/bin/perl -w use LWP::UserAgent; use Time::HiRes qw(gettimeofday); #use Crypt::SSLeay; use strict; print "Enter URL to Time GET request for... "; my $host=<STDIN>; chomp $host;
0
7233
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7135
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7067
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7505
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5650
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5060
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4729
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1570
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
774
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.