@Test
public void testGetUnqualifiedBookSoap() throws Exception {
String wsdlAddress =
"http://localhost:" + PORT + "/test/services/soap-transform/bookservice?wsdl";
BookSoapService service =
new BookSoapService(new URL(wsdlAddress),
new QName("http://books.com", "BookService"));
BookStoreJaxrsJaxws store = service.getBookPort();
TransformOutInterceptor out = new TransformOutInterceptor();
Map<String, String> mapOut = new HashMap<String, String>();
// Book content (id, name) is unqualified, thus the following works
// because JAXB will report