11.01.2015 Views

Enterprise Application Integration

Enterprise Application Integration

Enterprise Application Integration

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SOAP WSDL WS with .NET WS in Java<br />

4. Web Services in Java<br />

Example: Wheather Web Service in Java<br />

@Stateless<br />

@WebService<br />

public class WeatherService{<br />

@WebMethod<br />

public int getWeather(String zipcode) {<br />

return 23;}<br />

}<br />

• deployed (e.g. in web container Tomcat)<br />

• annotations @WebService and @WebMethod of classes and<br />

methods, respectively<br />

• precondition: stateless (!) session bean (or servlet)<br />

151

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!