What is the sense of defining several services in single WSDL file -


I understand that this same functionality (the interface in WSDL 1.2, PortType in WSDL 1.1) is different Based on WSDL 1.1), the underlying transport protocol (determined by compulsion). But what does the definition of different services in the same WSDL mean? In particular, if each service exposes only one operation?

For example, see the following WSDL file:

The WSDL1.2 specification mentions that "WSDL 1.1 supports multiple services in a single WSDL file. Confusion between users has been created. " They resolve it by allowing "many services, where each can be of a different service type." What does it mean - different types of here?

Massey

What is the definition of many services in a single WSDL file feeling?

In the same way, you will define how many interfaces with different functions in object-oriented language: To moderate your service.

> In theory I can pack all the methods in an interface, but since I want to separate the concerns in my application, I use different interfaces. Especially I want to return my service interface to the final implementation.

But remembering is important: Share the types of these services! So it is very convenient by putting everyone in a WSDL.

Hope this is an acceptable reason ...


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -