>My question is, is there a tool or a program that enables me to dynamically 
>read a WSDL file of a certain service and generate the according SOAP 
>message as a request to use that service.

You have two options. The easy thing is to use Axis' WSDL2Java tool to
statically generate .java files that you can then compile and use as a
client. This is well documented and is the main use of Axis as a client.

The other option is more dynamic, like you suggest. I've never done
this myself but maybe someone else on the list has sample code? Here
are the hints about it I've seen:
  http://www.mail-archive.com/[EMAIL PROTECTED]/msg17406.html
  http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXRPC5.html

Reply via email to