Incorrect service name in org.jboss.tutorial.webservice.client.Client
---------------------------------------------------------------------
Key: JBAS-5186
URL:
http://jira.jboss.com/jira/browse/JBAS-5186
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB3
Affects Versions: JBossAS-5.0.0.Beta3
Environment: windows xp; jbossas-5.0.0.Beta3-src
Reporter: Scott Dickerson
Assigned To: Carlo de Wolf
Priority: Minor
Fix For: JBossAS-5.0.0.Beta4
Change
QName qname = new
QName("http://bean.webservice.tutorial.jboss.org/jaws",
"CalculatorService");
to
QName qname = new
QName("http://bean.webservice.tutorial.jboss.org/",
"CalculatorBeanService");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira