ID:               30352
 Updated by:       php-bugs@lists.php.net
 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.3
 Assigned To:      dmitry
 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:
------------------------------------------------------------------------

[2005-01-28 12:03:42] [EMAIL PROTECTED]

The error occurs on server side.
Seems server cannot decode the soap request.

To understand (and fix) the problem I need to know the expected soap
request and the actual one.

You can use the following script to catch SOAP request with ext/soap.

<?php
  $queryst="/rdf:RDF/rdf:Description[ns1:subject='$cat']" ;
  $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('http://jiroland.dyndns.org/QueryService.wsdl',
                              array('trace'=>1,
                                    'exceptions'=>0));
  $response=$soap_client->queryCollection('tbl', $queryst,
true,$namespaces);
  echo $soap_client->__getLastRequest()."\n";
  echo $soap_client->__getLastResponse()."\n";
  var_dump($response);
?>


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

[2005-01-03 12:27:07] jiro at email dot it

Sorry, this is the script

http://jiroland.dyndns.org/soap.txt

I tested with PHP 5.0.3 but it's the same

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

[2004-12-05 01:00:08] php-bugs at lists dot php dot net

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

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

[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

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/30352

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

Reply via email to