Does xFire absoloutely require Java 5?
I have a server that runs several domains but runs Java 1.4.2.
When I try to run a Web Service on that 1.4.2. server (that runs fine on Java 5), I get the following error:
org.codehaus.xfire.XFireRuntimeException: error creating wsdl. Nested exception is javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing ‘- WSDL Document -‘.: can’t declare any more prefixes in this context
——————–
I don’t see that the Codehaus site offers any support so maybe I’m stuck?
— M