This is stack trace
org.apache.axiom.om.impl.llom.OMElementImpl.getNextOMSibling(OMElementImpl.java:265)
org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator.hasNext(OMChildrenQNameIterator.java:75)
org.apache.axiom.om.impl.llom.OMElementImpl.getFirstChildWithName(OMElementImpl.java:222)
org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.getHeader(SOAPEnvelopeImpl.java:76)
org.apache.axis2.engine.AxisEngine.createFaultMessageContext(AxisEngine.java:183)
org.apache.axis2.transport.http.AxisServlet.handleFault(AxisServlet.java:168)
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:153)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Arnaud MERGEY a écrit :
Hi,
I want to generate a web service from a wsdl file with WSDL2Java.
I'have tried adb data binding and jibx data binding.
I successfully deploy my web service in tomcat (5.5.17)
When I invoke the service, I'have an HTTP 500 server error
"java.lang.IllegalStateException: getOutputStream() has already been
called for this response"
whith both adb and jibx databinding.
The only code I have written is in generated skeleton and I only
return the response object.
Is something has similar problem ?
thanks