You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/08/24 10:04:24 UTC

DO NOT REPLY [Bug 12009] New: - Example 1 echoString code snippet bug

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12009>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12009

Example 1 echoString code snippet bug

           Summary: Example 1 echoString code snippet bug
           Product: Axis
           Version: beta-2
          Platform: All
               URL: http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-
                    axis/java/docs/user-guide.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: peter.kunszt@cern.ch


The 
import javax.xml.rpc.namespace.QName;
should of course be 
import javax.xml.namespace.QName;
(no rpc)
I don't know whether this is actually a beta3 issue since the doc says 'beta2' 
but i'm actually running beta3. in beta3 the 
sample/userguide/example1/TestClient does not work, i had to copy'n'paste the 
code snippet, compile it, fix the above mentioned bug, and then it worked.. 
too bad the source is not in the distribution.