Is there a way I can add a soap attachment to a request using PHP's built-in SoapClient classes? It doesn't look like it's supported, but maybe I can manually build the mime boundaries? I know the PEAR SOAP library supports them, but in order to use that I have to rewrite my entire library to use it.
A:
Take a look at this: http://stackoverflow.com/questions/2913106/php-soap-transfering-files
Radek Suski
2010-06-25 20:05:48