Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-5186

Incorrect service name in org.jboss.tutorial.webservice.client.Client

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • JBossAS-5.0.0.Beta4
    • JBossAS-5.0.0.Beta3
    • EJB
    • None
    • Low
    • Workaround Exists
    • Hide

      Just change the example code yourself.

      Show
      Just change the example code yourself.

    Description

      In jboss-5.0.0.Beta3-src\ejb3\docs\tutorial\webservice

      org.jboss.tutorial.webservice.client.Client

      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");

      Attachments

        Activity

          People

            rhn-engineering-cdewolf Carlo de Wolf
            rsdickerson Scott Dickerson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: