.WSDL Files
WSDL is an XML based format used as a service specification for SOAP services.
A WSDL document defines a service, all the possible requests, the SOAP-Action, Target URLs, Parameters and the used structures. It encapsulates an XML Schema for the structures, parameters and other types. WSDL is a fairly simple format, but by using XML schemas can express everything an XML document can contain.
Remoting SDK supports WSDL and SOAP through the (TRO)SoapMessage classes, allowing consumption and production of SOAP services.
See Also
- SOAP Message
- Service Builder — can import a third-party WSDL and turn it into a RODL
- Smart Services — expose a service over SOAP and Remoting SDK's binary format at the same time