Problem with wscompile
Hi,
This is my environment config
J2SE 1.5.0_05
JWSDP 1.6
I am trying out the exaple web service application described in J2EE tutorial.
under the section "Creating a Simple Web Service and Client with JAX-RPC". I created the files as per the description and used the wscompile tool to generate the mapping.xml and WSDL file. It is giving this error, Idon't understand why?
command that I ran
-
wscompile -define -mapping mapping.xml -d ..\ -nd ..\ -classpath ..;C:\jboss-4.0.1sp1\server\all\lib\jboss-j2ee.jar config-interface.xml
error: only one configuration file can be specified: config-interface.xml
Usage: wscompile [options] configuration_file
Use "wscompile -help" for a detailed description of options.
Can anyone tell me, what's wrong here.
thanx

