Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When using SOAP, what is the most efficient way to access services from a client over the Internet?

client internet Services Soap
0
Posted

When using SOAP, what is the most efficient way to access services from a client over the Internet?

0

If there is a new technology around that helps you expose services over the Internet, there needs to be a way to easily access those services from the client. And, in fact, there is. Visual Studio 7 introduces the attribute-based COM programming model Mary Kirtland originally wrote about in the November and December 1997 editions of Microsoft Systems Journal. You saw C# used in the ASP+ code from Listing C.1. But you can also use C#, which resembles a combination of IDL and Java, to access a Web Service from a client (which may itself be a server to an third client). The HelloWorld class example in the following Listing shows you the C# code you’d use to access the remote methods HelloWorld exposes.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123