|
Loading...
|
jbossws-users@lists.jboss.org
[Prev] Thread [Next] | [Prev] Date [Next]
[jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... dakk Mon Jul 28 08:05:05 2008
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#4167040
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167040
_______________________________________________
jbossws-users mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jbossws-users
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... PeterJ 2008/07/25
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... PeterJ 2008/07/25
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... dakk 2008/07/25
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... dakk 2008/07/25
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... PeterJ 2008/07/25
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... dakk 2008/07/25
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... dakk 2008/07/28 <=
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... PeterJ 2008/07/28
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... dakk 2008/07/28
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... PeterJ 2008/07/28
- [jbossws-users] [JBossWS] - Re: Looking to pass complex types in web service... dakk 2008/07/28