Main Content

createClassFromWsdl

(Removed) Create MATLAB class based on WSDL document

createClassFromWsdl has been removed. Use matlab.wsdl.createWSDLClient instead. For more information, see Version History.

Description

createClassFromWsdl(source) creates a MATLAB® class based on the service name defined in source.

createClassFromWsdl creates a class folder, @servicename, in the current folder. The class folder contains:

  • A method file for each Web service operation.

  • A display method, display.m.

  • A constructor, servicename.m.

Input Arguments

collapse all

Web Services Description Language (WSDL) document, specified as a string. The name must include the location of the document, using one of the following:

  • URL

  • Full path

  • Relative path

Version History

Introduced before R2006a

collapse all