Hi I am trying to set up my first web service using NetBeans (Actually I know how to build a SOAP message and make the request) I have made a WS based on the wsdl: http://www.webservicex.net/globalweather.asmx?wsdl This was generated: @WebService(serviceName = "GlobalWeather", portName = "GlobalWeatherSoap", endpointInterface = "net.webservicex.GlobalWeatherSoap", targetNamespace = "http://www.webserviceX.NET", wsdlLocation = "WEB-INF/wsdl/WS03/globalweather.wsdl") public class WS03 implements GlobalWeatherSoap { public ...