web services - Java: auto-generated test client for a WS -


is there way auto-generate in java test client web service? have ws operation foo(string a, string b), need generate web client (a jsp page) simple form , "send" button call operation foo , show response. i'd auto-generate test client if operation changes foo(string a, string b, string c) don't need edit manually client page add new "c" field, happens automatically compiling it. possible this? otherwise, weblogic 10.3.6 provide feature this?

i think can use glassfish webservice tester http/https url. automatically detects changes on deployment. not sure weblogic.


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

opengl es - Android GLES 2 draw line flicker and strange effects -