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

