diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/rfeng/binding-ws-jaxws/src/test/resources/WeatherForecast.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/rfeng/binding-ws-jaxws/src/test/resources/WeatherForecast.composite b/sandbox/rfeng/binding-ws-jaxws/src/test/resources/WeatherForecast.composite index 31f7b4553f..ff98e51c67 100644 --- a/sandbox/rfeng/binding-ws-jaxws/src/test/resources/WeatherForecast.composite +++ b/sandbox/rfeng/binding-ws-jaxws/src/test/resources/WeatherForecast.composite @@ -27,7 +27,7 @@ <binding.ws wsdlElement="http://www.webservicex.net#wsdl.port(WeatherForecast/WeatherForecastSoap)" />
</reference>
<service name="WeatherForecastSoap">
- <binding.ws/>
+ <binding.ws wsdlElement="http://www.webservicex.net#wsdl.port(WeatherForecast/WeatherForecastSoap)" />
</service>
</component>
|