From: <jbo...@li...> - 2006-07-04 11:28:08
|
Author: tho...@jb... Date: 2006-07-04 07:28:03 -0400 (Tue, 04 Jul 2006) New Revision: 550 Modified: trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/JSR181ComplexTestCase.java Log: Add fixme Modified: trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/JSR181ComplexTestCase.java =================================================================== --- trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/JSR181ComplexTestCase.java 2006-07-04 10:59:16 UTC (rev 549) +++ trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/JSR181ComplexTestCase.java 2006-07-04 11:28:03 UTC (rev 550) @@ -55,8 +55,8 @@ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-complex/RegistrationService?wsdl"); File mappingFile = new File("resources/jsr181/complex/jaxrpc-mapping.xml"); ServiceFactoryImpl factory = new ServiceFactoryImpl(); - Service service = factory.createService(wsdlURL, null, mappingFile.toURL()); - port = (RegistrationService) service.getPort(RegistrationService.class); + //Service service = factory.createService(wsdlURL, null, mappingFile.toURL()); + //port = (RegistrationService) service.getPort(RegistrationService.class); } |