You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by ex...@nokia.com on 2003/10/20 09:29:17 UTC

Problems with Axis User's Guide

FYI, (hopefully this is the right medium...)

In the Axis User's Guide (http://ws.apache.org/axis/java/user-guide.html), there is the following snippet which isn't wellformed XML:
<schema targetNamespace="http://commerce.com/PO">
  <complexType name="POType">
    <sequence>
      <element name="item" type="xsd:string"/>
      <element name="quantity" type="xsd:int"/>
      <element name="description" type="xsd:string"/>
    </sequence>
  </complexType>
  <element name="PurchaseOrder" type="POType"/>
</deployment>

In the same document, there are links to "samples/message/MessageService.java", "samples/userguide/example1/TestClient.java" and "samples/userguide/example2/Calculator.java", which are unavailable (HTTP 404).


Lasse Koskela