• 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

Can this soap message be consumed ?

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

I am using AXIS 1.2 RC2, Custom (De)Serializers. I am returning a custom class (Forecast.java) from a EJB Web Service method which has java.util.HashMap member variable in it. Now when I access this service I am getting below soap response from the web service deployed on WebSphere. It is assumed that my hashmap has java.lang.String's as keys and java.lang.String's as values




I think for any web service client to consume this message it needs custom (De)Serializes. Can any java based client or .NET based client successfully consume this soap message ? How does a .NET client consume this ? Please suggest ?

How the HashMap representation in soap message can be translated to java.util.HashMap on client side assuming we are using java on client side ?



Thanks & Regards,
 
reply
    Bookmark Topic Watch Topic
  • New Topic