Hi

Have you create a WSDL File with the JAVA2WSDL Too
coming with Jboss or another WSDL Generator?

If so you have to copy the file under 

/META-INF/wsdl/someServiceName.wsdl

If not you had to do this


and you must specify this WSDL File in your 
webservice.xml

     <webservice-description>
  |             <webservice-description-name>someService</webservice-description-name>
  |         <wsdl-file>META-INF/wsdl/someServiceName.wsdl</wsdl-file>
  |         <jaxrpc-mapping-file>META-INF/mapping.xml</jaxrpc-mapping-file>

bye

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to