- From: Peter Easton <peaston@progress.com>
- Date: Mon, 17 May 2010 15:07:23 -0400
- To: "public-soap-jms@w3.org" <public-soap-jms@w3.org>
Title: soap-jms xsd should define fault sub-code QName types Description: The soap-jms schema(currently the schema is an attachment to Action 44) should be enhanced to include fault sub-codes. For example: <xs:simpleType name="FaultCodesType"> <xs:restriction base="xs:QName"> <xs:enumeration value="tns:contentTypeMismatch"/> <xs:enumeration value="tns:malformedRequestURI"/> <xs:enumeration value="tns:mismatchedSoapAction"/> <xs:enumeration value="tns:missingContentType"/> <xs:enumeration value="tns:missingRequestURI"/> <xs:enumeration value="tns:unrecognizedBindingVersion"/> <xs:enumeration value="tns:unsupportedJMSMessageFormat"/> </xs:restriction> </xs:simpleType>
Received on Monday, 17 May 2010 19:08:01 UTC