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
17 hours 7 min ago
23 hours 48 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 13 hours ago
1 day 23 hours ago
2 days 19 sec ago
2 days 3 hours ago
2 days 7 hours ago
2 days 8 hours ago