안녕하세요 zeep 비누 기반 웹 서비스, 을 사용하고 HTTP 상태 415 오류가 계속 발생합니다. 나는 조금 아래로 파고 Pycharm Debuggger를 사용하는 이유는 것을 발견했다 :파이썬 Zeep - HTTP 상태 415 (사용 가능한 콘텐츠 없음)
'Cannot process the message because the content type \'text/xml; charset=utf-8 XaSOfalw: rtt; ___utmvmBfuwVEwB=yEnqIuCmRhw\' was not the expected type \'text/xml; charset=utf-8\'.'
콘텐츠 유형에 어떤 문제가 있습니까? 지프로 바꾸려면 어떻게해야합니까?
난 그냥 같이 보입니다 간단한 테스트 코드 생성 :from zeep import Client
pretend_wsdl = 'https://pretendwsdl'
client = Client(wsdl=pretend_wsdl)
res = client.service.NameOfService()
print(res)
을이 오류 얻을 : zeep 클라이언트에 plugins를 사용하여 내가 문제를 해결 한
zeep.exceptions.TransportError: Server returned HTTP status 415 (no content available)