SoapRequest를 보내지 않고 (XML로) 반환하는 방법이 있습니까?Suds/Python을 사용하지 않고 SoapRequest를 작성하십시오.
아이디어는 내 프로그램의 상위 레벨이 부가적인 부울 인수 (시뮬레이션)로 API를 호출 할 수 있다는 것입니다.
If simulation == false then process the other params and send the request via suds
If simulation == false then process the other params, create the XML using suds (or any other way) and return it to the caller without sending it to the host.
는 이미 https://fedorahosted.org/suds/wiki/Documentation#MessagePlugin를 follwing을 MessagePlugin을 구현,하지만 난 ...
감사
안녕 주셔서 감사합니다. 나는 이미 다른 HttpTransport 클래스를 사용하여 SSL 상호 인증을 수행하고있다. http://stackoverflow.com/questions/6277027/suds-over-https-with-cert. 이론적으로 만약 당신의 샘플을 가지고 send 메소드를 선언했다면 작동할까요? 나는 내일 그것을 시도 할 것이다 – hzrari
제안은 나를 위해 완벽하게 일했다. 방금 작은 수정을했습니다. 솔루션으로 내 게시물을 수정합니다. – hzrari