Frederick, > I have a web service running on WLS 5.1, JDK 1.2. The exposed method > returns a JavaBean type object, say XBean. Now, on another > machine I have a > soap client running on WLS 6.1, JDK 1.3. Will the soap > client be able to > typecast the object returned by soapResult.getValue() to > (XBean), compiled > in JDK 1.3? Any help or thoughts would be greatly > appreciated. Thanks.
this should be fine. cheers timj
