BeSimple / BeSimpleSoapClient

NOT MAINTAINED - [READ-ONLY] Subtree split of the BeSimpleSoap -- clone into BeSimple/SoapClient/ (master at BeSimple/BeSimpleSoap)
http://besim.pl/
57 stars 54 forks source link

Mtom issue, bad property #19

Open coolfarmer opened 9 years ago

coolfarmer commented 9 years ago

2015-04-24 11-33-55 Hi,

This is normal that your option property is named "$this->options" for "withMtomAttachments()" (and withSwaAttachments and withBase64Attachments) ?

Other methods your option property is named "$this->soapOptions" (this is correct and functional).

But withMtomAttachments is wrong I think...

cchavezflores commented 8 years ago

Hello, I'm looking for a working example of a SOAP client with MTOM support, attaching a file with other payload attributes... does anyone have one?

coolfarmer commented 8 years ago

Hi cchavezflores, I forked the repo and I corrected the problem I explain above. https://github.com/coolfarmer/BeSimpleSoapClient

You can see the changes here, very easy, don't know why no one has corrected that before lol. https://github.com/coolfarmer/BeSimpleSoapClient/pull/1/files

Have a nice day.