• 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

anyType to JavaBean

 
Ranch Hand
Posts: 339
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello !

Good day, I would like to query about something, I have absolutely no clue about.

I developed a web service that implements anyType as one of its input parameters. I used the SOAPElement-anyType strategy to send the SOAP message part that corresponds to the anytype input paramenter of the web-service operation. It worked successfully.

Now, I'm in the need to know how can I do an automatic deserialization for the web-service response, which as well has an anytype as its response.

To be more specific I need to know how can I automatically deserialize an anytype WS response that roughly looks like this .... (as XML, without SOAPEnvelope):



into a Java Bean that would correspond to the response, that basically looks like this:



Is there an article around I could read about this process?, I've seen it done in .Net.
Could anybody help me?

Best Regards,

Jose
 
reply
    Bookmark Topic Watch Topic
  • New Topic