Hello everyone!
I'm using the web service model in php provided by Erel, as well as the standard code from httputils2: ExecuteRemoteQuery.
These codes have hardly any changes. I'm making it all work before improving web service security, etc.
Everything works ok in queries INSERT, DELETE and UPDATE with 1 field. However, UPDATE queries editing more than one field simply do not work, and my project will need to use them massively.
This is a limitation of available web service model? Is there any other web service sample that works with UPDATE with multiple fields? My php knowledge is not enough to resolve the issue without help.
Thankful already!
I'm using the web service model in php provided by Erel, as well as the standard code from httputils2: ExecuteRemoteQuery.
These codes have hardly any changes. I'm making it all work before improving web service security, etc.
Everything works ok in queries INSERT, DELETE and UPDATE with 1 field. However, UPDATE queries editing more than one field simply do not work, and my project will need to use them massively.
This is a limitation of available web service model? Is there any other web service sample that works with UPDATE with multiple fields? My php knowledge is not enough to resolve the issue without help.
Thankful already!