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 2004/01/19 07:08:07 UTC

DO NOT REPLY [Bug 26234] New: - Invalid typemapping for java.util.GregorianCalendar in WSDL

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=26234>.
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=26234

Invalid typemapping for java.util.GregorianCalendar in WSDL

           Summary: Invalid typemapping for java.util.GregorianCalendar in
                    WSDL
           Product: Axis
           Version: 1.2 Alpha
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: yateen.shaha@patni.com


I am using java.util.GregorianCalendar in one of my web service. While creating 
the WSDL of that webservice by using Java2WSDL tool it maps GregorianCalendar 
variable to 

wsdl:arrayType="tns2:GregorianCalendar[]"

in <wsdl:types/>.

In this WSDL the prefix "tns2:" used in the wsdl:arrayType is not defined.
Hence while creating a Microsoft.NET client for this service it fails to create 
proxies. Please find attached WSDL file & respective java classes.