OK, I know already what was wrong but I still don't know exactly why. If any of you use web service generation in Eclipse with Axis, one should make changes in class <webservice_name>SOAPStub.java in constructor. Your QName should be different to QName used as a param and you should add lines:
java.lang.Class mapsf = org.apache.axis.encoding.ser.MapSerializerFactory. class;
java.lang.Class mapdf = org.apache.axis.encoding.ser.MapDeserializerFactor y.class;
with no need to use is further. If any of you can explain me what exactly happens then, I would be pleased
Recent comments
18 hours 1 min ago
1 day 42 min ago
1 day 4 hours ago
1 day 6 hours ago
1 day 14 hours ago
2 days 4 min ago
2 days 54 min ago
2 days 4 hours ago
2 days 8 hours ago
2 days 9 hours ago