Main Content

parseSoapResponse

(Removed) Convert response string from SOAP (Simple Object Access Protocol) server into MATLAB types

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

Description

data = parseSoapResponse(response) extracts data from SOAP server response and converts to MATLAB® types.

Input Arguments

collapse all

Data from SOAP server, specified as a string.

Output Arguments

collapse all

Output of SOAP service call, returned as a cell array of any valid MATLAB type.

Version History

Introduced before R2006a

collapse all