798081828384858687
factory.parse(wsdlFile.toURL()); } public final void testEndpointAccess() throws Exception { Message inObj = new Message("Kermit", new Integer(100)); Message retObj = port.processClaim(inObj); assertEquals(inObj, retObj); }