Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Department of Information Technology

IT2406 Service Oriented Architecture Lab Questions


.Net Component
1. Develop and Test a .Net Component to convert dollar to rupee conversion and by calling it
from .Net Client
2. Develop and Test a .Net Component to perform arithmetic conversion and by calling it from
.Net Client
3. Develop and Test a .Net Component to perform Purchase Order Processing and by calling it
from .Net Client
4. Develop and Test a .Net Component to Convert Celsius to Fahrenheit and by calling it
from .Net Client
5. Create a .Net Component that converts Decimal number to octal and invoke this from .Net
client
EJB Component
6. .Develop and test a Stateless EJB Component to perform temperature converter(Celsius to
Fahrenheit)
7. Develop and test a Stateless EJB Component to perform the operation of a simple calculator
and invoke it from Java client
8. Develop and test a Stateless EJB Component to perform weather service which gives the
temperature of a place based on the Pin Code of a Location and invoke it from Java client
9. Create an EJB Component that display a welcome message and invoke this EJB Component
as a web service
Web Service
10. Create an asmx web service for a simple calculator and consume the service from .Net Client
11. Create an asmx web service for Weather Service and consume the service from Java Client
and .Net Client
BPEL Module
12. Create a BPEL module to greet a user by his or her name ,check and validate the xml
13. Develop a service orchestration Engine using WS-BPEL and implement service compositionCreate a BPEL module to concatenate a string
Interoperability
14. Create a .Net Web service that performs temperature conversion and invoke this web service
from Java Client
15. Create a EJB Component for weather service and invoke this from .Net Client

You might also like