answersLogoWhite

0

What else can I help you with?

Related Questions

What is top down and bottom up approach in web service?

buttom up is first create class, generate methods and create a wsdl from this, top down is first create wsdl and than generate codes depend on this wsdl


What is a good way to write an introduction to WSDL tutorial?

A good way to write an introduction to WSDL tutorials is begin by explaining what WSDL stands for. Giving a brief explanation of what will be included in the tutorial is also a good way to introduce the subject matter.


23 When would you choose bottom up methodology?

Top down approach requires you to write your own WSDL and XSDs and then create service which follows that WSDL and XSDs. In bottom up approach you first write service code and then WSDL and XSDs. In MS world bottom up is very easy because WSDL and XSDs are generated for you by tools. The first approach is much harder because it has lesser support in tools and because developers are usually not skilled enough to write WSDL (especially with WS-Policies).


Are network functions only associated with one layer of the OSI model?

No, At each layer, protocols perform servers unique to that layer. While performing those services, the protocols also interact with protocols in the layers directly above and below. In addition, at the top of the OSI model, Application layer protocols interact with the software you use. At the bottom, Phsyical layer services act on the networking cables and connectors to issue and receive signals.


What language do web services use to describe interfaces?

WSDL


What is Namespace in NET framework?

They are(simply put) the things that you import.... EXAMPLE: VB Import (namespace) C# Using (namespace)


What is the difference between xml and wsdl?

XML (eXtensible Markup Language) is a set of rules for encoding documents. The rules could describe anything from the rules of HTML to various file formats. WSDL (Web Services Description Language) provides a model for describing web services. WSDL uses the XML to specify its rules.


Why is it important to have established protocols in any business?

Standards and protocols are the guideline of operation in production, communication or operation in a business setting. In a world where the ability to interact quickly and efficiently is considered the cornerstone of any business.


Difference Between SOAP and REST in Web services?

1. REST has no WSDL interface definition 2. REST is over HTTP, but SOAP can be over any transport protocols such HTTP, FTP, STMP, JMS etc. 3. SOAP is using soap envelope, but REST is just XML.


What are some disadvantages of using namespace in C?

Here's one: there's no namespace in C


What is the user folder for an account that contains a group of subfolders called?

profile namespace


Can you have nested namespace?

Of course! All namespaces are nested by default since all namespaces exist in the global namespace. A class is also a namespace; therefore classes can also be nested.