hi all 
u should check out sun's wscompile , all you have to do is supply a 
config-interface.xml file follow this example:

<?xml version="1.0" encoding="UTF-8"?>
  | <configuration 
  |   xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config";>
  |   <service 
  |       name="bookService" 
  |       targetNamespace="http://alon.home.handlers/ws4ee"; 
  |       typeNamespace="http://alon.home.handlers/ws4ee"; 
  |       packageName="alon.home.handlers">
  |       <interface name="alon.home.handlers.handEndpoint"/>
  |   </service>
  | </configuration>

then run wscompile :

# j2ee/p1/p1> wscompile -define -f:documentliteral -mapping build/mapping.xml -d 
build/ -nd build/ -classpath /j2ee/p1/p1/build/book.jar config-interface.xml

in this example  as you can see i used doc/lit  and i created the mapping and the  
wsdl.
there are many other options (wscompile -help) 
i couldnt really test it cause im stuck with the  implBean ejb deployment problem 
regarding the xml value cannot be null or something like that ,
i sure would like to know if its compatible with jboss

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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to