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
23 hours 19 min ago
1 day 8 hours ago
1 day 9 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 17 hours ago
1 day 20 hours ago
2 days 6 hours ago
2 days 11 hours ago
2 days 12 hours ago