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?