All I want for my birthday is my jaxrpc-mapping.xml file.........;-)

I am using JWSDP 2.0 with JDK 1.5. I have developed an ant script for building my web service files. When the script runs, the command line arguments are passed to the wscompile:

wscompile -d C:\WorkSpaceForMyEclipse\WebService\WebContent\WEB-INF\classes"-features:rpcliteral, wsi" -g -import -keep -nd C:\WorkSpaceForMyEclipse\WebService\descriptors -s C:\WorkSpaceForMyEclipse\WebService\JavaSource -verbose -Xprintstacktrace -Xserializable C:\WorkSpaceForMyEclipse\WebService\WebContent\WEB-INF\wsdl\webservice-config.xml -classpath <all the jar files from jwsdp project> <project jars>

This all works well and good.

My problem is I am not seeing a jaxrpc-mapping.xml file being created.

When I add the mapping=${path}/jaxrpc-mapping.xml to the ant task, the builds break saying -mapping is not an option for wscompile....

Am I doing something wrong? Can some guide me in the right direction for creating the mapping file? When I try axis, the mapping file is created, but it is not populated with any mappings. All I want for Christ is my jaxrpc-mapping.xml file. :-)

Thanks in advance for reading my post. Any suggestions would be greatly appreciated.

Russ

[1281 byte] By [supercoder97a] at [2007-11-26 18:42:20]
# 1
If you are using rpc/literal and jdk 1.5, you would be better off using JAX-WS which does not require a mapping file. JAX-WS is the next generation Web services API that replaces JAX-RPC. Check out http://jax-ws.dev.java.net.
dkohlerta at 2007-7-9 6:16:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Thank you for your reply.....I am locked into this development path for now........so I am looking for help in this specific area......Cheers..........
supercoder97a at 2007-7-9 6:16:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...