WSDL compatability in matlab R2013b?

1 view (last 30 days)
Rasmus Hedegaard
Rasmus Hedegaard on 17 Feb 2015
Hello everyone!
Does anyone know whether R2013b has the WSDL capabilities incorporated? I have not been able to find the answer by browsing through forums.
My problem is that MATLAB wont even let me set the paths to Java JDK and Apache CXF, since it does not recognize the commands that are associated with the WSDL functionality.
Here's the problem:
Code:
%DanfossWSDL.m
jdk = 'C:\Program Files\Java\jdk1.7.0_75'
cxf = 'C:\MATLAB\TOOLKITS\Apache'
matlab.wsdl.setWSDLToolPath('JDK',jdk,'CXF',cxf)
matlab.wsdl.createWSDLClient('http://10.25.3.207/sdk?wsdl')
Returned:
DanfossWSDL
jdk =
C:\Program Files\Java\jdk1.7.0_75
cxf =
C:\MATLAB\TOOLKITS\Apache
Undefined variable "matlab" or class "matlab.wsdl.setWSDLToolPath".
Error in DanfossWSDL (line 6)
matlab.wsdl.setWSDLToolPath('JDK',jdk,'CXF',cxf)
Anyone has a guess as to what the problem could be?
Thanks in advance!
Rasmus Elbæk Hedegaard

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!