

This interface is similar to the one you created in the service application, but this one has additional properties to refer to the binding in the deployment descriptor file.
he
helloService HelloService {@bindService};
Content
assist also adds an import statement to the
JSF Handler so you can use this part without specifying its complete
location. The results look like the following picture:
output = helloService.SayHello(name, city);
Remember
that you can use content assist by typing the first few characters
of a keyword or part and then pressing CTRL+space. The
JSF Handler looks like this:

