Hi
I'm trying to develop a ECMA that exports attributes to a webservice ,but i'm having trouble getting started.
Does anyone have some sample code that demonstrates how to deal with export to a webservice?
The HRM Webservice I'm working with understands "PUT" requests. ...webserviceURL/<userId>/email/firstname.lastname@company.com ,....../<userId>/phone/12345678
So i need to trigger the "change email" URL if the email attribute changes and the "change phone" URL for the phone number and so on....
would really help if someone have a code snippet that does something similar to this that i can work from.
Thomas Larsen