If you're looking for a non-technical-user oriented tool (and hence SoapUI is not the best option...), you might want to have a look at the GUI of JBoss Wise [1], few screenshots and some doc at [2]; it's basically a war app to deploy on JBoss AS, hence internally relying on Apache CXF (both for actual invocation of ws endpoints and for on-the-fly wsdl parsing and jaxws client generation). No code usage or xml knowledge required for the final user, just a form to fill in and button to press. End of advertise ;-)
[1] http://www.jboss.org/wise [2] https://community.jboss.org/wiki/WiseGUIversion101 On 06/05/2013 07:23 AM, Martin Choma wrote: > I also use SoapUI. > > But my goal is give to non-technical colleagues tool to easily call web > service. > > So there is not such tool as i asked? Integrated in cxf? > > What about another web service stacks, do they have this feature? Doesnt > exists some standalone web app (one war) which get wsdl and return html > form to call operation in this wsdl? > > Thanks, > Martin > > > On 4 June 2013 23:08, Jose María Zaragoza <[email protected]> wrote: > >> I prefer to use JUnit test but lately I'm using SoapUI ( for SOAP >> webservice, of course ) >> >> Regards >> >> >> 2013/6/4 Martin Choma <[email protected]> >> >>> Hello, >>> >>> I would like to ask, if there is way to easily create simple test html >>> application to call cxf web service? >>> >>> Something like Eclipse Web Service Explorer, which is in fact web app >>> generated on the fly based on provided WSDL. >>> >>> Just call some url inside my app, like http://server:port >> /myApp/myWS?Test >>> and get html form to fill web service parameters. >>> >>> >>> Best regards, >>> Martin Choma >>> >> > -- Alessio Soldano Web Service Lead, JBoss
