python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Sending MTOM SOAP attachment Via Python Zeep or SUDS or any other way
I have been browsing and have not been able to find a way to send MTOM attachments, whether it is via SUDS or Zeep python libraries. I see that Zeep allows the reading of MTOM attachments. But not the...

Adam M
Votes: 0
Answers: 0
Pass through SOAP proxy spring Unsupported media type multipart/related; type="application/xop+xml"; boundary
Hi I am trying to implement a pass through SOAP proxy via @RestController in spring. For this purpose I have mapped a rest controller in following way:
@RestController
class MyProxy {
@PostMapping(va...

Alexander Petrov
Votes: 0
Answers: 1
Send BinarySecurityToken with MTOM
I'm trying to send a SOAP message using the Spring-WS framework which has to be signed with a certificate. The service uses MTOM encoding and requires all attachments to be send this way, including th...
Ruby2Java
Votes: 0
Answers: 0