Currently I generate WSDLs from java code like described in the following article:
http://www.liquid-reality.de:8080/display/liquid/2008/08/20/Defining+Contract+first+webservices+by+generating+wsdl+from+java

The WSDL misses some settings though. As I want to use the WSDL with Tibco Businessworks and SOAP/JMS the WSDL needs a special port and binding that configures things like jndi connectionfactory name and queue name. Currently I have a second maven plugin that reads the wsdl file into a wsdl definition adds the port and then saves again. Is it possible to enhance the definition when calling java2ws from maven?

Greetings

Christian

--

Christian Schneider
---
http://www.liquid-reality.de

Reply via email to