Re: WSO2 results and GZip trouble.
Philippe Le Hegaret <[email protected]>
| Newsgroups | gmane.comp.web.services.description |
|---|---|
| Organization | World Wide Web Consortium |
| Message-ID | <1168617898.3040.98.camel@localhost> |
On Fri, 2007-01-12 at 14:16 +0530, keith chapman wrote: > 10) in MessageTestFault, wsoap:code="#any". If wsoap:code is not set > we axis2 uses soap:Sender by deafult. This makes the http status code > 400 in the responce. But the test framework assumes its 500. Amusingly, until 2 or 3 days ago, I wasn't checking for anything and I kept going back and forth about during the interop event :-) Looking again at the specification, we have: [[ If the value of this property is "#any", no assertion is made about the possible value of the SOAP fault code. ]] http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html?content-type=text/html;%20charset=utf-8#soap-fault-decl-relate So, I conclude that I was wrong to make the change and must stop checking for the error code. Philippe