New to using web services.
It seems that asp.net makes consuming a web service a fairly simple matter.
I would like to consume an external web service on a particular website. However, this site was written in traditional asp code. My understanding is that consuming a web service using tradional asp is more challenging. Is this correct and are their significant performance benefits to using asp.net for this task v.s. traditional asp?
If so, my approach would be to integrate an asp.net page for consuming the webservice instead of attempting to do it in the sites current source code (asp).
I am really just looking for any suggestions, opinions, etc -- like I mentioned, my experience with web services is minimal.
Thanks in advance.
It seems that asp.net makes consuming a web service a fairly simple matter.
I would like to consume an external web service on a particular website. However, this site was written in traditional asp code. My understanding is that consuming a web service using tradional asp is more challenging. Is this correct and are their significant performance benefits to using asp.net for this task v.s. traditional asp?
If so, my approach would be to integrate an asp.net page for consuming the webservice instead of attempting to do it in the sites current source code (asp).
I am really just looking for any suggestions, opinions, etc -- like I mentioned, my experience with web services is minimal.
Thanks in advance.