Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1
-
None
-
None
-
Windows
Description
When using Call.invoke(SOAPEnvelope) to call an endpoint with one-way operation (response has content-length=0), the method throws a "Premature end of file" exception. I would like to have either another "invokeOneWay(SOAPEnvelope) to skip the response or another flag to the current invoke method. This is similar to Call.invokeOneWay(Object[])