• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Axis SOAP return value deserialization

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I am a very new to Axis and SOAP. I recently working on a Axis SOAP poject, I have create a SOAP server and need to create SOAP client by using java. The probem is when I get the response value from SOAP server I get a exception that "No Deserializer found to deserialize a ...".

The following is my code,



I understand that the return value if it is not java bean format may require deserialized by your own class which you write a class extends org.apache.soap.util.xml.Deserializer and org.apache.soap.util.xml.Serializer. But this return value Product is in java bean format. So I have out of idea why this isn't working? Can you guys give me a hint why the application behave like this and how to resolve the problem? Do I have to write a serialize and deserialize class my own? How do I deploy it to the project?

Thanks very much!
 
Henry Zhi Lin
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
fascinate, seems no one can answer my question?
 
reply
    Bookmark Topic Watch Topic
  • New Topic