October 2015
Intermediate to advanced
500 pages
10h 17m
English
CHAPTER 7
![]()
Working with Web Services and XML
According to World Wide Web Consortium (W3C), a web service is a software system designed to support interoperable machine-to-machine interaction over a network. Furthermore, W3C specifies that a web service must have a described interface and that other systems interact with this web service using Simple Object Access Protocol (SOAP) typically over HTTP using XML serialization. This very short introduction clearly describes that you don’t have a web service without XML. In SSIS you can consume web services using scripting tasks and the .NET Framework, namely by using .NET and Windows Communication ...
Read now
Unlock full access