Hi,
I am working with the following environment.
JBoss AS 4.2.3 GA
JBossWS-Metro 3.1.1 GA
Eclipse Ganymede 3.4.2
JDK 1.6.0_11
i want to develop WS (both service and client) from a contract (WSDL) already defined. When i use wsconsume to generate the server side artifacts, it generates all the artifacts at one place.
When i provide implementation for the and try to deploy it in JBoss, it generated all new WSDL file. And also iam unable to find the location where exactly the WSDL and XSD files are generated (especially with metro. if i do the same using native, location will be /default/data/wsdl/).
Please help me how to generate the service implementation (how to name it? and location where it will generates), which can generate the same WSDL file.