반응형
참고한 자료 : http://doughellmann.com/2009/09/01/evaluating-tools-for-developing-with-soap-in-python.html
1. WSDL 준비
2. wsdi2py, wsdl2dispatch 를 이용한 서버 skeleton 파일, 구현 동작 파일등을 제작
wsdl2dispatch를 수행하면 *_server,py, *_services_server.py이 생성된다.
2개의 파일을 이용하여 서버를 구축한다.
3. 서버 구축
'IT > Python' 카테고리의 다른 글
Python SOAP Client구축(WSDL을 이용한 구축) (0) | 2015.01.26 |
---|---|
Python, SOAP (0) | 2015.01.19 |
python.h no such file or directory ubuntu 12.04 (0) | 2015.01.19 |
IWAB0489E Error when deploying Web service to Axis runtime (0) | 2015.01.14 |