aspose file tools
The moose likes Web Services and the fly likes Can this soap message be consumed ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Can this soap message be consumed ?" Watch "Can this soap message be consumed ?" New topic
Author

Can this soap message be consumed ?

Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
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,


RR Kumaran
SCJP 1.4
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Can this soap message be consumed ?
 
Similar Threads
sendind SOAP request
namespace problem in request soap message
How to make XML file from WebService responses?
why Axis doesn't preserve Inheritance ?
WAS v6.1 + WS-Security