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

[844 byte] By [bpsata] at [2007-10-2 7:48:24]
# 1
Running wscompile from a command line is hard work. It's much better to use the Ant task that comes with the JWSDP. The following link shows how to get it up and running:https://jax-rpc.dev.java.net/whitepaper/1.1/index-part1.html#2.1
craigcaulfielda at 2007-7-16 21:35:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Hi craig,Thank you for the help, the link was really informative. I got it up and running.regardssathwik
bpsata at 2007-7-16 21:35:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...