Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.8.0
-
None
Description
After update to 1.8.0 from 1.7.9 , I received an AxisFault:java.text.ParseException: Token expected
The cause of the AxisFault is that content-type is empty.
I use axis2 to send a soap message as a notification to third-party . And i only need a response ,don`t care about the response content 。 In addition, the third-party simply returns a response with empty body . such as
And OperationClient is OutOnlyAxisOperationClient
Is content-type mandatory in this scenario?