Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SOAP MTOM calls with Python

Tags:

I'm currently working on a web toolkit in python and I have to make a lot of SOAP calls. Unfortunately for me, a couple of those calls use MTOM. I'm currently using SUDS and I would like to know if it's possible to do MTOM calls with it (I can't find anything in the documentation, so I think the answer is no).

If SUDS is not the solution, are there any alternatives?

like image 996
Pamput Avatar asked Apr 19 '13 15:04

Pamput


1 Answers

Based off of this screenshot, it looks like it is not supported. fedorahosted.org/suds/ticket/248 "Has this something to do with mtom not being supported?

like image 161
zondo Avatar answered Oct 13 '22 19:10

zondo