Hello All,

I am new to Web Services.

I am hosting a web services in BEA WebLogic Server.

I am running a client using Apache AXIS Libraries.

My service name signature:

public DataAccessVO performDataAccess (DataAccessVO dataAccessVO) throws
DBLinkException

This Java object DataAccessVO is under a specific package and contains a
HashMap as its member variable. I set various map entries into this map [all
straight forward primitive Data Types] and call the method. The web service
method calls a Data Base operation and returns an Java Bean object called
DataBean. This object has a java.sql.Timestamp object.

I use the Client Stubs created using the WSDL2Java Utility provided by AXIS.

I am getting an exception that Timestamp are unsupported in Web Services. Is
this true?

Thanks and regards,
Pazhanikanthan. P
--
View this message in context: 
http://www.nabble.com/java.sql.Timestamp-t1852643.html#a5058265
Sent from the Axis - User forum at Nabble.com.


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

Reply via email to