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

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

ios - Possible to get UIButton sizeThatFits to work? -