Re: PEAR SOAP: Envelope base64 encoded

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Do you mean the attachment?  

On Fri, 2004-04-02 at 13:06 +0200, Jan-Hendrik Oldag wrote:
> 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
> 

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux