cancel
Showing results for 
Search instead for 
Did you mean: 

some java serialisable components NOT SUPPORTED in WAS WebServices

Former Member
0 Kudos

apparently some of the serializable java classes are not supported by Web Services in WAS. We encountered the following problems using the following:

1. Collection

2. Hashtable

3. Map

4. Properties

5. Timestamp

6. Set

can someone tell me

- whether this is truly something that is not supported?

OR

- it theoretically is supported and I need a patch or can be sorted out thru a config?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

Supported Types in WS Endpoints for WAS NW04 Support Stack 9:

The following types from java*.packages are supported in endpoints of Web Services:

Simple Types Wrappers:

java.lang.Void

java.lang.Boolean

java.lang.Byte

java.lang.Short

java.lang.Integer

java.lang.Long

java.lang.Float

java.lang.Double

java.lang.String

Marker Interfaces

java.io.Serializable

java.lang.Cloneable

java.lang.Comparable

Array classes

java.util.ArrayList

java.util.HashSet

java.util.LinkedList

java.util.List

java.util.Stack

java.util.Vector

Date/Time

java.util.Calendar

java.util.Date

java.util.GregorianCalendar

java.sql.Date

java.sql.Time

Long numbers

java.math.BigInteger

java.math.BigDecimal

Exception

java.lang.Throwable

java.lang.Exception

java.rmi.RemoteException

Object

java.lang.Object

6.20 docs are here: http://help.sap.com/saphelp_webas620/helpdata/en/a6/3d6a36df3ecb4eaa8c321addb5be11/content.htm

regards, Karsten