public void testPostBookTransform() throws Exception {
String address = "http://localhost:" + PORT
+ "/test/v1/rest-transform/bookstore/books";
TransformOutInterceptor out = new TransformOutInterceptor();
out.setOutTransformElements(
Collections.singletonMap("{http://www.example.org/books}*",
"{http://www.example.org/super-books}*"));
TransformInInterceptor in = new TransformInInterceptor();
Map<String, String> map = new HashMap<String, String>();