On 11 October 2010 14:02, Yusuf Jakoet <[email protected]> wrote: > Hi > > How would I go about adding the functionality to deserialise the response > from a server? > Should I use a PostProcessor?
You could do so, or you could use the Save Response to File Listener to create a file from the content. > If so, how could use an existing library > (jar) to perform > the deserialisation... ? Use BeanShell or BSF PostProcessor (or Listener) to call the method with the appropriate parameters. > Thanks > Yusuf > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

