Published webservice - input parameter

4
Hi, I want to publish some functionality in my project as a webservice. My input is a zipcode and a housenumber. How can I do this? So using 2 string as input. It is not allowed by the modeler to use an object as input. Thanks!
asked
1 answers
5

Published web services only allow primitive (string, integer etc.) parameters. So you can create a microflow with two input objects of type string for the zipcode and the housenumber. This microflow can be published as a web service.

answered