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/09 02:09:37 UTC

DO NOT REPLY [Bug 11575] New: - samples.userguide.example1.TestClient has incorrect endpoint URL

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=11575>.
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=11575

samples.userguide.example1.TestClient has incorrect endpoint URL

           Summary: samples.userguide.example1.TestClient has incorrect
                    endpoint URL
           Product: Axis
           Version: beta-3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Samples
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: bugs@wishnie.org


The sample ships with the following endpoint url:<br />

String endpoint = "http://nagoya.apache.org:5049/axis/servlet/AxisServlet";

The correct endpoint url is:
String endpoint = "http://nagoya.apache.org:5049/axis/services/echo";

I list this as severity 'normal' rather than 'minor' because it is the first 
example people will run to test an installation and will confuse when it fails.