This might be a simple one but I just can’t seem to nail it down.
I have a simple form with 2 fields, text and file, i.e.
<form>
<input type="text" name="textfield">
<input type="file" name="filefield">
</form>
what is the CXF method declaration that catches that?
Thanks!
You can create simple web service like this:
and the follow these instructions at CXF’s site.