Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Yellowdog
Starting Member
34 Posts |
Posted - 2009-08-19 : 11:43:36
|
| Hay guys,Just looking for some help with connection to a remote server using web service.I (think) I understand the endpoints using http/soap but what I am having trouble with is the connection from a remote machine off the network and using a web service to make the connection.If I am understanding it correctly I need to create a web service and include it in my project, then call that service when I need to make a call to the server, but I am lost on the steps in the service to find and locate the off network server and make calls to it.I hope that made some sense and someone can point me in the right direction.I have done quite a bit of googling on this and most of what I have found is making calls from an asp page, not from a thick app.thanks again in advance! |
|
|
SQLRatankalwa
Starting Member
42 Posts |
Posted - 2009-08-20 : 01:18:31
|
| Why do you want to use end points for a thick app, you can use TCP/IP. That would be much easier. It would also be much faster.Ratan KalwaSQL Server Professionals User Grouphttp://www.sspug.com |
 |
|
|
Yellowdog
Starting Member
34 Posts |
Posted - 2009-08-20 : 10:08:15
|
Probably because I don't know what I am doing I would be happy to use TCP/IP as long as it works!Do you have any good links pointing me in the right direction?Thanks again |
 |
|
|
|
|
|