ServiceDescription::Write Method

 

Writes out the ServiceDescription as a Web Services Description Language (WSDL) file.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubmethodWrite(Stream^)

Writes out the ServiceDescription to the specified Stream.

System_CAPS_pubmethodWrite(String^)

Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the specified path.

System_CAPS_pubmethodWrite(TextWriter^)

Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the TextWriter.

System_CAPS_pubmethodWrite(XmlWriter^)

Writes out the ServiceDescription to the XmlWriter as a Web Services Description Language (WSDL) file.

Return to top
Show: