public void setUp()
throws Exception
{
super.setUp();
XmlBeansServiceFactory xsf = new XmlBeansServiceFactory();
xsf.setStyle(SoapConstants.STYLE_RPC);
endpoint = xsf.create(RPCWeatherService.class,
"WeatherService",
"http://www.webservicex.net",
null);
endpoint.setProperty(XmlBeansType.XMLBEANS_NAMESPACE_HACK, "true");
getServiceRegistry().register(endpoint);