W
Wendy Elizabeth
Right now I am new to classic ASP and ASP.NET. I have a classic ASP program
running on a server in the DMZ. I need to consume a web service so that I can
consume data from that web service. However I am not able to call the web
service from the DMZ since the server can not send messages out on the
internet.
Thus, I need to send the call to another server running within the internal
area of the company's internet. I need to send this message to an IIS server
and then from the IIS server call the web service. I was thinking that I need
to call the service on the IIS server with an ADO.NET connection. This
ADO.NET connection object would be generated just long enough to call the web
service, get a response from the web serice, and return the message to the
server running in the DMZ.
Let me know if you think this would be a good solution and tell me how you
would setup this interface. (Should C#.NET or Visual Basic.NET be used or
some other lanaguge.)
Also after this solution works, I will need to implement this similar type
of solution to call other web services.
Let me know what a good solution would be and so code examples to follow.
Thanks
running on a server in the DMZ. I need to consume a web service so that I can
consume data from that web service. However I am not able to call the web
service from the DMZ since the server can not send messages out on the
internet.
Thus, I need to send the call to another server running within the internal
area of the company's internet. I need to send this message to an IIS server
and then from the IIS server call the web service. I was thinking that I need
to call the service on the IIS server with an ADO.NET connection. This
ADO.NET connection object would be generated just long enough to call the web
service, get a response from the web serice, and return the message to the
server running in the DMZ.
Let me know if you think this would be a good solution and tell me how you
would setup this interface. (Should C#.NET or Visual Basic.NET be used or
some other lanaguge.)
Also after this solution works, I will need to implement this similar type
of solution to call other web services.
Let me know what a good solution would be and so code examples to follow.
Thanks