Source for file attachment.php
Documentation is available at attachment.php
require_once("SOAP/Client.php");
require_once("SOAP/test/test.utility.php");
require_once("SOAP/Value.php");
$filename = 'attachment.php';
$methodValue = new SOAP_Value('testattach', 'Struct', array ($v));
$resp = $client->call ('echoMimeAttachment',array ($v),
array ('attachments'=> 'Mime',
'namespace'=> 'http://soapinterop.org/',
'from'=> 'user@domain.com',
'host'=> 'smtp.domain.com'));
print $client->wire. "\n\n\n";
$resp = $client->call ('echoMimeAttachment',array ($v));
# DIME has null spaces, change them so we can see the wire
Documentation generated on Mon, 11 Mar 2019 14:33:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|