On Sun, 20 Jan 2002 00:05:33 -0700, in soap you wrote:
>Hi Simon,
>
>Ok, echoDate works now. echoBase64 still returns the wrong value.
Would help if i could spell base64Binary properly :)
>Group C looks good now with the exception that the client doesn't like the
Fault messages...
>-- element "faultcode" is explicitly typed as xsd:string, xsd:QName expected.
>-- faultcode value is "S:mustUnderstand" should be "S:MustUnderstand".
Fixed ( along with S:client & S:server, both should of been s:Client &
S:Server )
>WM client results are updated.
>
>BTW, what do think of Fault messages with SOAP-ENV:encodingStyle set to
http://schemas.xmlsoap.org/soap/encoding/? Unnecessary? Incorrect? The Fault
element need not be Section 5 encoded, so should it? A quick scan of the Group C
results shows a roughly even split between those implementations that do and
those that don't. The client here accepts it either way.
Hmmm, good point. I don't think its incorrect, but it probably makes
more sense for it to not be section 5. I've swapped it over.
Thanks
Simon