Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
-
windows
Description
When the parameter is null, at the client, it will send the soap message like below:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body></soap:Body></soap:Envelope>
but I think the correct soap message would be:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><inString/></soap:Body></soap:Envelope>
The test case would like below code snippet: (added it in DOCBareClientServerTest.java)
@Test
public void testNillableParameter() throws Exception