Hello everyone,
After created a POST method RESTFul services (That create a new employee)

I tested it using ARC chrome extension, everything is ok

even the response of the request is good, and the record is created in the EMP table with new input parameters as well.

Now, i want to create a form and report on web service, to implement this POST method on my application.
So for that, i create a REST Web service reference :
- I go to Shared Components
- In Data References section -> Web Service References- I click on the Create button
- I selected REST as type of Web reference,
- I entered this informations below:

- I test this Web Service reference, i get the Employee created message in response , but when i check in my EMP table the record is created with auto increment empno , and ename and job fields are empty.