why there is an error message when I use matlab.wsd​l.createWS​DLClient()​?

조회 수: 2 (최근 30일)
Junghak
Junghak 2018년 12월 27일
There is an error message as below when I use matlab.wsdl.createWSDLClient().
But for the same url, it does not happen make error when I use createClassFromWsdl().
I don't know why? Pls help me.
#------------------------------------------------------------------------------------------------------------------------------------------#
Error using matlab.internal.callJava
No method sPSLTWIPPRDINSN exists in Java class com.sun.proxy.$Proxy47
Error in RCAT/SP_SLTWIPPRDINSN (line 179)
ret =
matlab.internal.callJava('sPSLTWIPPRDINSN',obj.PortObj,fromMATLAB({'SP_SLTWIPPRDINSN','I_ACESN'},
I_ACESN,'string',true,false));
Error in untitled (line 36)
tp_model=SP_SLTWIPPRDINSN(obj1,SN);
#------------------------------------------------------------------------------------------------------------------------------------------#

답변 (0개)

카테고리

Help CenterFile Exchange에서 Call Web Services from MATLAB Using WSDL에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by