[jboss-user] [JBossWS] - Re: JBoss wstool generate incorrect WSDL file

vashistvishal do-not-reply at jboss.com
Fri Sep 7 07:58:54 EDT 2007


I'm not using any tools, this one is created by hand (WSDL file) and used wsconsume to generate stubs and have my server side in .NET.

What you can do is follow this guide and examples.
Also Jbossws stack binary (seperate download is avaialble) have some examples in it in tools directory i think, that will give you clues as well
http://labs.jboss.com/jbossws/docs/jaxws_userguide-2.0/index.html

You should firt try to create an implementation and don't worry about ant target yet just create an exploded war file (like test.war directory) under deploy directoty and put yr pojo based class as SEI and declare it as servlet
in web.xml file for that war.

Use the JAX -ws user guide  mentioned above
and look at some steps described here for directory structure and deploy.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWS181HelloWorld
dont create yr service/class file using this as this is not using annotations.
Use the user guide examples for that

I hope this helps.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082110#4082110

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082110



More information about the jboss-user mailing list