hooklift / gowsdl

WSDL2Go code generation as well as its SOAP proxy
Mozilla Public License 2.0
1.15k stars 389 forks source link

With this PR gowsdl will be enabled to support SOAP MTOM #201

Closed ThomasObenaus closed 3 years ago

ThomasObenaus commented 3 years ago

This PR introduces support for SOAP messages with attachments as multipart files using MTOM (https://www.w3.org/TR/soap12-mtom/)

c4milo commented 3 years ago

LGTM. Thanks!