<sequence> <choice> and <all> with Axis
From: zorro (ama_at_ama.biz)
Date: 07/31/04
- Next message: Oscar kind: "Re: searching elements of an array within another array"
- Previous message: Rene: "Re: TCP server does not detect the client network failure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jul 2004 11:49:51 +0200
Hello,
Whatever webservice I create with Axis, my types are all defined with the
<sequence> keyword :
<complexType name="complex">
<sequence>
<element name="im" type="xsd:double" />
<element name="re" type="xsd:double" />
</sequence>
</complexType>
How can I make Axis use the <all> or <choice> keywords instead ?
Thank you for your help,
Denis
- Next message: Oscar kind: "Re: searching elements of an array within another array"
- Previous message: Rene: "Re: TCP server does not detect the client network failure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|