Hello, I am trying to exchange an array using Axis 1.4 and wss4j 1.5.3
The exchange between the client and the server works well when only using axis 1.4. that is to say there is no security implied. The client and the server exchange the information well. Once I apply the layer security that is to say wss4j then I encounter the following mistake in the client side: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. at org.apache.axis.encoding.ser.SimpleDeserializer.onStartChild(SimpleDeserializer.java:145) It has to be noticed that the server deserialized well the request and produced a response. Does anyone has an idea? Thank you. -- José Ferreiro ing.sys.com.dipl.EPFL
