Hi All,
I am trying to consume the following web service:
http://pwdf2696.wdf.sap.corp:50076/sap/bc/srt/xip/sap/EmployeePersonalDataChange_WSD?sap-client=800&wsdl=1.1
Use the userName: DISPLAY
password: welcome
This WebService updates the employee record given the Employee ID.
I have the context variables being mapped from Client to Controller to Model.
The context Variable structure is:
ModifyDetails
-
Paramaters
-
PersonalDetails
-
GivenName
-
FormattedName
-
MaritalStatus
-
EmployeeId
MartialStatus and EmployeeId are passed to the model object and hece modifed but GivenName, FormattedName are being passed to the modelobject 'but not being modified'.
The mapping is simple and straight. From the view to the controller. Controller to the Model.
I have bound the varaibles but not sure why this is happening?
Regards,
Tarun.
Message was edited by: Tarun Kamal Khiani
Message was edited by: Tarun Kamal Khiani