Dev Tools
[SOAP개발]SOAP Server side 테스트 프로그램
johye0
2022. 2. 9. 21:49
반응형
SOAP를 이용한 웹서비스 개발 중 Server Side단의 서비스를 테스트하기 위해 SoapUI라는 프로그램을 사용하고 있다.
다운로드
SoapUI Pro는 유료버전이기 때문에, 간단한 테스트가 목적이라면 ‘Soap UI Open Source’ 를 다운로드한다.
https://www.soapui.org/downloads/soapui/
Download REST & SOAP Automated API Testing Tool | Open Source | SoapUI
ReadyAPI Get the most advanced functional testing tool for REST, SOAP and GraphQL APIs. Download ReadyAPI Learn More SOAP API Testing REST API Testing WSDL Coverage Scripted Assertions Largest Online API Testing Community GraphQL API Testing
www.soapui.org
테스트 추가
1. 프로그램 첫 화면 > SOAP project 추가
2. WSDL주소 입력
테스트 중인 웹서비스의 주소를 입력하거나, 다운로드하여 저장된 wsdl 파일을 로드하여 지정한다.
3. TEST 수행
원하는 서비스 > Request1을 더블클릭해 테스트를 진행한다. (원하는 만큼 생성도 가능)
새로 열리는 창에서는 좌측이 요청 화면, 우측이 결과 화면이다.
반응형