External Interfaces Reference |
Convert response string from SOAP server into MATLAB data types
Syntax
Description
parseSoapMessage(response)
converts response
, a string returned by a SOAP server, into a cell array of appropriate MATLAB data types.
Example
m = createSoapMessage('urn:xmethodsBabelFish', 'BabelFish', ... {'en_it','Matthew thinks you''re nice.'}, ... {'translationmode','sourcedata'}, ... repmat({'{http://www.w3.org/2001/XMLSchema}string'},1,2)); response = callSoapService( ... 'http://services.xmethods.net:80/perl/soaplite.cgi', ... 'urn:xmethodsBabelFish#BabelFish', m); results = parseSoapResponse(response)
See Also
callSoapService
, createClassFromWsdl
, createSoapMessage
createSoapMessage | Serial Port I/O Functions |
© 1994-2005 The MathWorks, Inc.