Connecting multiple servers through webservices from asp.net

Thanks for reading my question. I was wondering if you have any idea about this issue.

  • I wrote SOAP-SERVER. Launch on CentOS. Changing the Soap-Server IP address to match CentOS Ifconfig.

  • Running SOAP-SERVER on CentOS.

  • Using VisualStudio Tools for AddWebReference. Automatically create a class of a define object. In this class, it contains the entire SOAP-SERVER function.

  • The developer will use this function to execute something in ASP.Net-Client.

But, when I want to connect from ASP-NET to more SOAP-SERVER (in other CentOS). And we do not use AddWebReference. Because the user will use the web form to enter the IP addresses of these SOAP-SERVER.

Do you have any ideas? Thanks for the help anyway. thank

0
source share
1 answer

You will need to fix no. servers with the same IP addresses, otherwise every time you want to access the service, you will have to change the proxy classes of the service or the link to the service in the visual studio, for that matter. What you can do, instead of letting the user enter an IP address, display a list of everything you have and make it one of them.

0
source

All Articles