Sending an attachment + XML in PHP

[email protected] (Jack Peterson) Wed, 21 Mar 2012 10:06:15 -0700
Newsgroups php.soap
Message-ID <CAHYUdAC_ewSNNdOK4SDLu6HtWfaoHqeRL3WLkXpJrOAx0BphGQ@mail.gmail.com>
--20cf3071cc902a253604bbc3cf54
Content-Type: text/plain; charset=ISO-8859-1

All,

I'm working on a project that requires the ability to send an attachment
part along with the rest of the XML associated with a soap call.
As i understand the current SoapClient implementation (as of 5.4), there is
no support for sending attachments as mime add-ons at the end of the call
nor MTOM support.

Is anyone aware of how to append a file to the end of a CURL call that also
includes both the XML as well as a binary MIME attachment?

Any help/examples would be much appreciated!

--20cf3071cc902a253604bbc3cf54--