For your information, I found the error myself. It was a bit tricky, and not obvious. The xmlparserv2.jar shipped with oc4j9.0.4 was a newer version than the one from oc4j9.0.3. Changing the new one, with the one from oc4j9.0.3 solved the problem.
Thomas > > In a project we are using the OC4J and axis. We have deployed a webservice and it shows up in > http://localhost:8888/axis/services/. > Now when we press the link to get the wsdl, we get an error, and it goes like this: > > AXIS error > > Sorry, something seems to have gone wrong... here are the details: > > Fault - ; nested exception is: > oracle.xml.parser.v2.XMLDOMException: Implementation does not support the object requested. > > AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: oracle.xml.parser.v2.XMLDOMException: Implementation does not support the object requested. > faultActor: > faultNode: > faultDetail: > > Any good ideas? > >thanks, > >Thomas Saxtoft