본문 바로가기

IT/Python

Python SOAP Client구축(WSDL을 이용한 구축) 출처 : http://doughellmann.com/2009/09/01/evaluating-tools-for-developing-with-soap-in-python.html 1. wsdl 준비 2. wsdl2py를 이용하여 클라리언트 소스 준비 wsd2py --complexttypes wsdl파일 (wsdl이 complexttype이 존재하는경우) 3. 클라이언트 구현 4. 실행 결과 더보기
Python SOAP Server 구축(WSDL을 이용한 구축) 참고한 자료 : 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. 서버 구축 더보기
Python, SOAP http://www.performiq.com.au/kb/index.php/Python_SOAP_Tutorial_-_Creating_a_WEB_Service_with_ZSI#wsdl2py http://doughellmann.com/2009/09/01/evaluating-tools-for-developing-with-soap-in-python.html - 여기서 사용하는 zsi 를위해 zsi-a1버전을 설치애햐한다(https://github.com/driedtoast/zsi) 더보기
python.h no such file or directory ubuntu 12.04 apt-get install python-dev 로 해결 출처 : http://stackoverflow.com/questions/15631135/python-h-missing-from-ubuntu-12-04 sudo apt-get install python-gevent 더보기
IWAB0489E Error when deploying Web service to Axis runtime IWAB0489E Error when deploying Web service to Axis runtime axis-admin failed with {http://schemas.xmlsoap.org/soap/envelope/} Client The service cannot be found for the endpoint reference (EPR) http://localhost:8080/myws/services/AdminService--이 문제 방금 해결했습니다. 이클립스 설정에 Web Services>Server Runtime 이 'Apache Axis' 로 설정되어 있었습니다. 그래서 'Apache Axis2' 로 바꿔주고 다시 해보니 제대로 동작합니다. 감사합니다.--https://groups.goog.. 더보기

반응형