Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

WSDL을 사용하여 MATLAB에서 웹 서비스 호출하기

WSDL(웹 서비스 기술 언어)을 사용하여 웹 서비스와 통신

WSDL 문서는 표준 형식을 사용하여 서버의 작업, 인수, 트랜잭션을 설명합니다. MATLAB®에서 서버 API를 사용하려면 matlab.wsdl.createWSDLClient 함수를 사용하십시오. 이 함수는 MATLAB 클래스를 생성합니다.

함수

matlab.wsdl.createWSDLClientCreate interface to SOAP-based web service
matlab.wsdl.setWSDLToolPathLocation of WSDL tools

도움말 항목

문제 해결

Error Handling

Troubleshooting programs accessing WSDL documents.

Limitations to WSDL Document Support

RPC-encoded WSDL documents, documents that the Apache® CXF program cannot compile, and documents that import other WSDL documents that contain WSDL type definitions are not supported.

HTTP 오류에 대한 W3C 상태 코드

관련 정보