Hi all, if I run code below the SOAP envelope is base64 encoded. I'm using PEAR SOAP 0.8RC3. $myfile = new SOAP_Attachment('myFile', $ctype, $filename); $soapclient = new SOAP_Client('http://localhost/ws/ws.php'); $response = $soapclient->call( 'doSomething', $p = array($myfile), array("namespace" => "http://localhost/ws/", 'Attachments' => 'Mime') ); Any ideas, how to get quoted-printable output? Thanks in advance Jan -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php