J
Jim Bayers
What's the best way to retrive xml from a remote class?
Here's my situation. All the servers are running Win2003. There's a
web server on Public. There's a sql server on Campus. The only access
we have to Campus is through Secure.
-----------------
| Campus |
-----------------
|
-----------------
| Secure |
-----------------
|
-----------------
| Public |
-----------------
Somebody pointed me to a msdn article
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/dnnetsec/html/SecNetHT15.asp
And I've got that up and running. Right now, I can access the remote
class on Secure through a web service running on Secure. Our net nazi
won't let us put a web server on Secure.
What we want is the user to enter in a few variables on a form on
Public's webserver, send the variables to Secure, have the remote object
on Secure query the database on Campus and then send the data back to
the Public.
What's the best way? Can I pass a dataset?
Here's my situation. All the servers are running Win2003. There's a
web server on Public. There's a sql server on Campus. The only access
we have to Campus is through Secure.
-----------------
| Campus |
-----------------
|
-----------------
| Secure |
-----------------
|
-----------------
| Public |
-----------------
Somebody pointed me to a msdn article
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/dnnetsec/html/SecNetHT15.asp
And I've got that up and running. Right now, I can access the remote
class on Secure through a web service running on Secure. Our net nazi
won't let us put a web server on Secure.
What we want is the user to enter in a few variables on a form on
Public's webserver, send the variables to Secure, have the remote object
on Secure query the database on Campus and then send the data back to
the Public.
What's the best way? Can I pass a dataset?