This is not Java, but a nice generic SOAP Web client that simply
takes the URL of a WSDL file and generates a HTML form
from it can be found at:
http://www.soapclient.com/soaptest.html
>
> Hi,
>
> I am new to the soap world. I have a question
> regarding writing clients
> Given a web service definition i.e the wsdl for a
> particular service, has anybody implemented a generic
> java utility to invoke the service methods.
> I looked at the dynamic proxy article in javaworld but
> that also requires you to write and distribute the
> java interface for your web service which would mean
> changes on client side.
> Suggestions would be welcome.