[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot find port in wsdl:

sr_ren do-not-reply at jboss.com
Sat Sep 13 02:03:49 EDT 2008


Since I did not get reply and I had to work on the problem, we figured out what is JBoss requirement to fix the problem

@javax.jws.WebService(endpointInterface="org.example.duke.AddNumbersPortType", 
targetNamespace = "http://duke.example.org",
portName="AddNumbersPort") 

It seems targetNamespace is required in the implementation class. This is not documented anywhere in the wsconsume wiki. 

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

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



More information about the jboss-user mailing list