Hi,
>>>>> "Keith" == Keith Tingle <[EMAIL PROTECTED]> writes:
Keith> For troubleshooting / development purposes I would like to
Keith> have some web pages that read the WSDL file of my web
Keith> service and build a simple GUI for setting parameter
Keith> values... and actually making calls.
Keith> After some googling I can't seem to find any projects like
Keith> this, but you never know so I will ask.. does this beast
Keith> exist in the open source world already?
I wrote something like that maybe a year ago: a servlet to generate a
HTML form from a wsdl URI. It was based on
ws-axis/java/samples/client/DynamicInvoker.java. You entered the
parameters and it generated the call and invoked it.
You can see what it looks like on:
http://loreley.loria.fr:8080/wsdi-0.1/
If you think you could use it I could send you some code, but I'm
rather sure you won't be able to use the code as it is, it's too long ago -
Axis might have changed a lot in the meanwhile ;-)
Ingrid