hooklift / gowsdl

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

Handle Content-Type: multipart/related; type="application/xop+xml";start="<http://tempuri.org/0>";boundary="uuid:xxxx";start-info="text/xml" #216

Closed Ksloveyuan closed 3 years ago

Ksloveyuan commented 3 years ago

When integrate with id3, I find out that in the header of response, the content type is

multipart/related; type="application/xop+xml";start="<http://tempuri.org/0>";boundary="uuid:xxxx";start-info="text/xml"

I have to tweak a bit to make it work, not sure if it is the problem of id3, or the check logic