wodhttpdlx fails when port in is URL? (wodHttpDLX)
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:
- wodhttpdlx fails when port in is URL? - Greg, 2008-03-27, 15:50
- Re: wodhttpdlx fails when port in is URL? - Greg, 2008-03-27, 15:59
- Re: wodhttpdlx fails when port in is URL? - woddrazen, 2008-03-27, 16:02
- Re: wodhttpdlx fails when port in is URL? - Greg, 2008-03-27, 16:18
- Re: wodhttpdlx fails when port in is URL? - wodDamir, 2008-03-27, 17:07
- Re: wodhttpdlx fails when port in is URL? - Greg, 2008-03-27, 16:18
- Re: wodhttpdlx fails when port in is URL? - woddrazen, 2008-03-27, 16:02
- Re: wodhttpdlx fails when port in is URL? - Greg, 2008-03-27, 15:59