allthetimeintheworld
Programmer
Hi,
NB: I also posted this in ASP.Net thread as it sort of spans both realms. Just in case you thought you were having deja vu!
I want a client side form to call a server side asp page, which in turn calls a webservice on a separate server...
HTML Form -------> Server Side ASP Code --------> WebService
Can anyone tell me a simple way to access a webservice from server side asp script?
I can do it very nicely on the client side thanks to the webservice.htc html component
(but I really need to access the webservice from the server side.
The reason I want to do things this way is that if I use the webservice html component I will have to expose
the address of the machine that hosts the webservice to the client: something I don't want to do for security
reasons. I want the webservice machine to stay hidden from the client.
I've looked at a method using SOAP but the code looked pretty busy compared to the webservice.htc stuff and microsoft are going to stop support anyhow, so it's not really ideal.
Can anyone tell me how to achieve this? Javascript would be cool but anything's better than nothing.
Thanks for your help,
Sam
NB: I also posted this in ASP.Net thread as it sort of spans both realms. Just in case you thought you were having deja vu!
I want a client side form to call a server side asp page, which in turn calls a webservice on a separate server...
HTML Form -------> Server Side ASP Code --------> WebService
Can anyone tell me a simple way to access a webservice from server side asp script?
I can do it very nicely on the client side thanks to the webservice.htc html component
(but I really need to access the webservice from the server side.
The reason I want to do things this way is that if I use the webservice html component I will have to expose
the address of the machine that hosts the webservice to the client: something I don't want to do for security
reasons. I want the webservice machine to stay hidden from the client.
I've looked at a method using SOAP but the code looked pretty busy compared to the webservice.htc stuff and microsoft are going to stop support anyhow, so it's not really ideal.
Can anyone tell me how to achieve this? Javascript would be cool but anything's better than nothing.
Thanks for your help,
Sam