Author: keith Date: Wed Feb 18 09:49:00 2009 New Revision: 31078 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31078
Log: fixing MASHUP-1134 Modified: branches/mashup/java/1.5/java/modules/coreservices/JSStubGeneratorService/src/org/wso2/mashup/JSStubGenerator.java Modified: branches/mashup/java/1.5/java/modules/coreservices/JSStubGeneratorService/src/org/wso2/mashup/JSStubGenerator.java URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/modules/coreservices/JSStubGeneratorService/src/org/wso2/mashup/JSStubGenerator.java?rev=31078&r1=31077&r2=31078&view=diff ============================================================================== --- branches/mashup/java/1.5/java/modules/coreservices/JSStubGeneratorService/src/org/wso2/mashup/JSStubGenerator.java (original) +++ branches/mashup/java/1.5/java/modules/coreservices/JSStubGeneratorService/src/org/wso2/mashup/JSStubGenerator.java Wed Feb 18 09:49:00 2009 @@ -149,8 +149,7 @@ documentElement.serialize(outStream); InputStream inStream = new ByteArrayInputStream(outStream.toByteArray()); wsdl11ToAxisServiceBuilder = new WSDL11ToAllAxisServicesBuilder(inStream); - (wsdl11ToAxisServiceBuilder) - .setDocumentBaseUri(uri); + (wsdl11ToAxisServiceBuilder).setBaseUri(uri); wsdl11ToAxisServiceBuilder.setAllPorts(true); AxisService service = wsdl11ToAxisServiceBuilder.populateService(); Map endpointsMap = service.getEndpoints(); _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
