Re: PEAR SOAP: Envelope base64 encoded

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

 



Hi Al,

> Al Baker writes:
> Do you mean the attachment?  

The attachment looks fine, it is base64 encoded too. 
If I output my $soapclient->_soap_transport->outgoing_payload 
I get something like this:

----------8<-------------------------

POST /ws/pearserver6.php HTTP/1.0
User-Agent: PEAR-SOAP 0.8.0RC2-devel
Host: localhost
Content-Type: multipart/related; type=text/xml;
boundary="=_3f7285a0e7bb2f64dcb2618683c87668"
Content-Length: 1840
SOAPAction: ""

--=_3f7285a0e7bb2f64dcb2618683c87668
Content-Type: text/xml; charset="UTF-8"
Content-Transfer-Encoding: base64

PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCg0KPFNPQVAtRU5WOkVudmVs
[...]
CjwvU09BUC1FTlY6RW52ZWxvcGU+DQo=
--=_3f7285a0e7bb2f64dcb2618683c87668
Content-Disposition: php4.tmp
Content-Type: text/plain
Content-Transfer-Encoding: base64
Content-ID: <66fb4cc9d09dfaaea230110ced16603a>

SWNoIGJpbiBCbGluZHRleHQuIFZvbiBHZWJ1cnQgYW4uIEVzIGhhdCBsYW5nZSBnZWRhdWVydCwg
[...]
YXMgZGVuIG1laXN0ZW4gIm5vcm1hbGVuIiBUZXh0ZW4gbmljaHQgZ2VsaW5ndC4=
--=_3f7285a0e7bb2f64dcb2618683c87668--

------------- >8 --------------

A PHP server using PEAR works fine with this, but our Axis won't.
Is there a way to get the envelope quoted-printable?

Jan

-- 
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