[UPHPU] PHP SOAP to Java SOAP: issue with byte array
Kenneth Burgener
kenneth at mail1.ttak.org
Tue Jul 31 13:48:46 MDT 2007
Justin Giboney wrote:
> This is more of a question than an answer, but wasn't xml created for
> stuff like that?
>
> Justin Giboney
>From what I understand the PHP object is broken down by NuSoap into an
XML payload, which is then submitted over the wire in a SOAP package.
So in this regard, yes it is XML.
My theory is that the problem is NuSoap is not recognizing the $content
variable and is not converting it into the standardized soap byte array
xml format. This was the question I was posing to UPHPU is how do I
force NuSoap to treat the $content data correctly?
Kenneth
More information about the UPHPU
mailing list