Re: Is there a SOAP resource?

2019-10-07 Thread Martin Grigorov
Hi, I am not aware of such resource. That does not mean that there is no such out there though! But SOAP is just XML, i.e. text, so you can read and parse it and do whatever is needed. Martin On Mon, Oct 7, 2019 at 1:22 PM Per Newgro wrote: > Hello every1, > > i would like to migrate some fea

Is there a SOAP resource?

2019-10-07 Thread Per Newgro
Hello every1, i would like to migrate some features of an web app to my wicket app. The web app is a spring boot app that provides access to data using SOAP. The web service extracts the SOAP request and calls my wicket app by using rest resource. But now i need to replace the additional web ap