| Summary: | Web Services Explorer won't launch on Firefox in Linux | ||
|---|---|---|---|
| Product: | [WebTools] WTP Webservices | Reporter: | Tim deBoer <deboer> |
| Component: | wst.ws | Assignee: | Mark Hutchinson <mahutch> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | Keywords: | Documentation |
| Version: | 1.0 | ||
| Target Milestone: | 1.5 M6 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Tim deBoer
I dont think there has any testing on this. I am not sure why this is occurring. I will have to look into this, hopefully there wont be any problems after the launch part is taken care of. To date we have been testing on Mozilla in Linux. Its hard to tell what work will be required with this. Tim, there are a couple ways to launch the Web Services Explorer - from the Wizards, or from the main "Run" menu, or by right-clicking on a WSDL file. How are you launching the thing? Also, have you tried launching any other type of browser from Linux? Finally, please be aware that we have not function tested the Web Services Explorer on Firefox, so there is more testing and possible development behind this bug than just fixing a bad launch URL. Gil, I tried launching the WSE into Firefox on Windows and gave it a cursory test. It launched normally, and mostly worked [1]. [1] The WSE in Firefox appears unable to deserialize the SOAP Request Envelope from XML (source) to form mode: XML Parsing Error: xml processing instruction not at start of external entity Location: http://localhost:56372/wsexplorer/wsdl/soap_envelope_xml.jsp?soapEnvelopeType=0 Line Number 6, Column 1:<?xml version="1.0" encoding="UTF-8"?> ^ This was originally opened by an internal user. I've checked with them, and after testing on another machine they now beleive that this was a etc/hosts problem. On the new machine (or after adding "127.0.0.1 localhost"), it is working correctly. Does this make sense, and is localhost configuration a requirement or should it be resolving this correctly? The Web Service Explorer opens fine for me in firefox on linux. I commented out the "127.0.0.1 localhost" line in my /etc/hosts file and got similar behaviour. The browser can not resolve localhost if the that entry is not in the /etc/hosts. I would think that line should be in the hosts file by default. I have seen the issue Chris footnoted there and opened bug 140607 for it. Closing. |