Info

This question is closed. Reopen it to edit or answer.

Error when parsing WSDL using createClassFromWSDL

1 view (last 30 days)
I am trying to call a SOAP service based on WSDL file in MatLab R2014b on Windows 7 64bit.
First I parse the WSDL using createClassFromWsdl:
wsdl_url = 'D:\WSDL_test.wsdl';
createClassFromWsdl(wsdl_url);
However, I receive the following error:
Attempt to reference field of non-structure array.
Error in createClassFromWsdl (line 47)
name = {R.name}
Using the same WSDL with another SOAP client tools (eg SoapUI) works fine.
The WSDL I use is attached (with file extension changed to TXT to satisfy the file uploading filter).
Could anyone tell me what I am doing wrong and suggest a workaround if possible?
Many thanks in advance,
Pavel

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!