« XForms for Mozilla Preview 2 | Main | Firefox gets Arrested »
October 29, 2005
Mozilla SOAP/WSDL Users and 1.8
Seems 1.8 broke several web services out there (Bug 298873). Anyone out there who uses the web services Mozilla code and hasn't tested 1.8 yet should do so!
Posted by doron at October 29, 2005 7:55 PM
Comments
It's actually a bug in the server-side WS implementation by webMethods (http://www.webmethods.com/). It appears to have shoddy XML deserialization code.
However, it is common practice to use a namespace prefix for the RPC element, so for compatibility's sake, WS behavior should be reverted. Can the Mozilla SOAP code force a prefix for a particular element?
Posted by: Anonymous at October 30, 2005 8:42 AM
I have been using the 1.8 version of mozilla for some time and I have found no problems with it.
Posted by: Russell Cole at December 21, 2005 5:55 AM
I myself simply created a googlemaps flavored cross-domain API that allows one from any web-page
to use plain old javascript to call just about any WSDL service on the web.
The actual hard part was writing my own WSDL/SOAP
engine from scratch.
My first use of it was simply to call a geocoder
service to get longitude and latitude
to feed to a googlemap
Posted by: Dr. Clue at May 5, 2006 6:39 PM