Hi, How your java types map to SOAP/XML types in axis. You should use double, instead of Double. Please refer to axis user guid for details. http://ws.apache.org/axis/java/user-guide.html
xsd:base64Binary byte[] | xsd:boolean boolean | xsd:byte byte | xsd:dateTime java.util.Calendar | xsd:decimal java.math.BigDecimal | xsd:double double | xsd:float float | xsd:hexBinary byte[] | xsd:int int | xsd:integer java.math.BigInteger | xsd:long long | xsd:QName javax.xml.namespace.QName | xsd:short short | xsd:string java.lang.String View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834729#3834729 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834729 ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
