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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to