> -----Original Message-----
> From: Robert Sanderson [mailto:[log in to unmask]]
> Sent: 30 September 2002 16:26
> To: [log in to unmask]
> Subject: Re: Attn Matthew: WSDL questions
>
>
> > 2. The <records> definition does not allow for surrogate
> diagnostics?
> > It should be a sequence of <record> or <diagnostic>
> right, rather
> > than a sequence of just <record>?
This is briefly described in the service definition. A surrogate
diagnostic is encoded as
<record>
<recordSchema>http://www.loc.gov/z3950/agency/zing/srwu/wsdl/zing_types.
xsd:diagnosticType</recordSchema>
<recordData>
<diagnostic>
<code>15</code>
<details>My diag</details>
</diagnostic>
</recordData>
</record>
Matthew
|