Hi, I would like to know how we can get the xml request from ws_create method. Currently param is in JSON. Does Servoy have an API for getting the xml? I would like to store the request xml and response xml in our web service application.
Thanks.
Hi, I would like to know how we can get the xml request from ws_create method. Currently param is in JSON. Does Servoy have an API for getting the xml? I would like to store the request xml and response xml in our web service application.
Thanks.
Erik,
The rest_ws plugin handles conversion, so the actual http data is transparent to the js methods.
If you want lower-level access you may want to look at the plugin java code, it is open source.
Rob
Thanks, Rob. I can’t find the svn server for rest_ws. Could you tell me which server to look for?
https://subversion.servoy.com/product/ for Servoy 6.x
or
https://subversion.servoy.com/product/b … 2x_branch/ for Servoy 5.2.x
Have a look at the com.servoy.extensions project
ptalbot:
https://subversion.servoy.com/product/ for Servoy 6.x
or
https://subversion.servoy.com/product/b … 2x_branch/ for Servoy 5.2.xHave a look at the com.servoy.extensions project
Thanks very much, Patrick.
the source code is also bundled in the plugin jar itself…