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

Reply via email to