Hi,
the thing is that in order to map classes amf-java you need to add
registerAlias("fully qualified name of java class", "fully qualified name of flex class")
and this will allow proper serialization and deserialization of that class on both sides
ie. try registerAlias("mypackage.model.serialize.Envelope", "mypackage.model.serialize.Envelope")
or registerAlias("mypackage.model.serialize.Numericint", "mypackage.model.serialize.Numericint")
and of course these classes (jars) should be placed in ext folder of soapUI
let us know does this help.
regards
nebojsa
eviware.com