14 years ago
Deserializing a response
Hi folks,
Just started using soapUI and I like it a lot.
In a particular case using REST, I'm receiving serialized object.
I would like to retrieve the serialized byte array, transform it into a Java object and re-transform the object into an XML response (using JAXB)
so in can be readable by humans.
is this feasible?
Just started using soapUI and I like it a lot.
In a particular case using REST, I'm receiving serialized object.
I would like to retrieve the serialized byte array, transform it into a Java object and re-transform the object into an XML response (using JAXB)
so in can be readable by humans.
is this feasible?