OneWayProcessorInterceptor throws fault on WebSphere
----------------------------------------------------

                 Key: CXF-3232
                 URL: https://issues.apache.org/jira/browse/CXF-3232
             Project: CXF
          Issue Type: Bug
          Components: Bus
    Affects Versions: 2.3.1
         Environment: webSphere WAS
            Reporter: Benjamin Shults


WebSphere rejects all incoming SOAP messages to one-way WSDLs.

OneWayProcessorInterceptor handleMessage throws a fault from line 93.

More specifically, org.apache.cxf.transport.AbstractConduit throws the 
exception from line 56.

This call to close gets us into 
org.apache.cxf.transport.http.AbstractHTTPDestination.flushHeaders(...) which 
calls IBM's implementation of SRTServletResponse.setContentType(...).

That implementation of setContentType(...) throws a NullPointerException when 
null is passed in.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to