|
|
|
|
|
by csulok
5038 days ago
|
|
In service discovery is just convenient. With SOAP libraries, using a web service is as easy as 2-3 lines of code. The library handles loading the wsdl file, generating functions with appropriate parameters, sending requests and parsing response and exception handling. Without this ability, it's a lot more code. It's not necessarily harder, but it's more code nevertheless. |
|