Page 1 of 1

PHP and SOAP attaching files with DIME

Posted: Tue Aug 23, 2011 8:05 am
by psyclo
It appears the SOAP implementation built into PHP is not complete with regard to file attachments. I need to send binary files using SOAP to a CA Service Desk (CASD) Web Service. They only support DIME, a fairly new format for handling file attachments, and one not supported by PHP, as far as I can tell. There is something called NET_DIME I see referenced, and an article (http://marcelog.github.com/articles/php ... _curl.html) about how to use cURL and NET_DIME to attach files. I've tried to get that to work, but with no success.
Does anyone know another way to use PHP and SOAP with DIME, preferably in a secured (SSL) environment?

Thanks.