Hi team,
I have gone through wiki on webscripts.
There i got some knowledge on webscripts.
There they have explained all most.
But i just got a confusion in the hello world exaple they have used like below.
<?xml version="1.0" encoding="UTF-8"?>
<helloworld>
<from>${person.properties.userName}</from>
<says>hello</says>
<to>${toWho?xml}</to>
</helloworld>
but is there any API to find the above highlated values. Now i want to greet an user with his lastname instead of "userName".
How to find these values like person.properties.xxx is there any API ?
Because there is not IDE for developing webscripts .
can anyone help me in this.
thanks in advance.