apologies if it seems like i am spamming this group
object(SmsDelivery)#3 (4) {
["destinationAddressSet:private"]=>
bad line->>>>> array(0) {
}
["senderName:private"]=>
string(10) "0421264444"
["encoding:private"]=>
string(4) "TEXT"
["message:private"]=>
string(164) "Hello, your subscription will be charged in the
next few days,
visit http://soapclient/unsubscribe.php to unsubscribe"
}
}
}
}
["faultstring"]=>
string(121) "org.xml.sax.SAXException: No deserializer for
{http://soapserver}ArrayOf_xsd_string"
["faultcode"]=>
string(28) "soapenv:Server.userException"
["detail"]=>
string(0) ""
}
ok, after running var_dump() i have got this output
where it says bad line above is causing the error
the soapserver is definitely looking for a string array
but whenever we send an array for destinationAddressSet we get this
deserializer error and the request doesn't reach the soap server
when the destinationAddressSet value is null, we get a different error
message
and the request does reach the soapserver
is this a setting on our server that could be causing this deserialize error
we are running php 5.0.4 on redhat fedora core 3
dave
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php