이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
WSDL을 사용하여 MATLAB에서 웹 서비스 호출하기
WSDL 문서는 표준 형식을 사용하여 서버의 작업, 인수, 트랜잭션을 설명합니다. MATLAB®에서 서버 API를 사용하려면 matlab.wsdl.createWSDLClient
함수를 사용하십시오. 이 함수는 MATLAB 클래스를 생성합니다.
함수
matlab.wsdl.createWSDLClient | Create interface to SOAP-based web service |
matlab.wsdl.setWSDLToolPath | Location of WSDL tools |
도움말 항목
- Set Up WSDL Tools
This example shows how to find information to install the programs required to use a WSDL web service in MATLAB.
- Display a World Map
This example shows how to access imagery from the United States Geological Survey (USGS) National Map SOAP server.
- Access Services That Use WSDL Documents
How to access a service that uses WSDL documents.
- XML-MATLAB Data Type Conversion
MATLAB SOAP functions automatically convert XML data types used in SOAP messages to and from MATLAB types.
- Using WSDL Web Service with MATLAB
How to use a web service based on Web Services Description Language (WSDL) document technologies.
문제 해결
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 상태 코드