Category Archives: ws stds

WSDL 1.1

WSDL Overview Defines an XML grammar for describing network services as collections of communication endpoints capable of exchanging messages. Structures Types * A container for data type definitions using some type system (such as XSD). <wsdl:types> <xsd:schema targetNamespace="http://my.com/EchoServcie" xmlns:xsd="http://www.w3.org/2001/XMLSchema">   … Continue reading

Posted in ws stds | Comments Off on WSDL 1.1