In following service defination
<service name="sendCreatePartyEmailNotification" engine="simple"
location="org/ofbiz/party/user/UserEvents.xml"
invoke="sendCreatePartyEmailNotification" auth="false">
<attribute name="USER_EMAIL" type="String" mode="IN"
optional="false"/>
</service>Can I modify the attribute name USER_EMAIL to emailAddress and do associated changes in other applications. I think we use this kind of names in forms and not in services. Please correct me if I am wrong. Vikas
