[jboss-user] [JBossWS] - Re: client missing wrappers
goldberg.howard
do-not-reply at jboss.com
Thu May 7 00:33:50 EDT 2009
Also getting a warning about not processing the deployment descriptor for the web context
00:27:27,235 INFO [DefaultEndpointRegistry] register: jboss.ws:context=ecrs-droolsEAR-ecrs,endpoint=ECRSImpl
00:27:27,375 INFO [WSDLFilePublisher] WSDL published to: file:/usr/local/jboss/jboss-5.0.1.GA/server/default/data/wsdl/ecrs-droolsEAR.ear/ecrs.jar/ECRSWsService42478.wsdl
00:27:27,401 INFO [TomcatDeployment] deploy, ctxPath=/ecrs-droolsEAR-ecrs
00:27:27,445 WARN [config] Unable to process deployment descriptor for context '/ecrs-droolsEAR-ecrs'
Here's the implementation annotations:
@WebService (portName="ECRSPort",
targetNamespace="http://goldberg.org/ecrs",
serviceName="ECRSWsService",
endpointInterface="org.goldberg.ECRSWs")
@Stateless
public class ECRSImpl implements ECRSRemote, ECRSLocal, ECRSWs {
Here is the interface:
@WebService (targetNamespace="http://goldberg.org/ecrs")
public interface ECRSWs {
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229247#4229247
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229247
More information about the jboss-user
mailing list