Author: sagara Date: Thu Aug 25 13:16:29 2011 New Revision: 1161553 URL: http://svn.apache.org/viewvc?rev=1161553&view=rev Log: Applied patch for AXIS2-5128.
Modified: axis/axis2/java/core/trunk/modules/samples/pojoguidespring/src/client/WeatherSpringRPCClient.java Modified: axis/axis2/java/core/trunk/modules/samples/pojoguidespring/src/client/WeatherSpringRPCClient.java URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/pojoguidespring/src/client/WeatherSpringRPCClient.java?rev=1161553&r1=1161552&r2=1161553&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/samples/pojoguidespring/src/client/WeatherSpringRPCClient.java (original) +++ axis/axis2/java/core/trunk/modules/samples/pojoguidespring/src/client/WeatherSpringRPCClient.java Thu Aug 25 13:16:29 2011 @@ -42,7 +42,7 @@ public class WeatherSpringRPCClient { options.setTo(targetEPR); // Get the weather (no setting, the Spring Framework has already initialized it for us) - QName opGetWeather = new QName("http://service.spring.sample/xsd", "getWeather"); + QName opGetWeather = new QName("http://service.spring.sample", "getWeather"); Object[] opGetWeatherArgs = new Object[] { }; Class[] returnTypes = new Class[] { Weather.class };