I am a bit confused about the Serialisers that I would need to set for my MappingRegistry.
I am sending a SOAPRequest for a method that takes "String" as its parameter. So, I don't have to set the Serialiser for this since String is a primitive type. But the method returns a Java Class - say Class A - that has an embedded array of another class - say Class B. Class B consists of an embedded array of String. Do I have to write my own serialiser? or i could use a existing one? Thanks in advance, AJ
