I use dynamic proxy calls.
A Date variable is serialized (default) as xsd:date (time is truncated).
The problems:
1) The value of the variable is not the same before serialization and after
serialization.
2) Complience with JAX-RPC 0.9 specification. (chapter 5.3.2) The mapping for
simple java
Hi,
This is body of my response:
http://schemas.xmlsoap.org/soap/encoding/"/>
Which generates:
java.lang.NullPointerException
at org.apache.axis.client.Call.invoke(Call.java:1183)
...
The problem I found is that in client.Call:1768
if (returnJavaType != null &&