ID:               30352
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jiro at email dot it
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         SOAP related
 Operating System: Windows XP SP2
 PHP Version:      5.0.2
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2004-11-27 17:32:43] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.



------------------------------------------------------------------------

[2004-10-07 16:22:49] jiro at email dot it

I wrong to write the OS name

------------------------------------------------------------------------

[2004-10-07 16:20:32] jiro at email dot it

Description:
------------
I'm using PHP 5.0.2 with SOAP extension.
I need to call a function with a array as input, and it doesn't
serialize -.-


Reproduce code:
---------------
$namespaces=array("rdf","http://www.w3.org/1999/02/22-rdf-syntax-ns#";,
"rdfs", "http://www.w3.org/2000/01/rdf-schema#","ns1";,
"http://purl.org/dc/elements/1.0/";, "ns2",
"http://purl.org/dc/terms/";);                                      

$soap_client=new SoapClient(HOST_XIWA. 'QueryService?wsdl');
                     
$response=$soap_client->queryCollection(XINDICE_COL, $queryst, true,
$namespaces);

Expected result:
----------------
$response is the result of the query. It goes with NUSOAP^^

Actual result:
--------------
Fatal error: Uncaught SoapFault exception:
[soapenv:Server.userException] org.xml.sax.SAXException: No
deserializer defined for array type
{http://www.w3.org/2001/XMLSchema}string in
D:\Tesi2004\tbl\search.php:115 Stack trace: #0
D:\Tesi2004\tbl\search.php(115):
SoapClient->queryCollection('queryCollection', Array) #1
D:\Tesi2004\tbl\search.php(97): stampa_commenti('tbl_comment',
'/rdf:RDF/rdf:De...', false, Array) #2 D:\Tesi2004\tbl\search.php(256):
stampa_un_libro('D:\Tesi2004\tbl\search.php on line 115


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30352&edit=1

Reply via email to