J
jm
I understand how an XML formatted SOAP message is used to request
items from a web service and how the XML formatted SOAP response is
used. I am still missing the big picture, however.
When is this used?
For example, let's say that I have three systems.
An Oracle system, SQL Server 2000 system and a DB2 legacy system.
Why would web services be better than simply using an scripting page
over HTTP to bring back the data? So, I could use ASP.NET to hit all
three databases and and bring them back on a single page, seamless to
the end user. For that matter, an individual page could be used for
each system (if the data were unrelated for example).
What am I missing here? How would Web Services help me? I know it
would; I just can't picture it.
Thanks for your help.
items from a web service and how the XML formatted SOAP response is
used. I am still missing the big picture, however.
When is this used?
For example, let's say that I have three systems.
An Oracle system, SQL Server 2000 system and a DB2 legacy system.
Why would web services be better than simply using an scripting page
over HTTP to bring back the data? So, I could use ASP.NET to hit all
three databases and and bring them back on a single page, seamless to
the end user. For that matter, an individual page could be used for
each system (if the data were unrelated for example).
What am I missing here? How would Web Services help me? I know it
would; I just can't picture it.
Thanks for your help.