On Thu, 27 Jun 2002, Sam Ruby wrote: > > targetException=java.lang.IllegalArgumentException: No mapping found for > > ':name' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.] > > > > at org.apache.soap.rpc.Call.invoke(Call.java:296) > > So, provide a mapping for :name to String. For an example of how to do > so, take a look at
For every field in the object hierarchy that may be null ??? > Per the SOAP specification, xsi:type is optional. However, in April, I > did add the code to Axis to add this information. I now use cvs HEAD on both xml-axis and xml-soap. I'll just try to move to axis on both ends ( well, a modified axis that uses Hashtables for maps, otherwise I'll have to edit too much code ) Any info on this one ? Is the correct mapping a Hashtable or a HashMap ? Costin