The Artima Developer Community
Sponsored Link

Web Services Forum
Axis Deserialization or Serialization

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Suresh

Posts: 2
Nickname: sureshb
Registered: Mar, 2003

Axis Deserialization or Serialization Posted: Sep 2, 2003 9:00 AM
Reply to this message Reply
Advertisement
hi,
I am writing a Deserializer in Axis for my Class X which does not conform to java bean standard. I have a situation where I need to pass object X from the client which has some attributes ( say aaa, bbb, ccc) and map this to another object(or same object X) with some attributes(say aaa, bbb, zzz). How do I write a serializer or deserializer for this. I tried extending Bean(De)serializer but it seems to throw exceptions.

Any kind of help would be appreciated.

Thanks
Suresh

Topic: transactional web service problem Previous Topic   Next Topic Topic: CMP as a web service

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use