Try 'Calendar'

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, September 07, 2007 12:53
To: [email protected]
Subject: What Java object fulfills databinding.types.Time?

What sort of Java object fulfills the requirements of 
org.apache.axis2.databinding.types.Time ?


I am trying to set a Time in a WSDL record via a Java class.  But I have not 
been able to find a Java return type that satisfies WSDL's desire for an axis2 
Time.

I have tried these types: int, long, double, java.lang.Double,
                          java.util.Date, java.sql.Time, and even
                          java.lang.String.

    [javac] InquirePolicySkeleton.java:60: 
setEntryTime(org.apache.axis2.databinding.types.Time) in 
inquirepolicy.xsd.AccountingTransactionType cannot be applied to (java.sql.Time)

--
    Respectfully,

        Tom Solon, SCJP, FLMI,
        FFSI, ACS, AIAA, ARA, AAPA, AIRC
        630.829.7137

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to