Siano -

Nobody seems to be responding to these types of questions, but after 3 days of 
staring at this, I finally got mine to work. :)  Here's what I did to get a 
document/literal web service to work in JBoss 4.0.1.

Like yourself, I implemented the endpoint interface and the implementing POJO 
class.  I initially used wscompile with the -gen:server task, but for some 
reason, wscompile wrote a web.xml file that JBoss complained about, so I 
scratched that idea since I didn't want to have my ant build file have to copy 
over files etc.

Instead, I first created the wsdl and mapping file via the -define parameter, 
then I used the -client option to generate the appropriate 
serializers/deserializers.  By hand, I wrote the webservices.xml and web.xml 
files which I then packaged everything together via an ant build file and 
pushed it into the JBoss deploy directory and voila.

Everything worked. :)

_RK 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to