Open
Bug 339122
Opened 19 years ago
Updated 5 months ago
SOAP / XML page rendered and displayed as blank or white page
Categories
(Core :: XML, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: isaacgood, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Some SOAP / XML documents display in a nice color coded fashion showing the document and not actually parsing anything - as expected.
Some SOAP / XML docs get 'parsed' and the result is a blank white page where I'd expect some nice color coded XML.
The .xml is available from: http://www.ecf.utoronto.ca/~goodi/test.xml
Reproducible: Always
Steps to Reproduce:
1. Receive SOAP XML (code included). I uploaded it to here: http://www.ecf.utoronto.ca/~goodi/test.xml
2.
3.
Actual Results:
White page
Expected Results:
Color coded XML
Get it here: http://www.ecf.utoronto.ca/~goodi/test.xml
Was generated by Apache Axis Service
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://xml.apache.org/axis/wsdd/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://xml.apache.org/axis/wsdd/" xmlns:intf="http://xml.apache.org/axis/wsdd/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->
<wsdl:types>
<schema targetNamespace="http://xml.apache.org/axis/wsdd/" xmlns="http://www.w3.org/2001/XMLSchema">
<element name="AdminService" type="xsd:anyType"/>
<element name="AdminServiceReturn" type="xsd:anyType"/>
</schema>
</wsdl:types>
<wsdl:message name="AdminServiceRequest">
<wsdl:part element="impl:AdminService" name="part"/>
</wsdl:message>
<wsdl:message name="AdminServiceResponse">
<wsdl:part element="impl:AdminServiceReturn" name="AdminServiceReturn"/>
</wsdl:message>
<wsdl:portType name="Admin">
<wsdl:operation name="AdminService">
<wsdl:input message="impl:AdminServiceRequest" name="AdminServiceRequest"/>
<wsdl:output message="impl:AdminServiceResponse" name="AdminServiceResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="AdminServiceSoapBinding" type="impl:Admin">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="AdminService">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="AdminServiceRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="AdminServiceResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="AdminService">
<wsdl:port binding="impl:AdminServiceSoapBinding" name="AdminService">
<wsdlsoap:address location="http://localhost:8080/axis/services/AdminService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Comment 1•19 years ago
|
||
on my machine i can see the colored tree-display of your xml for about a second or two after loading.
then it suddenly blanks out to a white page.
i would have changed this bug to confirmed if i had the priv's to do so.
Comment 2•19 years ago
|
||
Works fine for me, as long as I disable the Live HTTP Headers extension, which has a habit of blowing up prettyprinting when you least expect it.
Assignee: nobody → xml
Component: General → XML
Product: Firefox → Core
QA Contact: general → ashshbhatt
Version: unspecified → Trunk
Updated•16 years ago
|
Assignee: xml → nobody
QA Contact: ashshbhatt → xml
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•