Wow... ok I am apparently SLOW. I thought you were providing a solution! I didn't
see my previous post (which obviously has hidden XML)! Here is the XML for running
wscompile:
Btw, is there a way to see the XML that is being sent? Not that I could remedy the
problem, but the stub code that wscompile is generating is compiled. I prefer to be able
to instrument this so I can see what xml it is passing around.
Thanks!!
Norm
| <target name="run-wscompile" depends="prepare">
| <exec executable="C:/Sun/jwsdp-2.0/jaxrpc/bin/wscompile.bat">
| <arg value="-classpath" />
| <arg value="${build.dir}/classes" />
| <arg value="-gen:both" />
| <arg value="-f:rpcliteral" />
| <arg value="-mapping" />
| <arg value="${src.dir}/myService/meta/mapping.xml" />
| <arg value="-d" />
| <arg value="${src.dir}/myService/server/wsdl" />
| <arg value="${src.dir}/myService/server/config.xml" />
| </exec>
| </target>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167040#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...