Re: wodhttpdlx fails when port in is URL? - WeOnlyDo Discussion board

Re: wodhttpdlx fails when port in is URL? (General questions)

by Greg, Thursday, March 27, 2008, 15:59 (5880 days ago) @ Greg

I should probably add that this is the error message I get back:

WeOnlyDo.wodHttpDLXCom.1 (0x800A2745)
The current connection has been aborted by the network or intermediate services.

Hi Guys I am trying to post to this URL

[code]
set objHTTP = Server.CreateObject( WeOnlyDo.wodHttpDLXCom.1 )
objHTTP.Blocking = 1
objHTTP.Timeout = 15
'objHTTP.Port = 7011
objHTTP.POST http://someurl.com:7011/?xml=<xml></xml>
[/code]

and it just fails, If I remove the port number from the URL it works but it only loads the home page of the web server, if I enter the port number in the port property it still gives me the home page of the local IIS server. is this a bug with the com?


Complete thread: