Meta
Categories
Category Archives: ws stds
WSDL
Overview *WSDL is an XML document *WSDL is used to describe web services *Extensible (detail?) Construct *Types: defines data types using XSD (schema). <types> <schema targetNamespace="http://example.com/stockquote.xsd" xmlns="http://www.w3.org/2000/10/XMLSchema"> <element name="TradePriceRequest"> <complexType> <all> <element name="tickerSymbol" type="string"/> </all> </complexType> </element> <element name="TradePrice"> <complexType> … Continue reading
Posted in ws stds
Leave a comment