On 2010-09-17, at 09:02, Gireesh Subramaniam wrote:

> The same application works for Proxied deployment on both OL 4.7.1 and OL
> 4.8.1 ,seems to me that in the solo runtime of both OL 4.7.1 and OL 4.8.1,
> the XML parser does some strict type-checking or is there any other known
> issues related to this ?

When you are using SOLO mode, the application is talking directly to your PHP 
server, so you need to make sure your PHP server is delivering valid XML.  In 
proxy mode, the OL server is reading the output of your PHP server and 
delivering valid XML to the application.  When you eliminate that proxy, you 
must deliver valid XML.  You should be able to inspect the output of your PHP 
server in any XML editor to see where the problem lies.

Reply via email to