I have the following case and I want to know if I could enterily develop this in Servoy.
First of all our application must be able to consume a webservice based on SOAP on the net. We have to be able to send a XML based message to the service and receive a message if it went correct/incorrect.
What I found so far on this forum, is that it is possible with the Kydome_webservices plugin and the standard HTTP & XmlReader plugins.
Also our application must be exposed as a webservice. In this case the client must be able to send a Xml document or to request a Xml document.
About this I couldn’t find any clear examples or documentation on this forum or on the internet.
The Kydome_webservices plugin is indeed just for webservices that only use simple types and no other fancy stuff.
For the features you’re interested in, the best approach is to build a plugin for the webservices you’re interested in. Most people use the Axis2 libraries for that.
Janssenjos:
2. Also our application must be exposed as a webservice. In this case the client must be able to send a Xml document or to request a Xml document.
About this I couldn’t find any clear examples or documentation on this forum or on the internet.
Servoy 5 wll include a plugin that allows a solution to be used as a RESTful webservice.