[jbossws-dev] [JBoss Web Services Development] - How is it determined what web service artifacts are publishe

RonnieSpike do-not-reply at jboss.com
Thu Oct 29 19:37:26 EDT 2009


I'm deploying a group of web services to JBoss. I used NetBeans to generate the java code from wsdl. The following annotation is in the impl class:

 wsdlLocation = "WEB-INF/wsdl/BrokeredNotification/brw-2Wrapper.wsdl"

When the server is started and JBoss logs

 INFO  [org.jboss.wsf.stack.jbws.WSDLFilePublisher] WSDL published to: /server//data/wsdl/.war/BrokeredNotification/brw-2Wrapper.wsdl

not all .xsd artifacts are being placed in said directory. They DO exist in the .war file under WEB-INF/wsdl/BrokeredNotification.

I first tried deploying with the artifacts in a directory hierarchy, then with a flattened directory.

This causes an exception when a client calls the web service because the artifacts can't be found. Don't have that exception before me, but if it's needed to answer my question, I can provide.

Thanks!

Ronnie

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

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


More information about the jbossws-dev mailing list