Just like the service project, the client project uses
an EGL deployment descriptor file. However, in the client project,
the EGL deployment descriptor will hold information about where to
find services. You will import the WSDL file you created from the
service and EGL will add appropriate binding information to the EGL
deployment descriptor so the client can find the service.
About this task
In the process, EGL creates an interface part to represent
the service within the client project. Once the interface part is
bound to the actual service, you can use that interface part as though
it were the service itself.