public void testAddWeatherStation()
{
EndpointReferenceDocument weatherStationEprDoc = WEATHER_STATION_2_EPR_DOC;
//addweatherstation
AddWeatherStationDocument addWeatherStationDocument = AddWeatherStationDocument.Factory.newInstance();
org.wsdmdemo.service.weatherStationDir.AddWeatherStationDocument.AddWeatherStation addWeatherStation = addWeatherStationDocument.addNewAddWeatherStation();
addWeatherStation.setEndpointReference(weatherStationEprDoc.getEndpointReference());
XmlObject addResponse = InteropRequestUtils.sendRequest(addWeatherStationDocument, "http://wsdmdemo.org/service/weather-station-dir/AddWeatherStation", WEATHER_STATION_DIR_SERVICE_URL);
}