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?
Re: wodhttpdlx fails when port in is URL?
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?
Re: wodhttpdlx fails when port in is URL?
Hi Greg,
Is there any chance that we could connect there and duplicate your problem? I have try to duplicate it with our server but didn't have luck.
It should work adding port at the end of URL just like you did it.
Regards,
Drazen
Re: wodhttpdlx fails when port in is URL?
Hi Drazen I am trying to post to
http://10.97.3.4:7011/?xml=<xml></xml>[/b]
and that is what fails....if I remove the :7011 is goes to the loacl home page of the server, which is not what I want.
Hope this helps, thanks for your help.
Regards,
Greg
Hi Greg,
Is there any chance that we could connect there and duplicate your problem? I have try to duplicate it with our server but didn't have luck.It should work adding port at the end of URL just like you did it.
Regards,
Drazen
Re: wodhttpdlx fails when port in is URL?
Greg,
Can you please set debugfile property in your code to point to a file on your disk before connecting, and send that file over to techsupport@weonlydo.com ?
I believe that could help us find out what could be wrong.
Regards,
Damba