Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001579 [Quercus] minor always 01-22-07 09:10 05-21-09 17:12
Reporter ferg View Status public  
Assigned To
Priority high Resolution open Platform
Status new   OS
Projection none   OS Version
ETA none Fixed in Version Product Version
  Product Build
Summary 0001579: xmlrpc support
Description (rep by Schott Stewart)
Ive poured over the docs (both Quercus and PHP) and I think the xmlrpc is included by default in PHP5 (usually). But I dont think it works at all under Quercus, is that true? What options are there for implementing a PHP xml-rpc server under Quercus?
 
BTW ive tried this,
 
http://phpxmlrpc.sourceforge.net/ [^]
 
but it relies on some php functions (some of the mb_* stuff) that are not in Quercus, either.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0001742)
ferg
01-22-07 09:12

In reference to the last post, Ive modified the xml-rpc lib so that it doesnt look for mb_detect_encoding() (side note: should Quercus report that it supports an extension is available via extension_loaded if it is only partially implemented?)
 
BUT
 
iv run into a new problem, when I POST my xml to the rpc server, I get a complaint about the XML not being formed well..a log follows:
 
<?xml version="1.0"?>
<methodCall>
<methodName>system.listMethods</methodName>
<params>
</params>
</methodCall>
---END---
---GOT---
HTTP/1.0 500 Internal Server Error
Server: Resin/3.1.0
Content-Type: text/html; charset=iso-8859-1
Date: Sun, 21 Jan 2007 22:03:35 GMT

<html>
<head><title>500 Servlet Exception</title></head>
<body>
<h1>500 Servlet Exception</h1>
<code>
stream:1: XML file has no top-element.  All well-formed XML files have
a single top-level element.
</code>
</body></html>

---END---
 
Now, Ive tried this under my "regular" php with Apache and it works
My questions are..what is it complaining about? And why is it complaining?
The XML on the post looks fine to me..how can I get more info?
 

- Issue History
Date Modified Username Field Change
01-22-07 09:10 ferg New Issue
01-22-07 09:12 ferg Note Added: 0001742
05-21-09 17:12 nam Priority normal => high


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker