Generate SOAP Web Service client forms (Java) -


i have web service accessible via soap. let's assume provides method signature

sayhello(string name) 

of course, have wsdl describing web service.

what want generate client web application (war archive) gui provides form enter parameter web service method. in case of example, form must allow enter value "name" parameter. then, soap message must assembled , sent ws.

is there way or framework generate such webapp automatically!? actual kind of resulting webapp not important, may gwt webapp, jsf, plain servlet jsp or whatever. plain html/javascript client app ok.

i mean, there tools generate crud forms out of data models, there must tools create forms web services, too...

i've been googling around long time, thing i've found feature of eclipse: http://www.eclipse.org/webtools/jst/components/ws/m3/tutorials/webserviceclient.html . basically, want, i'm looking more ..hm.. elegant way ;-)

thanks in advance,

frank

what looking (i think) similar site seems do: link soaptest

as far know there no framework supports out of box.
frameworks support automatic generation of client stubs , artifacts , application developers use implement functionality.
in case create html interface self test web service.
.net web services provide similar tool testing link text


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -