You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/03/11 00:28:35 UTC

DO NOT REPLY [Bug 17703] - Java2WSDL creates .Net interop incompatible map type

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17703>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17703

Java2WSDL creates .Net interop incompatible map type





------- Additional Comments From dims@yahoo.com  2003-03-10 23:28 -------
Danno,

Is this enough to get the actual data at runtime? Here's what you can try...Save
the WSDL generated by axis, modify the wsdl by hand as you have specified, run
WSDL.EXE (Use .NET SDK 1.1) against it and try the generated code. I think
fixing the WSDL is just the tip of the iceberg. Look at MapSerializer and
MapDeserializer in org.apache.axis.encoding.ser package...That's where all the
action is. Patches are welcome.

Thanks,
dims