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 to...@apache.org on 2004/12/31 02:34:53 UTC

cvs commit: ws-axis/site/src/documentation/content/xdocs/java user-guide.ihtml reference.ihtml install.ihtml

toshi       2004/12/30 17:34:53

  Modified:    site/src/documentation/content/xdocs/java user-guide.ihtml
                        reference.ihtml install.ihtml
  Log:
  Removed the name - 'nagoya'.
  
  Revision  Changes    Path
  1.10      +2 -2      ws-axis/site/src/documentation/content/xdocs/java/user-guide.ihtml
  
  Index: user-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/java/user-guide.ihtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- user-guide.ihtml	22 Oct 2004 10:49:15 -0000	1.9
  +++ user-guide.ihtml	31 Dec 2004 01:34:53 -0000	1.10
  @@ -278,7 +278,7 @@
   6      public static void main(String [] args) {
   7          try {
   8              String endpoint =
  -9                       "http://nagoya.apache.org:5049/axis/services/echo";
  +9                       "http://ws.apache.org:5049/axis/services/echo";
   10  
   11             Service  service = new Service();
   12             Call     call    = (Call) service.createCall();
  @@ -2136,7 +2136,7 @@
   
    <LI>Consult the <A href="http://ws.apache.org/axis">Axis web
    site</A> for updated documentation and the <A href=
  - "http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages">
  + "http://wiki.apache.org/ws/FrontPage/Axis">
    Axis Wiki</A> for its Frequently Asked Questions (FAQ),
    installation notes, interoperability issues lists, and other
    useful information.</LI>
  
  
  
  1.11      +1 -1      ws-axis/site/src/documentation/content/xdocs/java/reference.ihtml
  
  Index: reference.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/java/reference.ihtml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- reference.ihtml	24 Dec 2004 05:56:19 -0000	1.10
  +++ reference.ihtml	31 Dec 2004 01:34:53 -0000	1.11
  @@ -1087,7 +1087,7 @@
   
      <TD>Flag to turn on support for a when .NET1.0 can't
      correctly handle some bits of XML <A href=
  -   "http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-667">that
  +   "http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-667">that
      it should.</A> The flag defaults to true; if some .NET
      clients are failing to handle a Web Service returning an
      empty array inside another object, set this flag to
  
  
  
  1.8       +2 -2      ws-axis/site/src/documentation/content/xdocs/java/install.ihtml
  
  Index: install.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/java/install.ihtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- install.ihtml	10 Dec 2004 06:30:04 -0000	1.7
  +++ install.ihtml	31 Dec 2004 01:34:53 -0000	1.8
  @@ -748,7 +748,7 @@
    many readers.</LI>
   
    <LI>Search the <A href=
  - "http://nagoya.apache.org/eyebrowse/SummarizeList?listId=49">mailing
  + "http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=209">mailing
    list archives</A> FIRST to see if someone had the same problem.
    This list is searchable--and may save you much time in getting
    an answer to your problem.</LI>
  @@ -758,7 +758,7 @@
    search for Axis bugs, both open and closed.</LI>
   
    <LI>Consult the <A href=
  - "http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages">
  + "http://wiki.apache.org/ws/FrontPage/Axis">
    Axis Wiki</A> for its Frequently Asked Questions (FAQ),
    installation notes, interoperability issues lists, and other
    useful information.</LI>